Mike DeLaurentis on 22 Nov 2008 20:48:34 -0800


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

Re: Clojure talk tomorrow

  • From: "Mike DeLaurentis" <delaurentis@gmail.com>
  • To: philly-lambda@googlegroups.com
  • Subject: Re: Clojure talk tomorrow
  • Date: Sat, 22 Nov 2008 23:48:21 -0500
  • Authentication-results: mx.google.com; spf=pass (google.com: domain of delaurentis@gmail.com designates 72.14.220.152 as permitted sender) smtp.mail=delaurentis@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 :date:from:to:subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references:reply-to :sender:precedence:x-google-loop:mailing-list:list-id:list-post :list-help:list-unsubscribe:x-beenthere-env:x-beenthere; bh=EY06r7NEphU+1N/oLdWTDbzQMuvqMyUPUrgN+jGIW+c=; b=YbKIGti/SBCQA9cl5GzQ1KOnfNc1BsqSi0XDvXE239hlHbK03/K3Q+Qu7B2ziYBBBS +1yhmeDimlvblQebJ6SW2IL5+M4GTqjnmiEJi3R26wBQlWeKIXJn8URhJW1v33xfYlwC knvMJYnwmfFOnYFvh80Jthnz4Ihcdyh+cYQZw=
  • Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=pfcE5JVsSGTWcIm7Wd7WY9v9Nc083GXDHRdNCXHZ1Xc=; b=wcFW8QnbfMMvdKZtwgfypRRUEH92dWifuEsIOuMnwpSJHqU46lAoKWHh9sQIy2Xtqd Qgmli2+fMovaeHMGQQwPsAV8IzFTSTIwNA36vMt/fdsLLXUiM7l52z/9AiYnVrvchjUX vBomOdGP/iYBz7TYFfiRWIQqX4U8OavlbX6V8=
  • Mailing-list: list philly-lambda@googlegroups.com; contact philly-lambda+owner@googlegroups.com
  • Reply-to: philly-lambda@googlegroups.com
  • Sender: philly-lambda@googlegroups.com

Sure, I'll put the slides up Monday. In the meantime, the code we went
through is available here:

http://github.com/mdelaurentis/clojure-demo/


On Sat, Nov 22, 2008 at 4:57 PM, Scott Fraser <Scott.E.Fraser@gmail.com> wrote:
>
> Mike, have you considered putting your slides from the meeting online?
>
> thanks,
>
> -Scott
>
> On Nov 10, 4:02 pm, "Mike DeLaurentis" <delauren...@gmail.com> wrote:
>> For the Clojure talk tomorrow, I plan on going through a few slides
>> that talk about the language at a high level, but then spending most
>> of the time actually going through some example code. We'll use the
>> sample program to drive a more in-depth discussion about a few of the
>> language's features, such as support for concurrency. I'm hoping this
>> approach will help make the talk more engaging, and help people see
>> how the language can be used to solve real-world problems.
>>
>> You might enjoy following along on a laptop and executing the examples
>> against a REPL. So, feel free to bring a laptop, and I'll send out
>> some of the code we'll be going through before the meeting.
>>
>> If you're going to bring a laptop and follow along, you'll definitely
>> need either the clojure jar or source code. Both are available from
>> clojure.org (see the "Download" and "SVN" links at the top right
>> corner of the page). If you're a fan of Emacs, you could install
>> clojure-mode fromhttp://github.com/jochu. Or, you can just access the
>> REPL directly via the command-line. Either way, if you want to follow
>> along, I ask that you try to get Clojure running before the meeting,
>> so we don't spend too much time trying to set environments up. If you
>> have trouble setting stuff up, shoot me an email...
>>
>> If you don't want to bring a laptop or take the time to set up
>> Clojure, that's fine too. I hope the talk will be interesting either
>> way...
>>
>> Thanks,
>>
>> Mike