[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
- From: "Kyle R. Burton" <kyle.burton@gmail.com>
- To: philly-lambda@googlegroups.com
- Subject: Follow up to Scheme
- Date: Fri, 28 Mar 2008 14:20:33 -0400
- Authentication-results: mx.google.com; spf=pass (google.com: domain of kyle.burton@gmail.com designates 216.239.58.187 as permitted sender) smtp.mail=kyle.burton@gmail.com; dkim=pass (test mode) header.i=@gmail.com
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlegroups.com; s=gamma; 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:content-transfer-encoding:content-disposition:reply-to:sender:precedence:x-google-loop:mailing-list:list-id:list-post:list-help:list-unsubscribe; bh=1pd4nATmVK//HM4axxslxeZ6rwYLRueX02WxBKA2Ick=; b=TAoIhP5QsZdRcxDXaD+78TFnerM++T4ZN74OaRnMC9Iek8BaysiNGFGivWkgUtQAq5WccpJXdJGOJKM604NhohdZGtGmLy+QXu5W8OkL3DwyguBMzmqeOSaxIupi0sYwnBfo6sQ7wTjXJxEkYtCV5Orou0cGV7g8vlxUyTJFGuk=
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=zGaZ2RpnE2D9pvrhusuwswQV3xDU/JVHvEIuu4bBVd0=; b=fus83eXPhAyP490lmtAfmhmH242n1oOlTFq8RcTtHD307YhyH+pbmuD9aNmgf38km7Y364AudIJxmI+PgwRZHeyZfKHq8BR0mVRIMIN0D6Ol+UJfvQeuMaaQX4yzH7qjrZKI/edwqCCodxOzlrfZ7G1pVCE3O/fVapT2dZNr1Pc=
- 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 just ran across (on the Clojure list) a presentation about the paper
[1] mentioned here previously ("Automata via Macros"):
http://ll1.ai.mit.edu/shriram-talk.pdf
That presentation does a better job then I did explaining the
motivation and usage of macros (define-syntax) in Scheme as well as
the idea behind the automation.
Just thought it would be interesting.
So, whens the next talk? What's the topic?
Kyle
[1] http://www.cs.brown.edu/~sk/Publications/Papers/Published/sk-automata-macros/paper.pdf
|