Skip to content

Commit 5fded27

Browse files
committed
Announce Cakelisp migration
1 parent ed6d7ca commit 5fded27

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ReadMe.org

+4
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ You can see the [[https://macoy.me/blog/programming/CakelispIntro][introduction
1212

1313
Note that while Cakelisp has "Lisp" in the name, Cakelisp takes some inspiration from Lisp, but is not compatible and does not aspire to become "a Lisp". I was inspired by Naughty Dog's use of GOAL, GOOL, and Racket/Scheme (on their modern titles). I've also taken several ideas from Jonathan Blow's talks on Jai.
1414

15+
* Cakelisp is moving!
16+
Cakelisp will be moving off of GitHub in the near future.
17+
18+
Please use ~https://macoy.me/code/macoy/cakelisp.git~ instead.
1519
* Features
1620
- *The metaprogramming capabilities of Lisp:* True full-power macro support. Macros can use compile-time code execution to conditionally change what is output based on the context of the invocation
1721
- *The performance of C:* No heavyweight runtime, boxing/unboxing overhead, etc.

0 commit comments

Comments
 (0)