Message from discussion
Python style multiline strings for JSTalk?
Received: by 10.14.53.12 with SMTP id f12mr985664eec.6.1281036526132;
Thu, 05 Aug 2010 12:28:46 -0700 (PDT)
X-BeenThere: jstalk-dev@googlegroups.com
Received: by 10.14.10.228 with SMTP id 76ls189779eev.3.p; Thu, 05 Aug 2010
12:28:37 -0700 (PDT)
Received: by 10.14.29.79 with SMTP id h55mr1044243eea.16.1281036517454;
Thu, 05 Aug 2010 12:28:37 -0700 (PDT)
Received: by 10.14.29.79 with SMTP id h55mr1044242eea.16.1281036517389;
Thu, 05 Aug 2010 12:28:37 -0700 (PDT)
Return-Path: <parman...@gmail.com>
Received: from mail-ew0-f50.google.com (mail-ew0-f50.google.com [209.85.215.50])
by gmr-mx.google.com with ESMTP id b5si548005eei.4.2010.08.05.12.28.36;
Thu, 05 Aug 2010 12:28:36 -0700 (PDT)
Received-SPF: pass (google.com: domain of parman...@gmail.com designates 209.85.215.50 as permitted sender) client-ip=209.85.215.50;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of parman...@gmail.com designates 209.85.215.50 as permitted sender) smtp.mail=parman...@gmail.com; dkim=pass (test mode) header...@gmail.com
Received: by mail-ew0-f50.google.com with SMTP id 24so2794658ewy.23
for <jstalk-dev@googlegroups.com>; Thu, 05 Aug 2010 12:28:36 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=gmail.com; s=gamma;
h=domainkey-signature:received:received:content-type:mime-version
:subject:from:in-reply-to:date:content-transfer-encoding:message-id
:references:to:x-mailer;
bh=6OH4IubJRptz7f7mNmaQEue7Al3Uu6w8ftwmknOeq0o=;
b=six7nUQN9ANiKGALI/j4MX4yn0PWKd6RSIgfkxis0fkMNsmk5LBkEZzxlAP9LnjzeJ
EKvs7hGxn3NuQXkVlLZfX3qN6cKpaKgQdQMQCKXN4aBhTr6wQcVQzBBxRINHZCX3h2VH
8eH6XNd4YfZSECrxJCB+bPTFImKKux9qMsDH4=
DomainKey-Signature: a=rsa-sha1; c=nofws;
d=gmail.com; s=gamma;
h=content-type:mime-version:subject:from:in-reply-to:date
:content-transfer-encoding:message-id:references:to:x-mailer;
b=v+/x6ut9xVWFotqvcm/NShBeylPOGTy8EtwfpS76WR00BH2lMYt4+k2qIrt05rONoP
oq0nqgx+1w05y9S/XWZCNXY17lqs+RPpiSmy4rV+DqsH+uvH2HDQNebeyVe3pVWGOnUg
dGxQ/v9nuQPyocAl+/q7Cm0J7mgwFQt+CUVvw=
Received: by 10.213.25.145 with SMTP id z17mr3473260ebb.84.1281036516127;
Thu, 05 Aug 2010 12:28:36 -0700 (PDT)
Return-Path: <parman...@gmail.com>
Received: from [192.168.1.11] (ALyon-153-1-98-140.w109-212.abo.wanadoo.fr [109.212.33.140])
by mx.google.com with ESMTPS id z55sm818878eeh.15.2010.08.05.12.28.34
(version=TLSv1/SSLv3 cipher=RC4-MD5);
Thu, 05 Aug 2010 12:28:35 -0700 (PDT)
Content-Type: text/plain; charset=us-ascii
Mime-Version: 1.0 (Apple Message framework v1081)
Subject: Re: Python style multiline strings for JSTalk?
From: Patrick Geiller <parman...@gmail.com>
In-Reply-To: <37BB5DB9-A127-40F9-A3AB-2C0326AD8...@flyingmeat.com>
Date: Thu, 5 Aug 2010 21:28:32 +0200
Content-Transfer-Encoding: quoted-printable
Message-Id: <861551BF-A7C0-4130-BA1F-AE1E622FF...@gmail.com>
References: <9F339066-F963-4965-8C9D-098B1DBEE...@flyingmeat.com> <1EFCF6BF-3165-4B3E-824F-1C253A11A...@gmail.com> <37BB5DB9-A127-40F9-A3AB-2C0326AD8...@flyingmeat.com>
To: jstalk-dev@googlegroups.com
X-Mailer: Apple Mail (2.1081)
> No CR symbol, but it is grey like in a string:
> http://gusmueller.com/trash/ea432be6-1ece-441d-8b0c-0c4058e673e9.png
Ha, nice. Although the three """ look a bit heavy. Since you're already =
transforming @"...." to ObjC strings, why not factor the multilines in =
that syntax ? (Or use another character prefix)
-Patrick=