Is there a simple way to use Python libraries from Common Lisp?

前端 未结 5 2635
闹比i
闹比i 2021-02-20 03:35

One thing I really miss when writing Common Lisp code is access to Python libraries, both standard library and third party modules. CLPython provides a limited subset of Python

5条回答
  •  说谎
    说谎 (楼主)
    2021-02-20 03:58

    I know this are different languages, but why don't you give Clojure and Jython a try :) :)

    Perhaps you find your self exactly where you want.

提交回复
热议问题