F# Compiler as a Service
With the interesting move for compilers to become services, it is a natural and welcome follow on that F# is now available as a compiler as a service.
The Package contains
- F# Language tokenizer – tokenizer service
- Processing untyped AST service
- Using editor (IDE) services – components needed to build an IDE
- Hosted F# interactive - allows F# to be embedded as a scripting language
- Hosting the F# compiler
if F# is your thing (and it should be) or if you are interested in Compiler as a Service as a general idea, you really should check it out.
F# Compiler Services is available from Github here
b