From 8853ffd875f6b5d03885f9f4fe765e1294be7a9d Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Mon, 20 Jan 2003 05:06:33 +0000 Subject: New port: lang/bigloo - A Scheme interpreter and native code compiler This is a port of Bigloo, a Scheme system which includes a compiler generating C code and Java classes and an interpreter. Bigloo is the tool of choice for the construction of small autonomous applications in Scheme. Bigloo is mostly conformant to the Revised5 Report on the Algorithmic Language Scheme with many extensions. PR: ports/40644 Submitted by: Stanislav Grozev --- lang/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'lang/Makefile') diff --git a/lang/Makefile b/lang/Makefile index b2edc4d67351..b9a2d281e077 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -9,6 +9,7 @@ SUBDIR += aleph SUBDIR += atlast SUBDIR += awka + SUBDIR += bigloo SUBDIR += bwbasic SUBDIR += caml-light SUBDIR += ccscript -- cgit v1.2.3