$ echo '
(let [square (fn [x]
(* x x))
apply-and-increment (fn [f x]
(+ 1 (f x)))]
(apply-and-increment square 4))
' | cargo run
17
-
Notifications
You must be signed in to change notification settings - Fork 0
rwatkins/lisp
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A hacked-together lisp, syntactically inspired by Clojure
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published