Search found 11 matches
- Fri Feb 22, 2013 4:45 am
- Forum: Dragonfly
- Topic: newlisp crashes
- Replies: 4
- Views: 10525
Re: newlisp crashes
Hi Lutz, Thanks for the hint. I just tried to rebuild v10.4.6 (using gcc 4.7.2 from mingwbuilds ). Got 2 errors. The first one was: $ make -f makefile_mingw_utf8 gcc -Wall -pedantic -Wno-uninitialized -Wno-long-long -c -O1 -g -DSUPPORT_UTF8 -DWIN_32 newlisp.c gcc -Wall -pedantic -Wno-uninitialized -...
- Thu Feb 21, 2013 3:53 pm
- Forum: Dragonfly
- Topic: newlisp crashes
- Replies: 4
- Views: 10525
newlisp crashes
I'm using: - 32-bit Win 7 - newlisp v10.4.6 - apache 2.4.3 And this is how I did the setup: 1. Put newlisp in C:\newlisp 2. Put apache in C:\apache24 3. Put the dragonfly framework in C:\apache24\htdocs. I ran newlispServerWin.bat, and command prompt printed this: If all goes well visit http://local...
- Mon Jan 18, 2010 3:54 am
- Forum: Anything else we might add?
- Topic: Wish list
- Replies: 33
- Views: 26472
Re: Wish list
like ocaml, right?Kazimir Majorinc wrote: (I'd repeat my old proposal for +., *. etc for floating point +, * etc.)
- Sun Jul 05, 2009 3:52 am
- Forum: Anything else we might add?
- Topic: OT: About the GPL
- Replies: 2
- Views: 4140
- Fri Apr 17, 2009 3:05 pm
- Forum: Anything else we might add?
- Topic: Ouroboros
- Replies: 1
- Views: 3195
Cool.
BTW, you just reminded me to another "Uroboros": a leech-like creature from Resident Evil 5

He he...
BTW, you just reminded me to another "Uroboros": a leech-like creature from Resident Evil 5

He he...
- Tue Feb 24, 2009 2:29 pm
- Forum: Anything else we might add?
- Topic: My recent challenge for Common Lispers.
- Replies: 5
- Views: 6631
Re: My recent challenge for Common Lispers.
I just recently made a simple "Hello world" app in SBCL 1.0.25.xytroxon wrote:Nice work!!!
25MB??? LOL!!!
Yeah, the executable is about 25 MB, probably because the Lisp system itself is included.
Using strip, the size reduced to 92 KB, but of course don't work properly anymore.
- Wed Nov 19, 2008 9:17 am
- Forum: newLISP newS
- Topic: head logo for ww.newlisp.org
- Replies: 35
- Views: 22478
- Mon Oct 27, 2008 2:56 pm
- Forum: Anything else we might add?
- Topic: Benfefits on learnign CL ?
- Replies: 6
- Views: 6295
- Mon Oct 27, 2008 9:37 am
- Forum: Anything else we might add?
- Topic: Benfefits on learnign CL ?
- Replies: 6
- Views: 6295
Benfefits on learnign CL ?
I hope I don't start flame war here ^^ I'm a CL newbie, and I discovered newLISp in a short time after I started learning CL. My interest in CL is well ..., somewhere between academic & hobby. I must admit I'm interested in CL due to Paul Graham's essays, and I already learned a bit Haskell in the u...
- Thu Apr 24, 2008 6:27 am
- Forum: newLISP newS
- Topic: newLISP built-in documentation ?
- Replies: 10
- Views: 8556
newLISP built-in documentation ?
Does newLISP has a built-in documentation ? I mean, a documentation built within the interpreter. So when you are running newLISP, you can do something like this : > help reverse "In the first form, reverse reverses and returns the list. Note that reverse is destructive and changes the original list...
- Thu Jan 31, 2008 9:50 am
- Forum: Anything else we might add?
- Topic: newLISP & Haskell
- Replies: 2
- Views: 4222
newLISP & Haskell
I found this interesting language (newLISP) after some googling on LISP.
Well, Haskell is my first functional language and I like it a lot.
I believe each language has its own strength & weakness.
My question is, what's suited best to do in Haskell, and in newLISP ?
Well, Haskell is my first functional language and I like it a lot.
I believe each language has its own strength & weakness.
My question is, what's suited best to do in Haskell, and in newLISP ?