From owner-freebsd-current@FreeBSD.ORG Fri Aug 20 20:39:19 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D355A1065693 for ; Fri, 20 Aug 2010 20:39:19 +0000 (UTC) (envelope-from pali.gabor@googlemail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id 7F4168FC12 for ; Fri, 20 Aug 2010 20:39:19 +0000 (UTC) Received: by qwg5 with SMTP id 5so3801262qwg.13 for ; Fri, 20 Aug 2010 13:39:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:content-type; bh=+tsWBqg7hlHkMUsL/kk1sZj6dl+52DIUYIeu40rLPBI=; b=lwu+ayThLwwzpdWNKk54gCp19ufzk1rL+dN0Uet70CGfKnzhs18nKyVNJM5hN0VwxV lMcjDz1RwZBeTjelqH/EAJltwDNf3/AgPtlCEzv9E17wPlYq3534RZxxPPZDAPU9xHmj IxOM4iOuIUNJzkX7tj+5HTiexJsJ7SGBw5wtQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; b=ws2FOFBwOPbLRSN6MDkdng407orcwPFyUPbyzhTOLli1ygnFct802As02MZcuHTJKg 5AqVKwa0Z+j+dwq82WO0jtiLsQyoCLyc7pWu0vLpgf2Ae/VjrP9JwMxucYuEjAZqMH8N RKEbN3VbDpAoBjzWkPpv2zcShTjLWylhXuxN0= MIME-Version: 1.0 Received: by 10.224.79.151 with SMTP id p23mr1335898qak.312.1282336758506; Fri, 20 Aug 2010 13:39:18 -0700 (PDT) Sender: pali.gabor@googlemail.com Received: by 10.229.183.198 with HTTP; Fri, 20 Aug 2010 13:39:18 -0700 (PDT) In-Reply-To: <20100820203519.A48235B91@mail.bitblocks.com> References: <4C6505A4.9060203@FreeBSD.org> <4C650B75.3020800@FreeBSD.org> <4C651192.9020403@FreeBSD.org> <4C673898.2080609@FreeBSD.org> <20100818134341.GA88861@johnny.reilly.home> <20100819172227.1AAE25B89@mail.bitblocks.com> <20100820203519.A48235B91@mail.bitblocks.com> Date: Fri, 20 Aug 2010 22:39:18 +0200 X-Google-Sender-Auth: QVSxjFuCkRgAyZHgRpo5H7uxf38 Message-ID: From: Gabor PALI To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: Interpreted language(s) in the base X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Aug 2010 20:39:19 -0000 On Fri, Aug 20, 2010 at 10:35 PM, Bakul Shah wrote: > Anyway, system programming in Scheme is what interests me and > something I already tinker with on and off. If anyone is > interested (in helping or just playing with it), let me know > privately (but *not* on this mailing list). Not Scheme but still FP, and it is about "little languages" (called domain-specific languages these days) that you may find interesting: http://donsbot.wordpress.com/2010/08/17/practical-haskell/ :g