kawa 3.0 released

Per Bothner per@bothner.com
Mon Oct 2 18:44:00 GMT 2017


Kawa 3.0 is now officially available.

The biggest new feature is that most places where variables can be defined
can now take a pattern and/or a guard.  Conditional forms such as 'if', 'and',
and 'match' can also include patterns.  Partly to support this, the implementation
of how Kawa calls unknown procedures was changed.

There are also a lot of changes in the implementation and API for strings.

For a longer list of changes with more details, see:

https://www.gnu.org/software/kawa/news.html

The release is available from the usual places:

ftp://ftp.gnu.org/pub/gnu/kawa/kawa-3.0.tar.gz (Source release)
ftp://ftp.gnu.org/pub/gnu/kawa/kawa-3.0.zip (Binary release)

https://www.gnu.org/software/kawa/index.html (Home page and general documentation)
-- 
	--Per Bothner
per@bothner.com   http://per.bothner.com/



More information about the Kawa mailing list