Are there any Common Lisp implementations for .Net?

后端 未结 9 2109
故里飘歌
故里飘歌 2020-12-23 21:46

Are there any Common Lisp implementations for .Net?

9条回答
  •  忘掉有多难
    2020-12-23 22:14

    As of 2019 there is now Bike: https://github.com/Lovesan/bike It implements a cross-platform Common Lisp interface to the .Net Core platform, using lisp compatibility layers.

    • First of all, it is RDNZL reborn
    • This time, on .Net Core, without a line of C++ code, and fully cross-platform

    (saw that on https://github.com/CodyReichert/awesome-cl#net-core)

提交回复
热议问题