Hacker News new | ask | show | jobs
by mark_l_watson 606 days ago
Wow! Your package.sh and in general managing builds for three operating systems is a master class in itself - reading through the GitHub repo was a good learning experience.

I usually build command line Common Lisp apps in SBCL or LispWorks, but I might do the next one in ECL because having builds for both macOS and Linux would be cool, and it would be fun to try something new.

1 comments

Oh thanks! I've been building that CI stuff on top of CL infrastructure for a few years now, and it constantly breaks :D