Trotter Cashion on 13 May 2008 14:33:31 -0700


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

Re: A Philly Lambda Project

  • From: "Trotter Cashion" <cashion@gmail.com>
  • To: philly-lambda@googlegroups.com
  • Subject: Re: A Philly Lambda Project
  • Date: Tue, 13 May 2008 17:33:25 -0400
  • Authentication-results: mx.google.com; spf=pass (google.com: domain of cashion@gmail.com designates 209.85.198.244 as permitted sender) smtp.mail=cashion@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; bh=H1Elym5EREMEVJfcv4p8naVsQ2PPDnIiZ3JXXmwlc6M=; b=K42OnS6gxt5eNt4n6zxSm/2JvEELbbADLpllE7kuT4rjkk6mKjsBJ/cinvJjXqkFfhuRCO1DU/jV4Yj+ZJdtb6yaWeJprAdVhv8v2gGB+XeWrXU7xRQOEdYf3jaHTKseOYi1TDzQqP6nHrK7q9P0/5SsaaulOicJdo2Rno1Eo0Q=
  • 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=T2ZHMPB6SG0x5J5CcXlgYgHwycczQV5elJ0/RO4gtG8=; b=MmwqfFF+kRMym/bQaMNtghcQ6OV7Tikz77+eG04b3i+pxsZ350Apk+2fIP4C4qIy5a3+tge3nh4SGHTYimtkJ54z/oBjQTSPSzG3QWd03g5mGvFYCYXJ10GwfrIqeQXY67OddqclozZIu83Bo/M8bvfY0n69sphXP9pa4kKael0=
  • Mailing-list: list philly-lambda@googlegroups.com; contact philly-lambda-owner@googlegroups.com
  • Reply-to: philly-lambda@googlegroups.com
  • Sender: philly-lambda@googlegroups.com

On Tue, May 13, 2008 at 4:55 PM, Kyle R. Burton <kyle.burton@gmail.com> wrote:
>
>  On Tue, May 13, 2008 at 1:47 PM, Aaron Feng <aaron.feng@gmail.com> wrote:
>  > I'll be working on a blog engine implemented using a continuation based web
>  > framework in CL.  If people want to join me that would be great, otherwise
>  > I'll be developing it on my own.  I need to replace my current blog engine,
>  > so I figure this will be a good practical exercise for me.  Not very
>  > exciting, but the goal for me is to experiment with various interesting libs
>  > and techniques.
>
>  I'll at least say I'm interested...are you going to host it at
>  something like code.google to make it easy to collaborate?
>

Github (github.com) makes it even easier to collaborate :-)

>
>  > I don't think we can agree on one common project that everyone will enjoy
>  > working on, so it might be interesting just have people work on whatever
>  > using whatever FP lang he/she wishes.  We can make visible what people are
>  > working on, so if people want to join, they can.
>
>  That's not a bad approach actually and it could give us reasons to
>  have more meetings - we could present progress, findings, or use these
>  projects to drive topics for presentations (like specific libraries or
>  design techniques, or interesting algorithims, etc).
>

I like this approach as well. It would give me functional code to read
that I could also modify every once in a while.

- Trotter