From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Christopher Allan Webber Newsgroups: gmane.lisp.guile.user Subject: Re: [potluck dish] Compiler for the Joy language Date: Tue, 16 Feb 2016 11:41:40 -0800 Message-ID: <87povwqw7f.fsf@dustycloud.org> References: <20160215221723.240e4fa6@openmailbox.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1455651732 6291 80.91.229.3 (16 Feb 2016 19:42:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 16 Feb 2016 19:42:12 +0000 (UTC) Cc: guile-user@gnu.org To: Eric Bavier Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Tue Feb 16 20:42:05 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 1aVlVc-00067p-2q for guile-user@m.gmane.org; Tue, 16 Feb 2016 20:42:04 +0100 Original-Received: from localhost ([::1]:50077 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVlVb-0003jb-Bl for guile-user@m.gmane.org; Tue, 16 Feb 2016 14:42:03 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40540) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVlVI-0003eT-Sl for guile-user@gnu.org; Tue, 16 Feb 2016 14:41:45 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aVlVH-0001OP-FD for guile-user@gnu.org; Tue, 16 Feb 2016 14:41:44 -0500 Original-Received: from dustycloud.org ([2600:3c02::f03c:91ff:feae:cb51]:33736) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVlVH-0001OB-7S for guile-user@gnu.org; Tue, 16 Feb 2016 14:41:43 -0500 Original-Received: from oolong (localhost [127.0.0.1]) by dustycloud.org (Postfix) with ESMTPS id 2B0AD267AA; Tue, 16 Feb 2016 14:41:41 -0500 (EST) User-agent: mu4e 0.9.13; emacs 24.5.1 In-reply-to: <20160215221723.240e4fa6@openmailbox.org> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2600:3c02::f03c:91ff:feae:cb51 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.14 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-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:12409 Archived-At: Eric Bavier writes: > I started this project a few weeks ago, and managed to make enough > progress that I thought I'd share it for the potluck. > > Joy is a simple, forth-like, purely functional, concatenative > programming language: > > https://en.wikipedia.org/wiki/Joy_(programming_language) > http://www.latrobe.edu.au/humanities/research/research-projects/past-projects/joy-programming-language This is pretty cool! > - Distribution: part of Guile, or separate? I'd say, make a separate package, and package for Guix! :) But in general, it would be nice to have more languages for Guile that are generally available.