From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mikael Djurfeldt Newsgroups: gmane.lisp.guile.devel Subject: Re: Fixing the slib mess Date: Mon, 22 Oct 2012 22:00:53 +0200 Message-ID: References: Reply-To: mikael@djurfeldt.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1350936061 11307 80.91.229.3 (22 Oct 2012 20:01:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 22 Oct 2012 20:01:01 +0000 (UTC) To: guile-devel Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Oct 22 22:01:07 2012 Return-path: Envelope-to: guile-devel@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 1TQOBO-00059g-28 for guile-devel@m.gmane.org; Mon, 22 Oct 2012 22:01:06 +0200 Original-Received: from localhost ([::1]:60070 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TQOBG-0005B4-Iq for guile-devel@m.gmane.org; Mon, 22 Oct 2012 16:00:58 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:38691) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TQOBE-0005An-76 for guile-devel@gnu.org; Mon, 22 Oct 2012 16:00:57 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TQOBD-0008Nm-1P for guile-devel@gnu.org; Mon, 22 Oct 2012 16:00:56 -0400 Original-Received: from mail-we0-f169.google.com ([74.125.82.169]:44304) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TQOBC-0008Nb-QF for guile-devel@gnu.org; Mon, 22 Oct 2012 16:00:54 -0400 Original-Received: by mail-we0-f169.google.com with SMTP id u3so1972551wey.0 for ; Mon, 22 Oct 2012 13:00:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=PeTt7WsC6a84Z1SVtXi9uBPmfzfYYG9kt/Em4svpFV4=; b=tIWkCTrR0EekeT3QY4CpWV9z+hpLH9PyddzmFjqNNiYZohaTf+GbDTRUHFxWIMpA50 mWE/Udm/eoZ/mKwqO8rR/rk410dx7yUIoTcrXv75nHF6AzAyQm1Ex5y0pymxsXZQQaJ7 FQmulhWtSM3Yh/ZgbgA0H4RaUabT/DVR7FwCw4w2JFpAEwUVUuINy5aBco2hjCID34Sh vEn68BQHSqQCii7GUbmVpeY1UUUVQpydaMTeeOQaEePLdH8iie8cEyX7DYIrey2G+aZT PN86pBSaTuw92gAdcU7pa5E7lQynFT41YEqVEsgbpIteDiy+54d5hJL42+z0VMd8mlqc uo3g== Original-Received: by 10.180.87.34 with SMTP id u2mr23666123wiz.4.1350936053909; Mon, 22 Oct 2012 13:00:53 -0700 (PDT) Original-Received: by 10.223.134.70 with HTTP; Mon, 22 Oct 2012 13:00:53 -0700 (PDT) In-Reply-To: X-Google-Sender-Auth: QcFycehV4JxgPKESalq_wX48ZBU X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 74.125.82.169 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:15019 Archived-At: On Mon, Oct 22, 2012 at 1:11 AM, Mikael Djurfeldt wrote: > Comments? Can I add syntax-toplevel? to psyntax.scm and (system > syntax)? Do you think it is reasonable to submit something along the > line of guile.init.diff to slib guile.init? If I get an OK, then I would of course put some further work into this so that the full feature set of slib (including uniform arrays) gets operational. If people find my prodigious use of "nested-ref" ugly (but note that the original code already makes use of module system primitives), I could remove most of them as well.