MatLisp: A library for scientific computation in Common Lisp
1–10 of 29 posts
Re: MatLisp: A library for scientific computation in Common Lisp
#2Re: MatLisp: A library for scientific computation in Common Lisp
#3Re: MatLisp: A library for scientific computation in Common Lisp
#4I'm actually super curious, how many computationally heavy science folks are writing code in Lisp? Seems much more elegant than, say, Matlab.
So, although lisp might have been great, in the end I stayed with Python/C++. Guess I'm not the only one with similar experiences.
Re: MatLisp: A library for scientific computation in Common Lisp
#5I'm actually super curious, how many computationally heavy science folks are writing code in Lisp? Seems much more elegant than, say, Matlab.
Although written in C++, it uses MIT-Scheme/guile as the control language. This is a problem because the steep learning curve discourages undergraduate students.
Re: MatLisp: A library for scientific computation in Common Lisp
#6Similar experience to yours, Mandus.
(oh, post-doc in computational biology, which should qualify as one branch of computationally heavy science)
Re: MatLisp: A library for scientific computation in Common Lisp
#7Lisp was my first and last love. But I left her years ago due to lack of libraries and etc. Work mostly in R these days, but I do mess with my .emacs file every now and then. Similar experience to yours, Mandus. (oh, post-doc in computational biology, which should qualify as one branch of computationally heavy science)
Re: MatLisp: A library for scientific computation in Common Lisp
#8Lisp was my first and last love. But I left her years ago due to lack of libraries and etc. Work mostly in R these days, but I do mess with my .emacs file every now and then. Similar experience to yours, Mandus. (oh, post-doc in computational biology, which should qualify as one branch of computationally heavy science)
Just getting into R, what are some killer features it has CL doesn't?
Re: MatLisp: A library for scientific computation in Common Lisp
#9Lisp was my first and last love. But I left her years ago due to lack of libraries and etc. Work mostly in R these days, but I do mess with my .emacs file every now and then. Similar experience to yours, Mandus. (oh, post-doc in computational biology, which should qualify as one branch of computationally heavy science)
Just getting into R, what are some killer features it has CL doesn't?
Re: MatLisp: A library for scientific computation in Common Lisp
#10I'm actually super curious, how many computationally heavy science folks are writing code in Lisp? Seems much more elegant than, say, Matlab.