Mar 18, 2016
Websharper Warp
Scripting quick prototypes in WebSharper can sometimes be troublesome. If for each prototype, a new project has to be created or code needs to be commented/uncommented, it can become quite demotivating as too many steps are required. In F#, .fsx files are a great tool to script disposable code.
Write some isolated functions, run on FSI and then forget about it.