From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Daniel Hartwig Newsgroups: gmane.lisp.guile.devel Subject: Re: Programming racket like in guile Date: Sat, 23 Feb 2013 08:54:09 +0800 Message-ID: References: <1787022.v0icS3ncxM@warperdoze> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1361580862 8107 80.91.229.3 (23 Feb 2013 00:54:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 23 Feb 2013 00:54:22 +0000 (UTC) To: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sat Feb 23 01:54:45 2013 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 1U93Nx-0000wF-2d for guile-devel@m.gmane.org; Sat, 23 Feb 2013 01:54:41 +0100 Original-Received: from localhost ([::1]:47211 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U93Nc-00063k-M4 for guile-devel@m.gmane.org; Fri, 22 Feb 2013 19:54:20 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:40515) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U93NV-00062k-6l for guile-devel@gnu.org; Fri, 22 Feb 2013 19:54:18 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U93NS-0000CL-IG for guile-devel@gnu.org; Fri, 22 Feb 2013 19:54:13 -0500 Original-Received: from mail-ie0-x233.google.com ([2607:f8b0:4001:c03::233]:36357) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U93NS-0000C7-CY for guile-devel@gnu.org; Fri, 22 Feb 2013 19:54:10 -0500 Original-Received: by mail-ie0-f179.google.com with SMTP id k11so1450890iea.10 for ; Fri, 22 Feb 2013 16:54:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=0JDsclhAkzbfUH9XTiIAuIn3YzroJPZAakubbPGEmog=; b=LPoARt1MGwtyQ5Nhlf5s4txsE6O0JhKFwYu3KYrmhIHDRMVsS885h4wRVTB7DamrSm o7VfLHHU5zXNiP8j3sAa912P8PXENGDufE/sdJyn0JOTIIBvUzrV5JB4U+fSsfWJe/DY pWs7qJ8WZoL6xy93fHfHs+dRjhECg58FEQOJ04YI9h8Ht0mp2k38VHLcqRWiba/ju8Po xxi88hZdqsneRU6pXbSJLQRbZG4JbGgAjGrEHC/Wc/7hwTxi7Gz7CSAAAhhWPoiEQoDR C7Re5oov10m0kQDPk/ZFqqw1X+bbe4a0EydYw996vB88Kmx7WQQmizcSBZ8MceRB7xyR c/YA== X-Received: by 10.50.195.134 with SMTP id ie6mr193971igc.6.1361580849797; Fri, 22 Feb 2013 16:54:09 -0800 (PST) Original-Received: by 10.64.26.168 with HTTP; Fri, 22 Feb 2013 16:54:09 -0800 (PST) In-Reply-To: <1787022.v0icS3ncxM@warperdoze> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4001:c03::233 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:15807 Archived-At: On 22 February 2013 04:59, wrote: > I also suggest that for people writing compatability code that we have > a standard namespace for this. Let me suggest > > (compat name-of-scheme/lisp component ...) > e.g. > (compat racket match) > (compat racket for) > (compat racket struct) > > The idea is that we push code here that is useful for porting > the components that we are actually interesting to have in guile > like syntax-parse. For those parts specific to racket, did you consider the (language racket ..) namespace, where an eventual language definition could be placed also?