Live data from Hacker News

DotLisp – A Lisp dialect for .Net

dotlisp.sourceforge.net

1–10 of 26 posts

Re: DotLisp – A Lisp dialect for .Net

#7
> It is substantially more sophisticated than DotLisp and I strongly recommend it, unless you must target .Net.

> The idea behind DotLisp was to build a Lisp for .Net that yielded to the CLR those things provided by the CLR that languages normally have to provide themselves:

Is the author aware that Rich also implemented ClojureCLR? http://clojure.org/clojureclr

I'm curious how DotLisp improves on the situation provided by clojureclr, especially since "It is substantially more sophisticated than DotLisp".

It might be "sharing type system, GC and other runtime services etc., with transparent access to .Net w/o a FFI or wrappers", I am note sure if clojureclr requires wrappers whereas DotLisp doesn't, but I imagine it would be similar to how Clojure proper integrates with the JVM.

Re: DotLisp – A Lisp dialect for .Net

#8
post #7

> It is substantially more sophisticated than DotLisp and I strongly recommend it, unless you must target .Net. > The idea behind DotLisp was to build a Lisp for .Net that yielded to the CLR those things provided by the CLR that languages normally have to provide themselves: Is the author aware that Rich also implemented ClojureCLR? http://clojure.org/clojureclr I'm curious how DotLisp improves on the situation provi…

The author is Rich Hickey. This was a project of his before Clojure, and he just never updated the page after Clojure became available for the CLR.

Re: DotLisp – A Lisp dialect for .Net

#10
post #7

> It is substantially more sophisticated than DotLisp and I strongly recommend it, unless you must target .Net. > The idea behind DotLisp was to build a Lisp for .Net that yielded to the CLR those things provided by the CLR that languages normally have to provide themselves: Is the author aware that Rich also implemented ClojureCLR? http://clojure.org/clojureclr I'm curious how DotLisp improves on the situation provi…

The author is Rich Hickey. This was a project of his before Clojure, and he just never updated the page after Clojure became available for the CLR.

ah, whoops - that was quite a mistake on my part!
Post reply on HN