From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jan Wedekind Newsgroups: gmane.lisp.guile.user Subject: Re: "AIscm" array JIT Date: Sat, 11 Jun 2016 13:22:11 +0100 Message-ID: <30025f8a-8c9e-4055-bd4c-905ac605610f@email.android.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1465647841 30669 80.91.229.3 (11 Jun 2016 12:24:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 11 Jun 2016 12:24:01 +0000 (UTC) Cc: guile-user@gnu.org To: Basa Centro Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sat Jun 11 14:23:52 2016 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1bBhx9-0001Wk-5X for guile-user@m.gmane.org; Sat, 11 Jun 2016 14:23:51 +0200 Original-Received: from localhost ([::1]:46965 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bBhx7-0002Dy-MD for guile-user@m.gmane.org; Sat, 11 Jun 2016 08:23:49 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33507) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bBhwi-0002Dp-9q for guile-user@gnu.org; Sat, 11 Jun 2016 08:23:25 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bBhwd-0004c1-AT for guile-user@gnu.org; Sat, 11 Jun 2016 08:23:23 -0400 Original-Received: from basicbox4.server-home.net ([195.137.212.26]:36736) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bBhwd-0004aL-4H for guile-user@gnu.org; Sat, 11 Jun 2016 08:23:19 -0400 Original-Received: from [192.168.1.215] (unknown [95.150.201.158]) by basicbox4.server-home.net (Postfix) with ESMTPA id C64C81530712; Sat, 11 Jun 2016 14:23:16 +0200 (CEST) User-Agent: K-9 Mail for Android In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 195.137.212.26 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.21 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.org@gnu.org Original-Sender: "guile-user" Xref: news.gmane.org gmane.lisp.guile.user:12622 Archived-At: On 11. Juni 2016 02:42:19 GMT+01:00, Basa Centro = wrote: >I've had the AIscm code on my laptop for months, I was looking at how >to do something with GOOPS. Nice work, and I hope you continue on it. >Another "me too". Yes, one can use GOOPS objects without mutating. Unlike Clojure, Scheme d= oes not enforce immutability but one can decide to not use the mutating f= eatures anyway. --=20 Jan Wedekind http://www.wedesoft.de/