Message from discussion
Scheme for Python programmers?
Path: g2news1.google.com!postnews.google.com!h11g2000prf.googlegroups.com!not-for-mail
From: "michele.simion...@gmail.com" <michele.simion...@gmail.com>
Newsgroups: comp.lang.scheme
Subject: Re: Scheme for Python programmers?
Date: Mon, 28 Jan 2008 04:56:33 -0800 (PST)
Organization: http://groups.google.com
Lines: 24
Message-ID: <474860b8-8298-40a8-90fe-137e7937ca74@h11g2000prf.googlegroups.com>
References: <3fa15dcb-5c00-4185-b26c-fb21d195e588@i7g2000prf.googlegroups.com>
NNTP-Posting-Host: 213.212.148.34
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-Trace: posting.google.com 1201524994 15296 127.0.0.1 (28 Jan 2008 12:56:34 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Mon, 28 Jan 2008 12:56:34 +0000 (UTC)
Complaints-To: groups-abuse@google.com
Injection-Info: h11g2000prf.googlegroups.com; posting-host=213.212.148.34;
posting-account=gxxH8QkAAABVKeYyAqGOGoaFtdDdsshI
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.11)
Gecko/20071204 Ubuntu/7.10 (gutsy) Firefox/2.0.0.11,gzip(gfe),gzip(gfe)
On Jan 28, 1:26 pm, miller.pau...@gmail.com wrote:
> I've decided to taste the Scheme Kool-Aid. :-) Since Python is the
> language I currently know and like the best, I was wondering if there
> was any good tutorial out there specifically for Python programmers.
> (I've googled the usual suspects and found a few generic Scheme
> tutorials but nothing really of the sort I'm looking for.)
>
> Thanks
I wrote one, but it is in Italian, sorry! Coming from Python, the
most
disturbing thing about Scheme is the abundance of implementations.
Basically,
you have to chose an implentation and stick to it. It is possible that
the R6RS
will improve the situation, but right now portability between
implementations
for non-trivial code is still a dream. An implementation which is
particularly
practical and with many libraries is Chicken Scheme (which also has
eggs,
similar to Python eggs but better, since Chicken got them first ;)
Michele Simionato