7 ms·
Would be interested to learn more about how and why this was coded in Common Lisp, in particular which value it provides specific to the problem being solved co
by ctas 2y ago
Would be interested to learn more about how and why this was coded in Common Lisp, in particular which value it provides specific to the problem being solved compared to other languages.
- gibsonf1 2y agoAbility to write at a very high level (and macros), incredibly fast when compiled, ability to use the repl on a live server for diagnosis and patching functions, language design choices work extremely well for parallel recursive hierarchical inference.