Skip to content Skip to sidebar Skip to footer
Showing posts with the label Ccl

Common Lisp: Launch Subprocess With Different Working Directory Than Lisp Process

Suppose I have a directory A, and subdirectory B. I cd into A and launch lisp. In that lisp process… Read more Common Lisp: Launch Subprocess With Different Working Directory Than Lisp Process

How To Get Output Of A Lisp Program Into Python?

I've got a very large Lisp project whose output I'd like to programmatically pipe to a Pyth… Read more How To Get Output Of A Lisp Program Into Python?