Re: Matlab for Lisp programmers?

2009-09-12 Thread sirpi
It also should be interesting to create a bridge between clojure and Maxima. Transforming clojure expression into maxima expression, for example the Maxima list ((mlist) 1 2 3 4)) is the clojure list '(1 2 3 4) --~--~-~--~~~---~--~~ You received this message

Re: STM article

2009-08-31 Thread sirpi
I remember a discussion about the Ant example in Lisp and Clojure, the response for Rich shows some important point that establishes the difference with a naive implementation of the Ant example. I think you can add a link to the Ant example and the incorrect Lisp implementation of it. http:/