• farcaller@fstab.sh
    link
    fedilink
    arrow-up
    9
    ·
    5 months ago

    I really enjoy writing clojure lately. the only thing that annoys me is the whole “hosted” thing where you either get a bunch of good clojure-native libraries or all the JS’s npm mess (other clojure hosts are very much non-existent).

    • mrh@mander.xyz
      link
      fedilink
      English
      arrow-up
      6
      ·
      5 months ago

      Yeah Clojure is like the monkey’s paw of Lisp weenies. It adds many modern day niceties that are lacking in standard Scheme or Common Lisp, but also changes enough things to make it feel very un-lispy. I go back and forth as to whether or not I even consider it Lisp (Richard Stallman doesn’t).

      But I do know that I’d rather write Clojure than any other non-lisp language.

      I’d also recommend people try ABCL, which is Common Lisp on the JVM , or Parenscript which is Common Lisp that compiles to Javascript.