A more f#ish version of Robert's version http://fssnip.net/l9
1 people like thisPosted: 11 years ago by thinkbeforecoding
This is a Pigeon/Akka actor based on pure (if you remove printf) function instead of inheriting from a class..
1 people like thisPosted: 10 years ago by thinkbeforecoding
Just download nssm at http://www.nssm.cc/download then install the HttpEcho.fsx script as a service: nssm.exe install HttpEcho 'C:\Program Files (x86)\Microsoft SDKs\F#\4.0\Framework\v4.0\FsiAnyCPU.exe' --exec c:/HttpEcho.fsx Now you're done. Off course you can install any fsx script as a service this way :D
6 people like thisPosted: 9 years ago by thinkbeforecoding
Match the first elements of an array an returns tail.
3 people like thisPosted: 10 years ago by thinkbeforecoding
This time with recursive function through computation expression around continuations...
2 people like thisPosted: 10 years ago by thinkbeforecoding