lkonings / kiezellisp

Kiezellisp is a compiler/interpreter for .NET.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kiezellisp

Kiezellisp is a lisp compiler/interpreter that runs on .NET Framework and on .NET Core.

Some features:

  • A reasonable startup time of 0.340s on an Intel i7-4790 (mono)
  • Big numbers
  • Futures
  • Multi-methods
  • Import of .NET classes into packages
  • Lazy lists
  • Macros and compiler macros
  • Named and anonymous functions
  • Parallel expressions
  • Object model based on prototypes
  • REPL has history and code completion
  • Symbols and packages
  • Transducers

Website

jantolenaar.github.io

About

Kiezellisp is a compiler/interpreter for .NET.

License:MIT License


Languages

Language:C# 99.5%Language:Vim Script 0.5%