diff options
author | stas <stas@FreeBSD.org> | 2009-10-24 18:28:02 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2009-10-24 18:28:02 +0800 |
commit | 3ba5b4c16428324ef7cd049b4098f1904f726df5 (patch) | |
tree | c7338371efc1fa759a578decf3c6fdda46b9e692 /lang/Makefile | |
parent | 2571f76d7f133cc803316afc24f5ea58ea4289c7 (diff) | |
download | freebsd-ports-gnome-3ba5b4c16428324ef7cd049b4098f1904f726df5.tar.gz freebsd-ports-gnome-3ba5b4c16428324ef7cd049b4098f1904f726df5.tar.zst freebsd-ports-gnome-3ba5b4c16428324ef7cd049b4098f1904f726df5.zip |
- Add port for lang/stalin, an aggressive optimizing Scheme compiler, which
is able to outperform hand-written C in a number of tests.
This is a modified version suitable to use on FreeBSD i386/amd64.
It possible to run it on other platfroms as well, but I have not
boostrapped/tested it on anything except i386/amd64 yet.
Author: Jeffrey Mark Siskind
WWW: http://cobweb.ecn.purdue.edu/~qobi/software.html
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 8951da06a9e7..8b6f1fc7b835 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -329,6 +329,7 @@ SUBDIR += squeak SUBDIR += squirrel SUBDIR += sr + SUBDIR += stalin SUBDIR += starlogo SUBDIR += steptalk SUBDIR += stklos |