Are there any Common Lisp implementations for .Net?

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

Are there any Common Lisp implementations for .Net?

相关标签:
9条回答
  • 2020-12-23 22:11

    You could try this (Disclaimer, I haven't tested it myself). Also read this. that's where the link came from.

    0 讨论(0)
  • 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)

    0 讨论(0)
  • 2020-12-23 22:17

    Reconsidering this question from 2008 in 2010, you now might want to consider Clojure on the CLR. It's not Common Lisp, but it will be fairly easy to learn if you are coming from that direction. Interoperating with the CLR is dead-easy, it takes on more users every day and addresses several other important topics like concurrency. Might be worth investing some time in it. More CLR specific Clojure info here.

    0 讨论(0)
提交回复
热议问题