From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Vivien Kraus via General Guile related discussions Newsgroups: gmane.lisp.guile.user,gmane.lisp.guile.devel Subject: Re: Python-on-guile Date: Sun, 25 Apr 2021 13:54:40 +0200 Message-ID: <4dd84a6fac7b50313d213a00c5ddbb86f97de93f.camel@planete-kraus.eu> References: <878s56zlbd.fsf@web.de> Reply-To: Vivien Kraus Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="13947"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Evolution 3.34.2 Cc: guile-user@gnu.org, guile-devel To: "Dr. Arne Babenhauserheide" , Stefan Israelsson Tampe Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Sun Apr 25 13:55:26 2021 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 1ladME-0003WD-NX for guile-user@m.gmane-mx.org; Sun, 25 Apr 2021 13:55:26 +0200 Original-Received: from localhost ([::1]:57788 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ladMD-0000AV-KX for guile-user@m.gmane-mx.org; Sun, 25 Apr 2021 07:55:25 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:34532) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ladLf-0000A9-IK; Sun, 25 Apr 2021 07:54:51 -0400 Original-Received: from planete-kraus.eu ([2a00:5881:4008:2810::309]:47750) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1ladLd-0002vw-LF; Sun, 25 Apr 2021 07:54:51 -0400 Original-Received: from planete-kraus.eu (localhost.lan [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id 00263770; Sun, 25 Apr 2021 11:54:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:subject:from:to:cc:date:in-reply-to:references :content-type:mime-version:content-transfer-encoding; s=*; bh=e8 jNKrl25H0xY682X8CFRPtPhdY=; b=b6OPQOXeIxWEeRhxP0UrcCeTyQM6CaxwgB J8PAB0s3O/aux3V94GR8aCkqivCTCYiaCyJGHJ+JpGXEQvoetJ3gcIP+K3k4LM81 QL+aSU7JcXWpcADr8H6dlCjrvVLRIp70XFVD7lwtprfkdzrTZpVvIaIx7hA4DAwd tMKBqagDA= Original-Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id 18d4de23 (TLSv1.2:ECDHE-RSA-CHACHA20-POLY1305:256:NO); Sun, 25 Apr 2021 11:54:44 +0000 (UTC) In-Reply-To: <878s56zlbd.fsf@web.de> Received-SPF: pass client-ip=2a00:5881:4008:2810::309; envelope-from=vivien@planete-kraus.eu; helo=planete-kraus.eu X-Spam_score_int: -16 X-Spam_score: -1.7 X-Spam_bar: - X-Spam_report: (-1.7 / 5.0 requ) BAYES_00=-1.9, DKIM_INVALID=0.1, DKIM_SIGNED=0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=no 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:17454 gmane.lisp.guile.devel:20754 Archived-At: Hello, Le dimanche 25 avril 2021 à 12:54 +0200, Dr. Arne Babenhauserheide a écrit : > (next frontier: compete with math that’s implemented via numpy — you > can find RPython implementations of the basics of numpy in the > pypy-sources: > https://foss.heptapod.net/pypy/pypy/-/tree/branch/default/pypy/module/micronumpy > ) I think it would be wiser to use guile arrays to implement the same things as numpy.