▲ | andai 6 days ago | |
Previously: https://news.ycombinator.com/item?id=34908067 https://news.ycombinator.com/item?id=9602430 https://news.ycombinator.com/item?id=2406325 Also this comment: > "Lush" stands for "Lisp Universal Shell". It has not just S-expression syntax but recursion, setq, dynamic typing, quoting of S-expressions and thus lists and homoiconicity, cons, car, cdr, let*, cond, progn, runtime code evaluation, serialization (though bread/bwrite rather than read/print), and readmacros. Its object system is based on CLOS. |