Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connectionsPath: ...!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 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: References: 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.