Questions, comments, errors
Posted: Sat Aug 20, 2005 4:54 am
Hello!
1) function (exit) isn't listed in Functions in groups (left part of the window of the manual)
2) new functions of new versions of newLISP are protected and they will eventually break the old code. Is it acceptable? Is there any way around this?
(Example: If I define my function (shuffle) and the new version comes with this function - it will say that I cannot use it and it will break my old code.)
3) Little error: Design Patterns - 6. Creating, accessing and modifying lists - Accessing lists
; implicit indexing with vector
(set 'L '(a b (c d (e f) g) h i))
(set 'vec '(2 2 1))
(L vec) => (e f) ===> returns only f
4) Question for Lutz: I am coming from Tcl/Tk and I noticed quite a few similarities between Tcl and newLISP. So, is it intentional?
(contexts/namespaces, load, source, {} for not evaluating inside, ...)
5) Question for Lutz: As far as I know, there isn't any "History of newLISP". Is it possible to write something about history of newLISP and a little bit about yourself?
Thank you, Fanda
1) function (exit) isn't listed in Functions in groups (left part of the window of the manual)
2) new functions of new versions of newLISP are protected and they will eventually break the old code. Is it acceptable? Is there any way around this?
(Example: If I define my function (shuffle) and the new version comes with this function - it will say that I cannot use it and it will break my old code.)
3) Little error: Design Patterns - 6. Creating, accessing and modifying lists - Accessing lists
; implicit indexing with vector
(set 'L '(a b (c d (e f) g) h i))
(set 'vec '(2 2 1))
(L vec) => (e f) ===> returns only f
4) Question for Lutz: I am coming from Tcl/Tk and I noticed quite a few similarities between Tcl and newLISP. So, is it intentional?
(contexts/namespaces, load, source, {} for not evaluating inside, ...)
5) Question for Lutz: As far as I know, there isn't any "History of newLISP". Is it possible to write something about history of newLISP and a little bit about yourself?
Thank you, Fanda