Hi list,
I am working on a package that contains a module written in C++ that
loads a Lua interpreter, and that implements a REPL that lets us run
that interpreter interactively from Emacs. It is here:
https://github.com/edrx/emacs-lua
At this moment my package is just a poorly-documented prot
> From: Eduardo Ochs
> Date: Tue, 7 Sep 2021 01:09:04 -0300
>
> I am working on a package that contains a module written in C++ that
> loads a Lua interpreter, and that implements a REPL that lets us run
> that interpreter interactively from Emacs. It is here:
>
> https://github.com/edrx/emacs