Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

LISP compilation

Name: Anonymous 2010-10-03 15:53

I'm learning common LISP, and I wrote a simple program and interpreted it with clisp, worked, compiled it, worked, but i want an .exe, it just seems more official, and i don't want to go and get a commercial LISP implimentation, so how could I compile LISP code into a .exe with clisp?
i tried http://www.frank-buss.de/lisp/clisp.html and it didn't work, when i tried just "lisp" as the command, it told me i didn't have libreadline6.dll and when i tried clisp, it said the "lispinit.mem" wasn't created by clisp

Name: Anonymous 2010-10-03 15:57

also, while we're on the topic of my learning lisp, i want to have someone input a string, then the program takes that string and gets a float from it, how would one do this? (parse-integer "string") only works on integers, i know one could write this themselves, but i wanted to know if LISP had built-in support for this already before i started on that

Name: Anonymous 2010-10-03 16:17

Learn a real language. Problem solved.

Name: Anonymous 2010-10-03 17:06

>>3
this

Name: Anonymous 2010-10-03 17:59

Hello,
you happen to be using a toy language. That's why you won't ever get anything useful out of it. I hope this helps you. Good luck.

Name: Anonymous 2010-10-03 18:06

>>5
Way to be less funny than >>3.

Name: Anonymous 2010-10-03 18:09

>>6
I hadn't seen >>3. Fuck you, my post is hilarious.

Name: Anonymous 2010-10-03 18:22

>>1
i want an .exe, it just seems more official
There's a simple solution to your problem. Get over yourself. Alternatively, you could read your Lisp's documentation, which clearly spells out how to produce an executable, but we both know you'd rather complain than do any work yourself.

Name: Anonymous 2010-10-03 18:38

s/LISP/Lisp/g

Name: Anonymous 2010-10-03 19:53

i want an .exe
You want Instant.EXE. It features the Instant.EXE Script Editor,
 Instant.EXE Dialog Editor, Instant.EXE Menu Editor, 50 Powerful Commands and Over 200 System Variables!

Instant.EXE, because real men make their own tools.

Name: Anonymous 2010-10-03 20:19

>>7
Fuck you, my post is hilarious.
For some reason, this made me laugh real hard.

Name: Anonymous 2010-10-03 21:38

>>11
Duh, that's because you're retarded.

Name: Anonymous 2010-10-03 23:17

>>12
Duh, that's because you're retarded.

For some reason, this made me laugh real hard.

Name: Anonymous 2010-10-03 23:47

>>13
For some reason, this gave me a hard-on.

Name: Anonymous 2010-10-04 0:39

>>3
>>4
>>5
wtf is wrong with LISP?

Name: Anonymous 2010-10-04 0:40

>>15
Optimize your quotes and I might reply.

Name: VIPPER 2010-10-04 6:35

NEWS

Name: Anonymous 2010-10-04 11:33

Pretty much all implementations I've used support either compiling to executable/module or just dumping the memory image which can be used directly.

SBCL, ClozureCL, AllegroCL, LispWorks - native compilation, memory image (all data and code objects)
ECL - compile to C, which is natively compiled - your executables look the same as the usual C-compiled programs, tinier, but less fancy/real than memory image CLs.
There was also a fork of CLISP for generating bytecode and CLISP itself can be used to do that, but I've never deployed anything with GNU CLISP.

I prefer to develop everything in SBCL or CCL and deploy in SBCL, CCL or ECL. Switching implementations is very easy when using SLIME, but if you hate Emacs, you should try the commercial implementations, they're fine too.

Name: Anonymous 2010-10-04 14:18

Lasing this thread for the Sagetank

Name: Anonymous 2010-10-04 19:18

Name: Anonymous 2010-10-04 20:00

Name: ES&D meme fan 2010-10-04 22:43

>>20
You're a disgrace.

Name: Anonymous 2010-10-05 8:59

Name: Anonymous 2010-10-05 9:21

>>1-,1000-1,23
Fucking Fags

Name: Anonymous 2010-10-05 9:24

>>$(seq 24)
fags

Name: Anonymous 2010-10-05 13:42

fibs = 0 : 1 : zipWith (+) fibs (tail fibs)

>>fibs
your gay

Name: Anonymous 2010-10-05 16:59

>>26
What about there gay?

Name: Anonymous 2010-10-05 20:07

>>27
What about here gay?

Name: Anonymous 2010-10-06 1:54

>>28
Asking what gay about haskell is as asking "what about here shit" about java.

Name: Anonymous 2010-10-06 4:25

>>26-29
back to /remedial english/, please

Name: Anonymous 2010-10-06 8:07

>>30
back to /yhbt/, please

Name: Anonymous 2011-11-24 11:48

>>33
wow nice dubs bro

Name: Anonymous 2011-11-24 13:25

>>32
Thanks.

Name: Anonymous 2011-11-24 13:37

2011
LISP

GC is shit.

Name: Anonymous 2011-11-24 14:45

>>34
If it ain't GC, it's shit.

Name: Anonymous 2011-11-24 14:57

GC(X) -> SHIT(X)
(!GC(X)) -> SHIT(X)

!GC(X) or SHIT(X)
GC(X) or SHIT(X)

(!GC(X) or SHIT(X)) and (GC(X) or SHIT(X))
(!GC(X) and GC(X)) or SHIT(X)
false or SHIT(X)
SHIT(X)

Name: Anonymous 2011-11-24 16:07

>>36
That's right, everything is shit. Now you're getting the hang of computer so-called science.

Name: Anonymous 2011-11-24 23:08

clisp
Just use SBCL already.

Name: Anonymous 2011-11-25 11:15

>>38
SBCL is diarrhoea.

Don't change these.
Name: Email:
Entire Thread Thread List