macro support in F#

前端 未结 11 1227
遇见更好的自我
遇见更好的自我 2020-12-14 17:18

After reading Practical Common Lisp I finally understood what the big deal about macros was, and I have been looking for a language for the .NET platform that supports this.

11条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-14 17:54

    That may be the other way around than what you want, but do you know about RDNZL? It's a foerign-function interface (FFI) that lets you call .NET libraries from your Lisp code.

    They are most probably much less mature than any Common Lisp or Scheme implementation, but there are Lisp dialects for .NET: L# and DotLisp.

提交回复
热议问题