Search found 4 matches

by amos
Mon Jun 21, 2010 8:58 am
Forum: Common Lisp
Topic: Upoad button to upload a file
Replies: 4
Views: 4679

Re: Upoad button to upload a file

But if it's a native application what is being uploaded and to where? Do you mean that you would like to point your application at a file on the local filesystem, have it remember the association and display this in a menu. What do you want to do with the file once it's been associated? Is this in t...
by amos
Sun May 09, 2010 3:19 pm
Forum: Books and Resources
Topic: New book: Land of Lisp
Replies: 8
Views: 37122

Re: New book: Land of Lisp

I was checking out "Casting SPELs in Lisp" again (http://www.lisperati.com/casting.html) and noticed a message just under the frontcover, which says: 3/31/10 Breaking News- Watch out for my new Super Fantastic Expanded Lisp Comic Book/Text Book from No Starch Press this Summer! Travel to t...
by amos
Sun Jun 29, 2008 11:19 am
Forum: Common Lisp
Topic: 64 Bit SBCL under Windows
Replies: 10
Views: 32699

Re: 64 Bit SBCL under Windows

It may be using a sledgehammer to crack a nut, but you could run Virtual copy of Linux in something like Virtual Box, and run a 64 bit copy of SBCL in there.

Cheers
Amos
by amos
Sat Jun 28, 2008 5:20 am
Forum: Books and Resources
Topic: Concrete Mathematics
Replies: 9
Views: 41791

Re: Concrete Mathematics

The non-recursive form is fairly straightforward (think second difference of the number pattern).

The bigger problem is likely to come from how to draw a line to always generate the maximal number of slices (surely it's much easier to just buy another pizza ;) ).

Amos