Run programs in Emacs buffer, seeing their output inline, interactively

Run programs in the Emacs buffer holding their source, seeing their output inline, interactively. – GitHub – darius/halp: Run programs in the Emacs buffer holding their source, seeing their output … Read more

Similar

Introduction to Profiling in Emacs

Whenever Emacs feels slow, or you want to check out just how big the impact of something is RAM or CPU wise, then you can use the built-in Emacs profiler. This is a very basic introduction on how to get started with it. (more…)

Read more »

Emacs Cider: ClojureScript

Unlike the Clojure ecosystem that is dominated by a single REPL, the ClojureScript ecosystem has a number of different choices for REPLs (e.g. nashorn, node, weasel, figwheel and shadow-cljs). You’ll have to decide which one you want to run and how you wa... (more…)

Read more »