help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Enhancing ELisp for AI Work


From: Tomáš Petit
Subject: Re: Enhancing ELisp for AI Work
Date: Tue, 17 Dec 2024 07:24:30 +0100
User-agent: Mozilla Thunderbird

Right, that is of course entirely possible. I was thinking more along the lines of projects like

https://antik.common-lisp.dev/

or

https://github.com/melisgl/mgl

and generally building the entire machinery natively in Elisp, for which I find CL just a better option. But yeah, calling LLMs like that is viable as well.


On 12/16/24 6:38 PM, Jean Louis wrote:
* Tomáš Petit <petitthomas34@gmail.com> [2024-12-16 17:57]:
Greetings,

wouldn't Common Lisp or some Scheme dialect be better suited for this job
instead of Emacs Lisp?
A ChatGPT clone, in 3000 bytes of C, backed by GPT-2 (2023) (carlini.com)
https://nicholas.carlini.com/writing/2023/chat-gpt-2-in-c.html

I just think that such example, could be implemented through Emacs
Lisp and usage of:

tromey/emacs-ffi: FFI for Emacs:
https://github.com/tromey/emacs-ffi

All of that code may be converted, I guess, and so that it is
programmed from within Emac Lisp.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]