From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Zelphir Kaltstahl Newsgroups: gmane.lisp.guile.user Subject: Re: Project scheme-python Date: Thu, 17 Sep 2020 08:50:42 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="23865"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Icedove/68.10.0 Cc: guile-user@gnu.org To: Stefan Israelsson Tampe Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Thu Sep 17 08:51:04 2020 Return-path: Envelope-to: guile-user@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kInl2-00063z-Bk for guile-user@m.gmane-mx.org; Thu, 17 Sep 2020 08:51:04 +0200 Original-Received: from localhost ([::1]:50272 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kInl1-00018M-8I for guile-user@m.gmane-mx.org; Thu, 17 Sep 2020 02:51:03 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:37604) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kInko-000188-BA for guile-user@gnu.org; Thu, 17 Sep 2020 02:50:50 -0400 Original-Received: from mout02.posteo.de ([185.67.36.66]:56149) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kInkl-0006BQ-NN for guile-user@gnu.org; Thu, 17 Sep 2020 02:50:49 -0400 Original-Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id EAAD92400FC for ; Thu, 17 Sep 2020 08:50:43 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1600325444; bh=ECHWR9ol622PAzB1GpwbUI9oXd+0TlX5c+pfXRHoy3Y=; h=Subject:Cc:To:From:Date:From; b=G/TbhRsCEcS1Pc+b6TPBglTg67qn55O9JBoU1/Gi1NLjhHKsnvIiW0WKmmhHBOrTu zmpYBQxD9hTKOSEK+GZhIw/yGNkAfX/9W4p8gTKOBMxSMs+NSMQXEgJkOFsk1dWChM rmckAnZLUeyF+J0mQwDwZIiTCZyTAx8mpP4aKpaEc/RHu8Al2KvG6V0FwRdbyMwD5I qyStsRq6uScAgzxyB1xVS2/wlRstZqGovEO2CkxVes4mY7LPes6hgnmFOmZxveED93 clLLKQ3lLPZw6JCxi4puTeRfJonrzGXwI3oYdXlx7SBjrbj52pYnd78sXrCKKrTmKY 7Kf6/cjDeaqQQ== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4BsSKH2kk3z6tmG; Thu, 17 Sep 2020 08:50:43 +0200 (CEST) In-Reply-To: Content-Language: en-US Received-SPF: pass client-ip=185.67.36.66; envelope-from=zelphirkaltstahl@posteo.de; helo=mout02.posteo.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/09/17 02:50:44 X-ACL-Warn: Detected OS = Linux 3.11 and newer [fuzzy] X-Spam_score_int: -21 X-Spam_score: -2.2 X-Spam_bar: -- X-Spam_report: (-2.2 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, NICE_REPLY_A=-0.062, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Original-Sender: "guile-user" Xref: news.gmane.io gmane.lisp.guile.user:16916 Archived-At: Hi Stefan! Can you explain a little more how it is used? If I understand correctly, one could write Scheme code, but with forms, which implement (by themselves or in some combination) Python keywords or Python semantics. You mentioned, that it does not have a Python compiler. So there is no way of translating Python into the Scheme code for those modules. Basically that is a different concern, separation of concerns, modularization, better maintainability, etc.? Do you have an example project, where this separated code is used in? Regards, Zelphir On 12.09.20 19:59, Stefan Israelsson Tampe wrote: > Hi, > > I am the author of python-on-guile and I just took out the scheme > infrastructure for python and put it is a self contained project of not too > large size. It does not have a python compiler and cannot use python code. > So scheme only. > > You can find the project at > > docs for the interfaces is mostly documented at, > http://c-lambda.se/python-on-guile/ -- repositories: https://notabug.org/ZelphirKaltstahl