Carl Leiby on 9 Jul 2009 12:24:09 -0700


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: Clojure presentation July 21st by Stuart Sierra

  • From: Carl Leiby <carl.leiby@gmail.com>
  • To: philly-lambda@googlegroups.com
  • Subject: Re: Clojure presentation July 21st by Stuart Sierra
  • Date: Thu, 9 Jul 2009 15:19:18 -0400
  • Authentication-results: gmr-mx.google.com; spf=pass (google.com: domain of carl.leiby@gmail.com designates 209.85.210.180 as permitted sender) smtp.mail=carl.leiby@gmail.com; dkim=pass (test mode) header.i=@gmail.com
  • Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlegroups.com; s=beta; h=domainkey-signature:received:received:x-sender:x-apparently-to :received:received:received-spf:authentication-results:received :dkim-signature:domainkey-signature:mime-version:content-type :received:reply-to:in-reply-to:references:date:message-id:subject :from:to:x-google-approved:sender:precedence:x-google-loop :mailing-list:list-id:list-post:list-help:list-unsubscribe :x-beenthere-env:x-beenthere; bh=iNjK1tci4p2FMAjFXTlwdI8vSu2TFCprcmIXHnPEFnw=; b=Fj25rcrQYfooiENMeJDtCp5EY+/7kG34sgwsgQ0WWWULQmMhOyu8CwVPYO9+w65/LE 3xZzqPHiKPsnTwg5vlo/j355L76MAfUWAcDn8k/LFE7wuKrDE83Nv/AFyJc9+kb7jIzC +Axts7PNNHNdonvlholtu4cGDwMQK6D0IxL2U=
  • Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:reply-to:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=lRoz8mg3gxVi1lOlSdcdBtPaTEbmKdnGoLA6mNgIrwg=; b=l+7VWCy9f58xJyFarQsHkDZMXq7gfu5m62HOLEfV8jbYwqbn/s6aJO3krAFK04mf6C eZz0TpOTg6zxEAqrfB2wDx56Gy/PHTMcHmaxOc4QeFGbgNpxAgKLbsn4wmdNcM42Vr5d WNV2cPZxVn/bTdhekCLlP1DNG+9WKOJSdC+ig=
  • Mailing-list: list philly-lambda@googlegroups.com; contact philly-lambda+owner@googlegroups.com
  • Reply-to: philly-lambda@googlegroups.com
  • Sender: philly-lambda@googlegroups.com

+1

---------------------------------
Carl Leiby
---------------------------------


On Thu, Jul 9, 2009 at 2:57 PM, Michael Bevilacqua-Linn <michael.bevilacqualinn@gmail.com> wrote:
I'm there, with bells on.

Mike


On Thu, Jul 9, 2009 at 2:50 PM, Sonny To <son.c.to@gmail.com> wrote:

count me in

On Thu, Jul 9, 2009 at 12:10 AM, Aaron Feng<aaron.feng@gmail.com> wrote:
> Stuart Sierra of LispNYC has agreed to come down to give a Clojure talk for
> Philly Lambda.  As usual, the meeting will be held at Algorithmics.  Please
> RSVP if you plan to attend.
> As for the topic, it will be super secret for now :)  The only hint I can
> give right now is that it will not be the same presentation he gave last
> month to LispNYC.
> Below is a description of Clojure and Stuart Sierra:
> Clojure is a new Lisp dialect developed by Rich Hickey.  Clojure takes
> lessons from the best of Common Lisp and Scheme, and adds new abstractions,
> a rich set of immutable data structures, software transactional memory, and
> tools for managing mutable state in a multithreaded environment.  Clojure is
> compiled on-the-fly to Java bytecode, and offers direct and convenient
> access to any Java library.
>
> Stuart Sierra has contributed many modules to Clojure's standard library,
> including a testing framework, a code walker, and a macro-based template
> processor.
> Aaron