diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-20 05:06:33 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-20 05:06:33 +0000 |
commit | 8853ffd875f6b5d03885f9f4fe765e1294be7a9d (patch) | |
tree | 322ba10bf0f4d37fe1ce74926a835d42effac6cb /lang/Makefile | |
parent | 8fda908b9b0e4232fd2ca015ccbec00b2c344170 (diff) | |
download | ports-8853ffd875f6b5d03885f9f4fe765e1294be7a9d.tar.gz ports-8853ffd875f6b5d03885f9f4fe765e1294be7a9d.zip |
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 <tacho@factline.com>
Notes
Notes:
svn path=/head/; revision=73600
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |