Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

powershell

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#?

like image 288
apaderno Avatar asked Aug 03 '10 14:08

apaderno


1 Answers

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.

like image 180
Onorio Catenacci Avatar answered Nov 07 '22 15:11

Onorio Catenacci