Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 248 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 248 Bytes

Lispfs

Listfs is a very basic interpreter for a Lisp-like language implemented in F# for .NET Core 2.0.

Objectives of this exercies are to:

  • Gain more experience with purely functional F#.
  • Learn a bit about how interpreters / compilers work.