newLISP v.10.7.4 Development Release
newlisp.org
newLISP v.10.7.4 Development Release
1–10 of 22 posts
Re: newLISP v.10.7.4 Development Release
#2Now I can train a neural net to calculate the probability that a distributed computation will fail without having to type `require`.
NewLISP looks interesting.
Re: newLISP v.10.7.4 Development Release
#3[0] http://www.newlisp.org/index.cgi?page=Differences_to_Other_L...
Re: newLISP v.10.7.4 Development Release
#4Anyone here running newlisp on a microcontroller or similar and able to comment?
Re: newLISP v.10.7.4 Development Release
#5newLISP is a Lisp-like, general-purpose scripting language. It is especially well-suited for applications in AI, simulation, natural language processing, big data, machine learning and statistics. Because of its small resource requirements, newLISP is excellent for embedded systems applications. Most of the functions you will ever need are already built in. This includes networking functions, support for distributed…
Re: newLISP v.10.7.4 Development Release
#6I find it interesting that they positon newlisp as being "for embedded systems", because from everything I've read it requires a Unix system to run on. Anyone here running newlisp on a microcontroller or similar and able to comment?
Re: newLISP v.10.7.4 Development Release
#7In my opinion, you can find much better versions of this sort of thing in Tcl, if for some reason you really want it.
Props to the author for keeping it going for this long, though.
Re: newLISP v.10.7.4 Development Release
#8I find it interesting that they positon newlisp as being "for embedded systems", because from everything I've read it requires a Unix system to run on. Anyone here running newlisp on a microcontroller or similar and able to comment?
Re: newLISP v.10.7.4 Development Release
#9It's a neat little system meant to be used with a Unix command line in my opinion kind of like Picolisp.
Re: newLISP v.10.7.4 Development Release
#10I played with this a few years ago. Fogus has an article on Fleunpunkt (spelling?) weird lisps like this and Picolisp that is worth a read. It's a neat little system meant to be used with a Unix command line in my opinion kind of like Picolisp.
http://blog.fogus.me/2011/05/03/the-german-school-of-lisp-2/