Hacker News new | ask | show | jobs
by dapperdrake 261 days ago
Thank you for boiling it down to essentials.

Lisp is all about the read-eval-print loop (REPL). John McCarthy's first lisp paper focused on implementing function EVAL in terms of "itself".

Maybe with LLM "attention" this is a new and perhaps lossy take on eval via predicting text tokens.

Cool thought. Thank you.