https://spwbk.site gopher://chate.io

  • 0 Posts
  • 8 Comments
Joined 1 year ago
cake
Cake day: July 13th, 2023

help-circle





  • spesk@programming.devtoProgramming@programming.dev...
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 year ago

    I’ll agree the emacs on ramp is widely regarded as a barrier to entry on CL. I’ve heard good things about the Alive plug-in for vs code though. Also stuff like emacs4cl and portacle in theory make it easier, but I don’t disagree.

    With that said, using an editor built on a lisp to work on lisp as its advantages if you can get over that initial hurdle.


  • spesk@programming.devtoProgramming@programming.dev...
    link
    fedilink
    English
    arrow-up
    7
    ·
    1 year ago

    Common Lisp!

    It can be a little esoteric if you don’t have experience with the paradigms, but I’ve never used a language that felt more free.

    On SBCL you have typing support, CLOS provides an OO interface, and it lends itself well to functional style programming (despite not having a type system as powerful as say Haskell). Additionally, the ecosystem is quite stable and mature, any library of functionality you might need is likely available.