Search found 4 matches
- Mon May 02, 2005 3:24 pm
- Forum: newLISP and the O.S.
- Topic: newlisp-tk on windows
- Replies: 4
- Views: 6337
- Fri Apr 29, 2005 10:07 pm
- Forum: Anything else we might add?
- Topic: Quotes output by format (neeb questions)
- Replies: 3
- Views: 4239
- Fri Apr 29, 2005 9:00 pm
- Forum: Anything else we might add?
- Topic: Quotes output by format (neeb questions)
- Replies: 3
- Views: 4239
Quotes output by format (neeb questions)
I'm working through Peter Seibel's Practical Common Lisp book using NewLisp as my environment (at least at work where I'm stuck with windows). Anyway, early on he provides an example to print the proverbial Hello World (from his book): > (format t "hello, world") hello, world nil I quickly figured o...
- Fri Apr 29, 2005 8:28 pm
- Forum: newLISP and the O.S.
- Topic: newlisp-tk on windows
- Replies: 4
- Views: 6337
I was able to correct this problem by editting the newlisp-tk.config file and replacing the incorrect for Windows "/" directory delimiters with "\"; however, newLisp seems to interprute "\" as an escape code as in C, so I actually had to use "\\", e.g. "C:\\Program Files\\newlisp". This works like a...