all 4 comments

sorted by: hot top controversial new old
[–] 4 points 1 month ago (2 children)

One of these days I gotta write a proper program in a lisp. Everything I read about them makes them seem really cool, but I've never gotten around to it.

  • source
  • hideshow 2 child comments
  • [–] 2 points 1 month ago (1 child)

    Absolutely goated. There's just something about it that feels good. I think it's the fact the it feels a bit like writing Unix pipelines but in reverse. You can visualize data move through your program like pipes.

  • source
  • parent
  • hideshow 1 child comment
  • [–] 3 points 1 month ago

    I got a bit of this from working with pipes in Elixir (no surprise since it was Clojure-inspired) but I fall back to the simplicity of syntax lisp offers. I definitely recommend Janet for ease of tooling and built-in networking.

  • source
  • parent
  • [–] 1 point 1 month ago

    Reminds me of the time George Costanza finished composing his meta-circular evaluator before instantly transforming into the software installation wizard (relevant timestamp). Never again has the eval-apply dark arts of metaprogramming been conjured so deeply.

  • source