cl4py
cl4py copied to clipboard
Common Lisp for Python
Hello again, When I load a file I get this undefined function error as there is a run-function command in the loaded file. I use sbcl for lisp and run-program...
The simple, recursive scheme that is currently used to scan and print data structures occasionally blows the stack. It only happens for very large data structures, but it is still...
I'm getting an error inside lisp code, and I'm trying to see what's going on, but it's happening in evaluation of a Lisp expression with the above object in it....
pkg_resources is deprecated, and removed in the latest Setuptools. Thus their use has to be replaced, following e.g. recommendations in https://setuptools.pypa.io/en/latest/pkg_resources.html Without this patch, one gets ``` $ python3 Python...