F# script to application
- by sudaly
I have written two small scripts,
First one maintains a dictionary of current stock prices for a set of securities. I am using recursion to listen to a named pipe. Whenever there is something available on the name pipe, it updates the security price and goes right back and start listening to the pipe.
The second one periodically reads the stock…