cross-posted from: https://board.minimally.online/post/20318

I just recently discovered TIC-80 and then Fennel. I was already liking Lua but now I’m hooked on LISP!! Here’s my Neovim config using lazy.nvim, all written in fennel thanks to hotpot

It’s not marketed like one of those “template Neovim config repos” but it could be one of those if your heart desired. I based it loosely off kickstart.nvim.

  • Slambert@sopuli.xyz
    link
    fedilink
    arrow-up
    2
    ·
    1 year ago

    If you’re learning LISP languages, I’d recommend taking a look at these dialects:

    1. Common Lisp
      • The LISP according to ANSI.
    2. Clojure
      • Runs in the JVM.
    3. GNU Guile
      • Personal favorite!

    It’s great to see someone else learn LISP languages! I’ve found them to be both readable and useful, while most languages struggle to balance the two.