Deutsch   English   Français   Italiano  
<v5b10v$pqf9$1@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!weretis.net!feeder8.news.weretis.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Lawrence D'Oliveiro <ldo@nz.invalid>
Newsgroups: comp.lang.lisp,comp.lang.scheme
Subject: Re: Lprint = ( Lisp-style printing ( of lists and strings (etc.) ) in
 Python )
Date: Mon, 24 Jun 2024 05:42:56 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 8
Message-ID: <v5b10v$pqf9$1@dont-email.me>
References: <v3bkoj$23bck$1@dont-email.me> <v5b0nv$7182$2@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Mon, 24 Jun 2024 07:42:56 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="3048fea01d51f9337586ac8e02824e6c";
	logging-data="846313"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1/bnC0OyY21ppsAZ4YnOUyE"
User-Agent: Pan/0.158 (Avdiivka; )
Cancel-Lock: sha1:1ElHD1KcZ4/yWke/QgOJqSiPSQM=
Bytes: 1396

On Mon, 24 Jun 2024 05:38:07 -0000 (UTC), Sebastian Wells wrote:

> Unlike Lisp,
> there's no reader that will give you the original structure from its
> string representation without having to also evaluate it as code.

If that means what I think it means, it’s wrong. You can indeed compile 
Python source to AST form without going all the way to bytecode.