crisp 0.4.1

A small, expressive Lisp-inspired programming language.
Documentation
1
2
3
(defn foo[x: i32, y: i32] -> i32 (
  (return (+ 10 10))
)))