Hacker News new | ask | show | jobs
by vindarel 2312 days ago
On tools: note that the popular Atom editor has a great extension for interactive CL development, SLIMA, which has all the important features from Slime.

We can also use CL in Jupyter notebooks, see those good examples: https://gist.github.com/WetHat/a49e6f2140b401a190d45d31e052a...

And Vim, Lem, cl-repl, Eclipse (not so interactive)… https://lispcookbook.github.io/cl-cookbook/editor-support.ht...