Treat Emacs as an Elisp Runtime Using Eask
jcs-profile.com·1d·
Discuss: Hacker News
Live Coding
Preview
Report Post

Repo link: https://github.com/emacs-eask/cli

In 2023, I wrote an article about the Elisp Language Server. It was one of several experimental projects exploring Elisp as an execution environment. While developing Eask, I serendipitously discovered it was an intriguing program that could effortlessly wrap Emacs into a runtime.

Why do I say that? Let’s take a look:

🔰 Running Elisp Programs

Typically, executing Elisp doesn’t allow you to run a code file directly like you can with Python or [Node.js](https://no…

Similar Posts

Loading similar posts...