Search found 8 matches

by malkia
Mon Jun 30, 2008 2:28 pm
Forum: Scheme
Topic: Your favorite implementation?
Replies: 12
Views: 37598

Re: Your favorite implementation?

I haven't done much scheme coding (only examples from the SICP, but they were running only in MIT Scheme), but tried STALIN on couple of example and was impressed by the code generation (granted, not the standard way to use lisp/scheme, having compile times of hours/days, rather than ms, but still i...
by malkia
Mon Jun 30, 2008 10:57 am
Forum: Common Lisp
Topic: Best way to start on Windows : need advices
Replies: 13
Views: 34962

Re: Best way to start on Windows : need advices

I've started a google project last year called CLOW - Common Lisp On Windows, but haven't got time to further put more into it. As it's now, it's just a bunch of bat files, and list of files from the net - where stuff is going to be installed on your machine. My idea was to have different lisps runn...
by malkia
Mon Jun 30, 2008 10:53 am
Forum: The Lounge
Topic: Cars
Replies: 4
Views: 11880

Re: Cars

That reminds me - I have to finally pass the driver exam, been here in LA for the last 9 years, haven't got license yet.... Anyone can recommend good driving schools in LA - Santa Monica, Venice, Culver City? Other people from LA - I work in Santa Monica - the building close to the Santa Monica Airp...
by malkia
Sun Jun 29, 2008 11:10 am
Forum: Common Lisp
Topic: movitz
Replies: 4
Views: 14548

Re: movitz

With all these Virtual Machines on a server (isn't EC2 like that?), wouldn't movitz be a good candidate?

I've dabbled just a bit with it, and love it for experiments, but haven't done anything serious with it.

I wish there was a ARM version for a phone... But it's x86 last time I've looked.
by malkia
Sun Jun 29, 2008 11:08 am
Forum: Common Lisp
Topic: 64 Bit SBCL under Windows
Replies: 10
Views: 32686

Re: 64 Bit SBCL under Windows

Thanks, Candera! That's good to know - in the company I work we have only one tool that uses 64-bit machine, simply because we are running out of 2GB on it (it's for doing global illumination and lots of memory is spent there), but this is as far as my 64-bit Windows knowledge goes. I would've expec...
by malkia
Sat Jun 28, 2008 12:04 pm
Forum: The Lounge
Topic: Thank you.
Replies: 22
Views: 43776

Re: Thank you.

Thanks for the forum!

Does the forum come with a set of Pitman, Kenny, The Two Pascals, Joswig, many others and Dr Frog Hopper?
by malkia
Sat Jun 28, 2008 12:01 pm
Forum: Common Lisp
Topic: 64 Bit SBCL under Windows
Replies: 10
Views: 32686

Re: 64 Bit SBCL under Windows

I recently moved to a (smokin' fast) new machine, but I'm running 64-bit Windows, so SBCL no longer works for me. I've been able to find out that "a port is in progress", but no more information than that. Anyone know where this effort is at? Don't have a 64-bit Windows in front of me, bu...
by malkia
Sat Jun 28, 2008 11:58 am
Forum: Common Lisp
Topic: Welcome
Replies: 8
Views: 21002

Re: Welcome

Here's a fix :)

Code: Select all

(defun lispforum (people)
  (declare (ignore people))
  (list 'ideas 'fun))