Search found 10 matches
- Sat Aug 25, 2007 4:05 pm
- Forum: newLISP Graphics & Sound
- Topic: GUI server icon non-responsive
- Replies: 3
- Views: 5081
- Fri Aug 24, 2007 6:51 pm
- Forum: newLISP Graphics & Sound
- Topic: GUI server icon non-responsive
- Replies: 3
- Views: 5081
GUI server icon non-responsive
I'm running macosx 10.4 with java 1.5 and when the GUI icon is double-clicked, the error "Cannot launch java application...uncaught exception in main method...java.io.IOException: newlisp: not found" occurs. However, if I cd to /usr/bin/newlisp-edit and run it from there, it works fine. What needs t...
- Sat Jul 22, 2006 3:12 pm
- Forum: Anything else we might add?
- Topic: vexing problem or bug?
- Replies: 3
- Views: 3163
- Sat Jul 22, 2006 3:10 pm
- Forum: newLISP newS
- Topic: newLisp vs Perl executable
- Replies: 4
- Views: 5791
- Sat Jul 22, 2006 4:22 am
- Forum: newLISP newS
- Topic: newLisp vs Perl executable
- Replies: 4
- Views: 5791
newLisp vs Perl executable
I wrote a Perl script a couple years ago that loops through all *.cfm files in a given directory, grabs the documentation from each, and writes that documentation to a text file. Using Perl2exe, the source was packaged into an exe of 347 KB. I rewrote that script in newLisp and, using link.lsp, the ...
- Sat Jul 22, 2006 4:13 am
- Forum: Anything else we might add?
- Topic: vexing problem or bug?
- Replies: 3
- Views: 3163
vexing problem or bug?
the following works fine: [code](set 'out-buff "Now is the time to try men's souls") (write-file "soulTest1.txt" out-buff) [/code] but this doesn't: [code](set 'out-buff "Now is the time to try men's souls") (set 'out-file-handle (open "soulTest2.txt" "write")) (write-file out-file-handle out-buff) ...
- Tue Jul 11, 2006 12:26 am
- Forum: Anything else we might add?
- Topic: humble contribution: states & provinces 'contiguity chec
- Replies: 3
- Views: 3075
- Sun Jul 09, 2006 6:55 pm
- Forum: newLISP in the real world
- Topic: Conflict: JRUN4/CFMX vs. executing newLisp from TextWrangler
- Replies: 3
- Views: 3539
- Sun Jul 09, 2006 6:40 pm
- Forum: Anything else we might add?
- Topic: humble contribution: states & provinces 'contiguity chec
- Replies: 3
- Views: 3075
humble contribution: states & provinces 'contiguity chec
A couple years ago, I wrote an algorithm that checks whether a series of input (or is it inputted?) U.S. states and/or Canadian provinces were contiguous with eachother. It is used by a governmental agency as part of the process of validating applications for trucking licenses. Although initially wr...
- Sun Jul 09, 2006 6:13 pm
- Forum: newLISP in the real world
- Topic: Conflict: JRUN4/CFMX vs. executing newLisp from TextWrangler
- Replies: 3
- Views: 3539
Conflict: JRUN4/CFMX vs. executing newLisp from TextWrangler
I'm using MacOSX 10.4 and if I happen to start JRUN4 and an associated Cold Fusion application (CFMXv7) and then try to execute a newLisp script within TextWrangler, the latter fails. The latter functionality returns after logging out and logging in again. Anybody have ideas here? cheers this beauti...