Message from discussion
Skulpt & Metaclass
Received: by 10.180.95.162 with SMTP id dl2mr935522wib.1.1326600919222;
Sat, 14 Jan 2012 20:15:19 -0800 (PST)
X-BeenThere: skulpt@googlegroups.com
Received: by 10.227.149.67 with SMTP id s3ls5484818wbv.2.gmail; Sat, 14 Jan
2012 20:15:18 -0800 (PST)
Received: by 10.216.144.29 with SMTP id m29mr177901wej.3.1326600918626;
Sat, 14 Jan 2012 20:15:18 -0800 (PST)
Received: by 10.216.144.29 with SMTP id m29mr177900wej.3.1326600918609;
Sat, 14 Jan 2012 20:15:18 -0800 (PST)
Return-Path: <sgra...@gmail.com>
Received: from mail-ww0-f45.google.com (mail-ww0-f45.google.com [74.125.82.45])
by gmr-mx.google.com with ESMTPS id y6si2164838wiw.2.2012.01.14.20.15.18
(version=TLSv1/SSLv3 cipher=OTHER);
Sat, 14 Jan 2012 20:15:18 -0800 (PST)
Received-SPF: pass (google.com: domain of sgra...@gmail.com designates 74.125.82.45 as permitted sender) client-ip=74.125.82.45;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of sgra...@gmail.com designates 74.125.82.45 as permitted sender) smtp.mail=sgra...@gmail.com; dkim=pass header...@gmail.com
Received: by mail-ww0-f45.google.com with SMTP id ds11so4048281wgb.14
for <skulpt@googlegroups.com>; Sat, 14 Jan 2012 20:15:18 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=gmail.com; s=gamma;
h=mime-version:in-reply-to:references:from:date:message-id:subject:to
:content-type;
bh=vGGjE020kfQfs3sK6pRRpeAplrftb3yod0gkFfG2nlk=;
b=CEAL1j1YompOYG/cL8CWV6wNcTNIg3MeU/vJ+pV4UXv42BD++el2xuHNICvY4SITfJ
7EdQSFCFeIX2K8kD4CTD7oo+UpHIxPC99vepNRZtGl3ypmUIQOp6GKw8WOuFrI8Q8DJp
j4YTx86W6y4PWmw3sebPK1jgFFzhZtzis0b3k=
Received: by 10.180.96.7 with SMTP id do7mr6313367wib.16.1326600918327; Sat,
14 Jan 2012 20:15:18 -0800 (PST)
MIME-Version: 1.0
Received: by 10.223.1.200 with HTTP; Sat, 14 Jan 2012 20:15:02 -0800 (PST)
In-Reply-To: <15310915.69.1326589699687.JavaMail.geo-discussion-forums@yqkg9>
References: <15310915.69.1326589699687.JavaMail.geo-discussion-forums@yqkg9>
From: Scott Graham <sgra...@gmail.com>
Date: Sat, 14 Jan 2012 20:15:02 -0800
Message-ID: <CAP8=z1tea9v8XcqNJj4VOj0xDV4AehNhjmf75wF2CL5xpRW...@mail.gmail.com>
Subject: Re: [Skulpt] Skulpt & Metaclass
To: skulpt@googlegroups.com
Content-Type: multipart/alternative; boundary=f46d044472a37ee2eb04b68958a1
--f46d044472a37ee2eb04b68958a1
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
There is a type object, but metaclasses aren't fully supported.
test/run/t240.py to test/run/t243.py were I think the most complicated
class/inheritance/etc. tests.
For the most part Skulpt was intended to follow the simplified (normalized)
object model Py3, even though the syntax is 2.
On Sat, Jan 14, 2012 at 5:08 PM, Amirouche B.
<amirouche.boube...@gmail.com>wrote:
> H=E9llo again,
>
> What is the state of metaclass support in Skulpt ?
>
> type object doesn't seem to be available making the metaclass thing
> undoable. Did I miss something or Skulpt is modeled after Python old styl=
e
> class system [1] ?
>
> I'm looking for a solution to do web development in Python (or
> pseudo-python...). So far I wasn't happy with available solutions and
> wanted to experiment with the topic myself [2] but now I need solid reaso=
n
> to fork or join forces...
>
>
> Thanks in advance.
>
> [1] http://docs.python.org/release/2.5.2/ref/node33.html
> [2] https://bitbucket.org/abki/subscript
>
--f46d044472a37ee2eb04b68958a1
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
There is a type object, but metaclasses aren't fully supported. test/ru=
n/t240.py to test/run/t243.py were I think the most complicated class/inher=
itance/etc. tests.<div><br></div><div>For the most part Skulpt was intended=
to follow the simplified (normalized) object model Py3, even though the sy=
ntax is 2.<br>
<div><br><div class=3D"gmail_quote">On Sat, Jan 14, 2012 at 5:08 PM, Amirou=
che B. <span dir=3D"ltr"><<a href=3D"mailto:amirouche.boube...@gmail.com=
">amirouche.boube...@gmail.com</a>></span> wrote:<br><blockquote class=
=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padd=
ing-left:1ex">
H=E9llo again,<br><br>What is the state of metaclass support in Skulpt ?<br=
><br>type object doesn't seem to be available making the metaclass thin=
g undoable. Did I miss something or Skulpt is modeled after Python old styl=
e class system [1] ?<br>
<br>I'm looking for a solution to do web development in Python (or pseu=
do-python...). So far I wasn't happy with available solutions and wante=
d to experiment with the topic myself [2] but now I need solid reason to fo=
rk or join forces...<br>
<br><br>Thanks in advance.<br><br>[1] <a href=3D"http://docs.python.org/rel=
ease/2.5.2/ref/node33.html" target=3D"_blank">http://docs.python.org/releas=
e/2.5.2/ref/node33.html</a><br>[2] <a href=3D"https://bitbucket.org/abki/su=
bscript" target=3D"_blank">https://bitbucket.org/abki/subscript</a><br>
</blockquote></div><br></div></div>
--f46d044472a37ee2eb04b68958a1--