./wip/kawa, Scheme interpreter written in Java

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.8, Package name: kawa-1.8, Maintainer: pkgsrc-users

A framework written in Java for implementing high-level and dynamic languages
compiling them into Java bytecodes.

An implementation of Scheme, which is in the Lisp family of programming
languages. Kawa is a featureful dialect in its own right, and additionally
provides very useful integration with Java. It can be used as a cscripting
language, but includes a compiler and all the benefits of a real programming
language, including optional static typing.

Implementations of other programming languages, including XQuery (Qexo) and
Emacs Lisp (JEmacs)


Required to run:
[lang/openjdk11]

Required to build:
[pkgtools/cwrappers]

Master sites: (Expand)

RMD160: 0de072a4b89d874ed5f36afc723e20b88b1a789e
Filesize: 1898.771 KB

Version history: (Expand)


CVS history: (Expand)


   2012-11-26 00:32:22 by othyro | Files touched by this commit (104)
Log message:
Maintainer stated that no time is available to work on pkgsrc anymore, but
wouldn't mind seeing other people continue to maintain these packages.
Resetting to pkgsrc-users@NetBSD.org
   2012-11-14 01:30:06 by othyro | Files touched by this commit (1)
Log message:
MASTER_SITES -> MASTER_SITE_GNU
   2012-11-14 01:15:59 by othyro | Files touched by this commit (77)
Log message:
Fixed invalid CATEGORIES. Some of these also got DISTNAME modified and
minor formatting fixes.
   2012-11-13 23:25:27 by othyro | Files touched by this commit (62)
Log message:
Modified (ideally fixed) COMMENT. Some of these got minor formatting
changes, category fixes, and MAINTAINER fixes.
   2012-10-01 23:57:31 by Aleksej Saushev | Files touched by this commit (30)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2009-10-11 12:44:40 by Thomas Klausner | Files touched by this commit (286)
Log message:
Remove obsolete @dirrm lines.
   2005-12-06 01:07:52 by pancake ;) | Files touched by this commit (4) | Imported package
Log message:
initial import of kawa

DESCR:
A framework written in Java for implementing high-level and dynamic languages
compiling them into Java bytecodes.

An implementation of Scheme, which is in the Lisp family of programming
languages. Kawa is a featureful dialect in its own right, and additionally
provides very useful integration with Java. It can be used as a cscripting
language, but includes a compiler and all the benefits of a real programming
language, including optional static typing.

Implementations of other programming languages, including XQuery (Qexo) and
Emacs Lisp (JEmacs)