Search found 8 matches

by tumble
Tue Jun 26, 2012 11:33 am
Forum: newLISP Graphics & Sound
Topic: (semi)Auto Text -> (3d/anim opengl etc)graphics
Replies: 10
Views: 14500

Re: (semi)Auto Text -> (3d/anim opengl etc)graphics

vedaviz, you need to talk to a computational linguist. I doubt that there are any reading this forum.

(And although it's not really relevant, I can't type "computational linguist" in any context without linking to this cartoon: http://www.xkcd.com/114 .)
by tumble
Sun Apr 15, 2012 8:21 am
Forum: Whither newLISP?
Topic: In-place parameter substitution
Replies: 8
Views: 10139

Re: In-place parameter substitution

It would be nice to have some function that returns list of the caller functions, similarly like (sys-info 3) returns the level of recursion. Although it sounds quite 'dangerous' it can actually provide some debugging facilities, i.e. functions could react if called by someone they do not appreciat...
by tumble
Wed Apr 04, 2012 4:14 am
Forum: So, what can you actually DO with newLISP?
Topic: The Zen of UTF-8
Replies: 1
Views: 4668

Re: The Zen of UTF-8

Awesome!
by tumble
Tue Jan 10, 2012 10:42 pm
Forum: newLISP newS
Topic: newLISP development release v.10.3.10
Replies: 9
Views: 8052

Re: newLISP development release v.10.3.10

Thank you!
by tumble
Wed Dec 28, 2011 4:28 pm
Forum: newLISP in the real world
Topic: [wishlist] things I wish for newlisp for 2012
Replies: 9
Views: 4390

Re: [wishlist] things I wish for newlisp for 2012

I've been wanting a better syntax for defining default functors (blah:blah), but coincidentally Lutz has just posted one at http://newlispfanclub.alh.net/forum/vie ... =16&t=4029 !
by tumble
Wed Dec 28, 2011 4:23 pm
Forum: newLISP in the real world
Topic: Is there the name conflict of lambda in newlisp?
Replies: 11
Views: 5342

Re: Is there the name conflict of lambda in newlisp?

Thanks, Lutz. I really like the syntax of that definition (def-static).