Hacker News new | ask | show | jobs
by joonate 143 days ago
|The agent can rewrite its own configuration and code.

I am very illiterate when it comes to Llms/AI but Why does nobody write this in Lisp???

Isn't it supposed to be the language primarily created for AI???

3 comments

> Isn't it supposed to be the language primarily created for AI???

In 1990 maybe

Nah, it’s pretty unrelated to the current wave of AI.
Can you elaborate a bit?
If hot reloading is a goal I would target Erlang or another BEAM language over a Lisp.
Why? Many Lisp systems and Common Lisp in particular have great hot reloading capability, from redefining functions to UPDATE-INSTANCE-FOR-REDEFINED-CLASS to update the states.