Search found 3 matches

by Sacha
Wed Aug 06, 2008 11:02 am
Forum: Common Lisp
Topic: SBCL 1.0.19 released
Replies: 6
Views: 17876

Re: SBCL 1.0.19 released

You're my hero !

The 1.0.13 version would only allow for 64Mb image sizes on my windows, and this one does the job. Time to finally check sbcl seriously !

Thanks a lot,
Sacha
by Sacha
Mon Jul 14, 2008 5:22 pm
Forum: Common Lisp
Topic: What are you doing in Common Lisp lately?
Replies: 26
Views: 65261

Re: What are you doing in Common Lisp lately?

I just did and sold a call shop management program. It routes phone calls to different providers based on the prefix, shows real time cost of calls in each phone booth, prints receipts, shows real time call information on lcd displays in each booth, does the usual statistics and so on. The program r...
by Sacha
Mon Jul 14, 2008 4:46 pm
Forum: The Lounge
Topic: Thinking Functional
Replies: 6
Views: 15541

Re: Thinking Functional

Somewhere, there will be a list of who is currently logged in. Say, for sake of argument that this list should be kept in alphabetical order by nickname. For this, I canibalized (ported) the dataset structure from haskell. It is nothing more than a binary tree. So I would have code like this : (set...