Kyle R. Burton on 23 Nov 2007 05:24:42 -0000


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

[philly-lambda] List Comprehensions in CL

  • From: "Kyle R. Burton" <kyle.burton@gmail.com>
  • To: philly-lambda@googlegroups.com
  • Subject: [philly-lambda] List Comprehensions in CL
  • Date: Fri, 23 Nov 2007 00:24:32 -0500
  • Authentication-results: mx.google.com; spf=pass (google.com: domain of kyle.burton@gmail.com designates 209.85.198.190 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=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=fyW4OAST/GtjUtMbaZK0yPvXxMD8ERjt2BmfNyPYMb8=; b=aSJmdLaWJGma4TomYT968iW6DTtS2+g16skFlID6pR0WzuwM1yxqv8/9TblP875HtCzZCS1xjh11kO67eECyKESTtkCQ8KefvfZIcWtVzTwzzgci9YyKkKaXcIEUQ0apRGRfk/ejSopwcNmoRsYpKOF0g1G2JOEi12PLT7cYuX0=
  • 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 this:

  http://blog.superadditive.com/2007/11/09/list-comprehensions-in-common-lisp/


Playing around with it, it's less succinct than Erlang's list comprehensions, but for some reason playing with it in CL made it click a bit easier.


Has anyone else seen / used that library?  The Haskell-ish prelude functions?  The lazy defined, infinite lists from Haskell are intriguing...anyone know of a CL library out there that supports lazy evaluation?

What about the pattern matching libraries?


Kyle




I also spent a bit of time playing with the library:

http://kyle-burton.livejournal.com/8219.html

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Philly Lambda" group.
To unsubscribe from this group, send email to philly-lambda-unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/philly-lambda?hl=en
-~----------~----~----~----~------~----~------~--~---