←back to thread

634 points david927 | 1 comments | | HN request time: 0s | source

What are you working on? Any new ideas that you're thinking about?
Show context
gibsonf1 ◴[] No.41350324[source]
Conceptual AI: https://graphmetrix.com/ (Common Lisp)
replies(1): >>41350794 #
ctas ◴[] No.41350794[source]
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.
replies(1): >>41351046 #
1. gibsonf1 ◴[] No.41351046[source]
Ability 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.