4
6 Comments

LISP for (Indie) Hackers

https://smcn.io/blog/lisp-for-hackers/

I've written an article about why I believe that LISP should be considered by small, fast moving teams due to it's power, expressiveness, and rapid development cycle.

submitted this linkon May 17, 2022
  1. 2

    For anyone interested, there’s an open source GUI builder that’s perfect for solo developers called CLOG. In fact, I believe the maintainer of the this tool is creating it for the purpose of supporting consultants and indie devs. CLOG is written in Common Lisp, and it has many tools available for boosting your lisp application development.

    I’m fairly new to using this tool myself, but the maintainer has written many to tutorials to catch you up to speed.

    Anyways, just wanted to share. Hope it helps!

    https://github.com/rabbibotton/clog

    1. 2

      To add to that, here's a great guide to CLOG and LISP: https://github.com/rabbibotton/clog/blob/main/LEARN.md

      I see dbotton a lot on the subreddit, always a class act. Real big fan of him.

      1. 2

        Yea same here! Love his posts!

  2. 2

    Hey, this was a great article! Thank you for sharing.

    1. 1

      Thank you so much!