From: WalterGR on 3 Apr 2010 18:15 The last time I dabbled in Lisp, the Lispcast videos ("create a Reddit clone") were fairly new. That was obviously some time ago... How up-to-date are they at this point? lispcast.com seems to have moved on, so I can't even figure out if they were written for Hunchentoot 1.0 or 1.1. Is there a more-detailed description of the changes between Hunchentoot 1.0 and 1.1 than the changelog? Is the code from the videos available anywhere? Are there any getting-started-with-Hunchentoot materials that are especially recommended? Postabon's "A Simple Lisp Webapp for Beginners" is good, but something more in-depth would be perfect. Thanks, Walter [1] http://blog.postabon.com/a-simple-lisp-webapp-for-beginners
From: WalterGR on 19 Apr 2010 10:20 On Apr 3, 3:15 pm, WalterGR <walte...(a)gmail.com> wrote: > The last time I dabbled in Lisp, the Lispcast videos ("create a Reddit > clone") were fairly new. That was obviously some time ago... > > How up-to-date are they at this point? lispcast.com seems to have > moved on, so I can't even figure out if they were written for > Hunchentoot 1.0 or 1.1. Somehow I neglected to include a link: http://lispcast.blip.tv/posts?view=archive&nsfw=dc I still haven't determined if the screencasts are up-to-date. Walter
From: WalterGR on 21 Apr 2010 17:24 On Apr 3, 3:15 pm, WalterGR <walte...(a)gmail.com> wrote: > The last time I dabbled in Lisp, the Lispcast videos ("create a Reddit > clone") were fairly new. That was obviously some time ago... > > How up-to-date are they at this point? lispcast.com seems to have > moved on, so I can't even figure out if they were written for > Hunchentoot 1.0 or 1.1. After locating the code for the first episode[1], is seems that the LispCasts use Hunchentoot 1.0. For example, they use (hunchentoot:start-server :port 8080) which doesn't work in Hunchentoot 1.1. Walter [1] http://www.lispcast.com/files/episode1/reddit-lisp.lisp which is linked from http://www.lispcast.com/uncategorized/episode-1-humble-beginnings-2/
From: WalterGR on 21 Apr 2010 18:42 On Apr 21, 2:24 pm, WalterGR <walte...(a)gmail.com> wrote: > On Apr 3, 3:15 pm, WalterGR <walte...(a)gmail.com> wrote: > > > The last time I dabbled in Lisp, the Lispcast videos ("create a Reddit > > clone") were fairly new. That was obviously some time ago... > > > How up-to-date are they at this point? lispcast.com seems to have > > moved on, so I can't even figure out if they were written for > > Hunchentoot 1.0 or 1.1. > > After locating the code for the first episode[1], is seems that the > LispCasts use Hunchentoot 1.0. I was wrong. They use 0.14.0. Evidence here: http://www.reddit.com/r/lisp/comments/bu2m8/how_uptodate_are_the_lispcast_videos/
|
Pages: 1 Prev: What should I do to interacting lisp with pyqt? Next: Help with LISP functions |