avpaderno
avpaderno

Reputation: 29669

Is it possible to create Windows PowerShell Cmdlets with F#?

Reading the Microsoft documentation for creating PowerShell Cmdlets, I notice there is no example code for F#; instead, there is a message saying that "This language is not supported or no code example is available.".

Is F# not supported for creating Cmdlets, or aren't there any examples in F#?

Upvotes: 8

Views: 1253

Answers (1)

Onorio Catenacci
Onorio Catenacci

Reputation: 15293

Take a look at this: Writing PowerShell Cmdlets in F#. Not exactly a complete example of how to do this but it certainly seems to be possible to write cmdlets in F#.

EDIT: There is a more extensive example here but the contextual information is a little bit out of date. Actually the contextual information is a bit out of date on both links but the first link is more recent.

Upvotes: 7

Related Questions