Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 329 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 329 Bytes

Risuppu

Risuppu is both a language inspired by Lisp and a evaluator of this language.

Features

  • Currying
  • FFI with Rust
  • Macro
  • Closures that can capture shared values.
  • REPL

Examples

The scripts directory and hello.risp contain some example scripts.