Jonathan Tran on 12 May 2008 07:03:43 -0700


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

A Philly Lambda Project

  • From: "Jonathan Tran" <jonnytran@gmail.com>
  • To: philly-lambda@googlegroups.com
  • Subject: A Philly Lambda Project
  • Date: Mon, 12 May 2008 10:03:33 -0400
  • Authentication-results: mx.google.com; spf=pass (google.com: domain of jonnytran@gmail.com designates 209.85.132.248 as permitted sender) smtp.mail=jonnytran@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:content-transfer-encoding:content-disposition:reply-to:sender:precedence:x-google-loop:mailing-list:list-id:list-post:list-help:list-unsubscribe; bh=5pEa8LFJvSBkOUU41ONboiM0UThs8//YCLIx85xQC50=; b=NajCajtUaCzwRT9YY1CchWbPFNe68UXfrbZ6SSMPevbBUIf5dNzdsP/y4ywxuP2FlPGnuVj74X1ebeZ9VBj8jJAlGg1eOmvo0UJjhM2O+uhBDVhEJI0zGXZKuUmrw2J7hYBOkXdstgu2VmyD8+7WxaMxU/tz/kZ9RcnJGQQxY7A=
  • 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:content-transfer-encoding:content-disposition; bh=qzWb6saX+xHFYNNew6BFA6f6nz1b8MZuf3Z4S6cwLvU=; b=t2BEQCujHBPkno27eZNIa9dTjuL1j1oXP0bMCOelVXq5TPMraTpalGABru2UWwPV9dZPkTIL/lWHAFuOZN9ccvLVzCvCR/ooGOZkMjHKaAhkw1nLBLFtRZpWVF5nqzkdp8jPph9nVI4Rl1/zmK2zJ/ASgS5g2wV/fsGRsscAm1s=
  • Mailing-list: list philly-lambda@googlegroups.com; contact philly-lambda-owner@googlegroups.com
  • Reply-to: philly-lambda@googlegroups.com
  • Sender: philly-lambda@googlegroups.com

Forked from "ICFP 2008"

On Mon, May 12, 2008 at 9:30 AM, Aaron Feng <aaron.feng@gmail.com> wrote:
> > This sounds fun.  But I would rather build something I (and other
> > people) can actually use.
>
> Do you have anything in mind?

I've found that starting a project is difficult because it requires
uniting a group of people, having them all believe in a single idea.

However, this group is already united around the idea of functional
programming.  Is it not?  So why not start a project that we all can
work on to learn fp?  I've always said that the best way to learn
functional programming (or anything for that matter) is to simply do
it.  That's how I learned.  If we had a project -- a goal -- real and
useful scenarios would come up, and we could all learn from each other
how to deal with them in the functional style.

But at the same time, if our efforts were focused, we could build
something  no single one of us could build alone, and come out on the
other side with a major accomplishment.

"The gods lift those who lift each other."

So basically, what I'm saying is, the specifics of the project
shouldn't matter as long as they're conducive to functional
programming, assuming that learning is our actual goal.

Who's with me?

Jonathan