← Back to context

Comment by msla

9 months ago

Lisp is pretty normal if you're accustomed to, like, Python: It's a GC'd procedural language.

Haha, nice one! :-)

(can only assume you're joking)

  • Since every other language now has higher order functions and lexical closures and things like that Lisp isn't as special as it used to be. Now it's mostly just a really ugly version of those languages but with a weird emphasis on recursion and a very fancy macro facility.

    I find I can move between dynamic languages and Scheme pretty easily.

    • as someone who writes elixir all day, I really love what lisp is but I feel lisp's major weakness is that it makes everythign unergonomic in order to make macros very ergonomic. You will never find another language in which writing macros is easier. the problem is it comes at the cost of doing everything else a bit of a pain in the ass.

      I love elixir because it feels like the syntax clojure would have if it had a syntax imho.

      3 replies →