Search found 2 matches
- Wed Sep 28, 2022 12:11 am
- Forum: newLISP in the real world
- Topic: Teaching newLISP
- Replies: 0
- Views: 283
Teaching newLISP
There seems to be a lot of interest in newLISP still after all these years (and I haven't worked with it since 2010). Has anyone thought of teaching it? There are lots of programming language learning websites. The one I've had the most to do with is Exercism.org . There are (at last look) 61 langua...
- Tue Sep 27, 2022 10:02 am
- Forum: So, what can you actually DO with newLISP?
- Topic: invalid function
- Replies: 0
- Views: 215
invalid function
It's been about 12 years since I last did anything constructive with newLISP. I'm glad to see it's still alive and kicking. Regarding catching invalid functions, is it possible in newLISP to write a handler for unknown functions in the same way that some other languages do, so that (boing 1) instead...