Search found 5 matches

by david.hilton
Tue Sep 16, 2008 2:44 pm
Forum: The Lounge
Topic: A non-trivial first project
Replies: 1
Views: 4764

A non-trivial first project

I've been getting after a friend of mine for a while about learning another language, be it smalltalk, haskell or lisp. We made an agreement that if I would shave my head or go camping with him, he would do a project in a language of my choosing. I am learning lisp and another roommate has been lear...
by david.hilton
Tue Aug 12, 2008 9:17 pm
Forum: Books and Resources
Topic: Lisp mailing-list ?
Replies: 13
Views: 56458

Re: Lisp mailing-list ?

If you subscribe to comp.lang.lisp through google groups and receive digests, the spam goes through.

However, what happens if you get each message delivered individually? Would gmail apply its spam filters to the traffic?
by david.hilton
Thu Jul 03, 2008 5:02 pm
Forum: The Lounge
Topic: website mini-logo (the one in the toolbar)
Replies: 24
Views: 44558

Re: website mini-logo (the one in the toolbar)

umm... my mistake.

That is to say, just on the left of the tab, or just to the left of the url.
by david.hilton
Thu Jul 03, 2008 4:43 pm
Forum: The Lounge
Topic: website mini-logo (the one in the toolbar)
Replies: 24
Views: 44558

website mini-logo (the one in the toolbar)

Here are a couple of ideas for the mini logo that appears on the tab; the first is just the eyes of Conrad's lisp alien, while the second is his lisp flag in a circle, just shrunk down. http://filebin.ca/njdcqc/eyes.png http://filebin.ca/etyugf/flag.png Perhaps just the lisp flag itself would be bet...
by david.hilton
Thu Jul 03, 2008 6:16 am
Forum: The Lounge
Topic: Limits of continuation passing web programming
Replies: 5
Views: 19389

Limits of continuation passing web programming

I'm fairly sure most around here are familiar with component based/continuation passing style stateful web programming. If not, there's a reasonably decent overview of one specific framework http://www.defmacro.org/ramblings/continuations-web.html . I've had some basic theoretical exposure to this s...