No more hungry newLISP porgrammers:
see here: http://newlisper.blogspot.com/
post from 2006-10-18
Lutz
Cormullion solves food crisis with newLISP
Looks very nice! ...but: is it working?
In my Linux environment I do not have a command called 'open'...
Peter
In the source, I see:peter[~]$ ./render.lsp
sh: open: command not found
Code: Select all
(exec (string "open "(env "HOME") "/Desktop/noname.ps"))
Peter
-
- Posts: 2038
- Joined: Tue Nov 29, 2005 8:28 pm
- Location: latiitude 50N longitude 3W
- Contact:
For Windows change Cormullion's render function to this:
and use ghostscript for display of the generated postscript file.
enjoy the meal,
Lutz
Code: Select all
(define (render)
(write-file "noname.ps"
(append [text]%!PS-Adobe-3.1
%%Creator: newLISP
[/text] buffer "showpage" "\r\n")))
enjoy the meal,
Lutz
-
- Posts: 2038
- Joined: Tue Nov 29, 2005 8:28 pm
- Location: latiitude 50N longitude 3W
- Contact: