We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 750c0aa commit 0348752Copy full SHA for 0348752
README.md
@@ -85,7 +85,7 @@ Note that each computation in each stage is kept pure functional; everything imp
85
- [x] Let/Do expressions
86
- [x] Type definitions
87
- [x] Define/Open modules
88
- - [ ] On REPL
+ - [x] On REPL
89
90
## Type system extensions
91
@@ -105,9 +105,9 @@ Note that each computation in each stage is kept pure functional; everything imp
105
## Runtime improvements
106
- [x] REPL
107
- [x] Line editor
108
- - [ ] Suggestions & completions
+ - [x] Suggestions & completions
109
- [x] Load and execute source files
110
- - [ ] Import sources on the fly
+ - [x] Import sources on the fly
111
- [ ] Compiler
112
- [ ] Interop
113
- [x] Built-in functions written in F#
0 commit comments