Man I really wish I had some kind of tool that translates Python code into Common Lisp, which would then 'just work'... then I could more easily set things up, since I could just connect to the image and make the necessary changes, instead of having to write a file, and then restart the process hoping that I haven't broken anything.
Common Lisp is powerful because of its interactivity - you can make a change, try to compile, and it'll not only throw an error, but also keep on running with the already-working code without a hitch.
I'm sure there's some jank workaround in Python that lets you connect to the process and do the same thing, but with Lisp, it's just built-in.
#commonlisp #work #pythonhate #python
Common Lisp is powerful because of its interactivity - you can make a change, try to compile, and it'll not only throw an error, but also keep on running with the already-working code without a hitch.
I'm sure there's some jank workaround in Python that lets you connect to the process and do the same thing, but with Lisp, it's just built-in.
#commonlisp #work #pythonhate #python