Search found 3 matches
- Thu Feb 27, 2014 2:00 am
- Forum: So, what can you actually DO with newLISP?
- Topic: newLisp vs node.js
- Replies: 5
- Views: 14746
newLisp vs node.js
I'm a total beginner, but for a long time I've felt that a Lisp of some sort should be King. But then there's all this talk about javascript this, node.js that. Isn't newLisp capable of doing what node.js does, only better?
- Sat May 11, 2013 1:29 am
- Forum: newLISP and the O.S.
- Topic: REPL working directory?
- Replies: 4
- Views: 5527
REPL working directory?
When in Emacs, if I start newlisp mode, then call up a NL REPL, how can I find out what the REPL's "working directory" is? For example, (load "link.lsp") gives an error, but if I copy link.lsp to a ./newlisp directory, and give the full path: (load "/home/myhome/Programs/newlisp/link.lsp") it works....
- Thu May 09, 2013 2:08 am
- Forum: So, what can you actually DO with newLISP?
- Topic: Distributed newLisp question....
- Replies: 1
- Views: 9572
Distributed newLisp question....
I'm a total beginner, but I've read extensively about Lisp, functional programming, and distributed computing. I keep hearing that Lisp languages can rewrite/update their own code while running, but I can't wrap my brain around that. For example, the famous "Lisp at JPL" essay talked about redoing/r...