Discussion:
kawa 3.0 released
Per Bothner
2017-10-02 18:43:49 UTC
Permalink
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
***@bothner.com http://per.bothner.com/
Duncan Mak
2017-10-03 18:07:19 UTC
Permalink
Kawa 3.0 is also now available in Homebrew.

So on a Mac, just do `brew install kawa` and you'll get the latest bits.

https://github.com/Homebrew/homebrew-core/pull/18892
Post by Per Bothner
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.
https://www.gnu.org/software/kawa/news.html
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
--
Duncan.
Loading...