Jerry \(Li-Ping\) Lin on 11 Jul 2009 21:24:08 -0700


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

Re: Clojure presentation July 21st by Stuart Sierra

  • From: "Jerry \(Li-Ping\) Lin" <pingnet888@gmail.com>
  • To: <philly-lambda@googlegroups.com>
  • Subject: Re: Clojure presentation July 21st by Stuart Sierra
  • Date: Sun, 12 Jul 2009 00:23:48 -0400
  • Authentication-results: gmr-mx.google.com; spf=pass (google.com: domain of pingnet888@gmail.com designates 74.125.92.149 as permitted sender) smtp.mail=pingnet888@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:received:received:message-id :from:to:references:in-reply-to:subject:date:mime-version :content-type:x-priority:x-msmail-priority:x-mailer:x-mimeole :reply-to:sender:precedence:x-google-loop:mailing-list:list-id :list-post:list-help:list-unsubscribe:x-beenthere-env:x-beenthere; bh=Sf8rQUOCWyDlUXRswTZv2Lw0zcnDQjQd52o3lT1xz3g=; b=e6mMSHwLduVRdauFI1QvY4BYYuwgQsv5mOcnTOa//U95q7c8ULOAT0JkCfLopH59It nPS0QJ6lctQ1n4QHrgl10uCP71yjkdnx/shAidW9y8XP9iLiCrkt9gLkS7CO46vFsUdk 74dOZdIW/Cqy0aL1GSxNkUMRUHXcfUrLigu2Y=
  • Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to:references :in-reply-to:subject:date:mime-version:content-type:x-priority :x-msmail-priority:x-mailer:x-mimeole; bh=4j8ahrEVnreBVnbfW4hZsSSohWmXP6qOht1ss8pbF9o=; b=cp1HyqtvFgd1WFGJThW3x/kiQTXm+hBMUwup9MHFgEMJjdixtmjkGD4RfeUKb9oWI+ w9YW1KG4j8OHRFdSbjuw0PHI945pm+X+hhcDSYlkF3hMxHcDdPq3t2Sw04PDZe95XmzH v4vcMl3OriTrBIRadiYXQM+T0ia0x896ePwAQ=
  • Mailing-list: list philly-lambda@googlegroups.com; contact philly-lambda+owner@googlegroups.com
  • Reply-to: philly-lambda@googlegroups.com
  • Sender: philly-lambda@googlegroups.com

Sounds great, +1 please.
 
Jerry Lin
----- Original Message -----
From: Aaron Feng
Sent: Thursday, July 09, 2009 12:10 AM
Subject: Clojure presentation July 21st by Stuart Sierra

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