Aaron Feng on 30 Jan 2008 16:53:31 -0800


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

Hacking Lisp

  • From: "Aaron Feng" <aaron.feng@gmail.com>
  • To: philly-lambda@googlegroups.com
  • Subject: Hacking Lisp
  • Date: Wed, 30 Jan 2008 19:53:23 -0500
  • Authentication-results: mx.google.com; spf=pass (google.com: domain of aaron.feng@gmail.com designates 209.85.146.179 as permitted sender) smtp.mail=aaron.feng@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:mime-version:content-type:reply-to:sender:precedence:x-google-loop:mailing-list:list-id:list-post:list-help:list-unsubscribe; bh=Jgtoxn9SRFssktEbPljibJcL89F6r/s+zdL8iCNtepY=; b=rneeZE4fPlLarC1+dhH9RsxiZDsv7WQXspNIX1tWvfUEFr7qAee8CVzDFet3SEZQqhO5nN/TGkDojO411P2DzgHiqU5pvlVuOOR6q/zyiXRzW+SBaO2CWphZjne9/oZ4R7syjS06HyTw5BLj49kKThL2TIdNXcZ4Fl20emALLFA=
  • 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:mime-version:content-type; bh=rGUuZvB7bIkPMU0zA3UQDMlmaRDSrTymKQsvn9Ug0bw=; b=Tb/eLQvlvOu+yZuzy5jKaCFYC27R6AOPyVPt0wLkhUwqnyKb0/AU8XpQo/+V0BT/XXoHIR/p7hI9vfoJ8DQ59oaMumBTkKvLguDASzLuKehOHyR8RQ9J6X0VDLjR77+E4oyUrsJbqAS5ROjHJfDT4WpiFhNM+khENKtXYQD21vw=
  • Mailing-list: list philly-lambda@googlegroups.com; contact philly-lambda-owner@googlegroups.com
  • Reply-to: philly-lambda@googlegroups.com
  • Sender: philly-lambda@googlegroups.com

I recently started reading Paul Graham's book, On Lisp (I'm one decade behind).  Like anything else, I figure the best way to learn Lisp it is to actually use it.  I was wondering if anyone would be interested in getting together to solve problems using Lisp.  I recently installed emacs + slime + sbcl on my mac.  It's an interesting experience since I'm not a fluent emacs user (I use vi).

Aaron