TC Lispers April Presentations online April 29th, 2010
Patrick Stein

The Twin Cities Lisp Users Group meeting for April was last Monday. The main topic was Web Frameworks, but there were also two shorter talks.

Weblocks Presentation

Patrick Stein gave this presentation at the TC Lispers meeting in April 2010.

Weblocks on Vimeo.

Allegro Serve and Web Actions Presentation

Robert Goldman gave this presentation at the TC Lispers meeting in April 2010.

Apology: Unfortunately, ScreenFlow bombed out on me when I went to stop recording. It subsequently saw that it had a partial project there but was unable to recover it. As such, there is no video available for this presentation. Feh. — Patrick

Hunchentoot Presentation

Paul Krueger gave this presentation at the TC Lispers meeting in April 2010.

Hunchentoot on Vimeo.

Cocoa Lisp Controller Presentation

Paul Krueger gave this presentation at the TC Lispers meeting in April 2010.

Cocoa Lisp Controller on Vimeo.

CL-Growl Presentation

Patrick Stein gave this presentation at the TC Lispers meeting in April 2010.

CL-Growl on Vimeo.

3 Responses to “TC Lispers April Presentations online”

  1. WalterGR
    2010-04-29 @ 9:07 PM

    I’d like to get in touch with Paul Krueger regarding the LispCast code he updated for Hunchentoot. I may be doing an updated version of Eric Norman’d LispCast screencasts, and that code would be quite helpful.

    I couldn’t find his email address anywhere. If you have a way of contacting him, could you let him know my email address: XXXXXXX? Or Dr. Krueger, if you’re reading this, please contact me.

    Thanks.

  2. Peter Stirling
    2010-04-30 @ 6:01 PM

    @24:30 in the Weblocks video Patrick mentions the inconvenience of how it binds on the current function value, for myself I use a lambda that calls the desired defun, which allows for straightforward C-c C-c in slime as one would hope/expect.

    • pat
      2010-05-05 @ 9:21 PM

      It’s true. Instead of this:

      (make-widget #'foo)

      I can do this:

      (make-widget #'(lambda (&rest args)
                           (apply #'foo args)))

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <br> <cite> <code> <dd> <del datetime=""> <dl> <dt> <em> <i> <img alt="" height="" longdesc="" src="" width=""> <ins datetime="" cite=""> <li> <ol> <p> <q cite=""> <s> <strike> <strong> <sub> <sup> <u> <ul>

l