Skip to content Skip to sidebar Skip to footer
Showing posts with the label Common Lisp

How To Define Constant Like This In Lisp?

In python it's possible to do this EMPTY, PAWN, KNIGHT, BISHOP, ROOK, QUEEN, KING, BPAWN = rang… Read more How To Define Constant Like This In Lisp?

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?