Awesome
F# Playground
The mini playground for F# Programming Language.
Load your favorite Library and Codes
Now you can load library and codes like this:
#I "C:\MyDLLs"
#I "C:\MyFSharpCodes"
#r "My.Favorite.dll"
#load "My.Favorite.fs"
FAQ
FS8004:Assembly reference 'mscorlib.dll' was not found or is invalid
You can install .NET Framework Dev Pack 4.6.2.
Changelog
v1.2.4
- Update dependents.
v1.2.3
- Bug fix: Switch syntax highlighting config while switch Windows 10 Light/Dark mode.
v1.2.2
- Code Runner: Runner can be set to using glot.io API.
v1.2.1
- Bug fix: Highlight for single character value.
v1.2
- Update FSharp.Core to version 4.7.2.
- Output window can be set to word wrap mode.
- Remove .NET Core version.
- Support Font "Envy Code".
- Bug fix: Save the maximize state.
- Bug fix: Output window bugs.
- Bug fix: Highlight bugs.
- Bug fix: Code Runner bugs.
v1.1
- Save the program as DLL file.
- Save and load "Code Template".
- Run the program in a new console.
- Compile and execute more efficiently.
- Receive error message in stderr when the program fails.
- #r/#I/#load preprocessor instruction supported, loading .dll or .fs/.fsx/.fsscript file supported.
- Syntax highlighting bug fixed, now the operator (*) can be rendering correctly.
- Redirect stdout correctly to Output panel.
- More intuitive and clean GUI.