Releases: Frege/frege
165th Birthday
Contains:
- liberalized type synonyms
- fully (to my knowledge) semigroupoidalized Monads, etc.
- numerous enhancements, library additions, bug fixes
- still several bugs :-( (but you're not likely to encounter them, and the next release is underway)
Thanks to all contributors and friends!
Note 1: this release will not work with an earlier eclipse plugin. You must update the plugin. Merely replacing the fregec.jar is not sufficient!
Note 2: This release is binary incompatible with earlier releases. Please remove any *.java and *.class files produced by earlier compilers and recompile you sources with this version.
HTML documentation
The documentation is now hosted at http://www.frege-lang.org/doc/frege/Prelude.html (for different packages just replace the frege/Prelude.html, i.e. frege/data/Monoid.html)
Preliminary compiler as of Aug 31
It seems that there is a breaking change somehwere between 3.21.191 and the latest commits that prevent rebuild of the compiler.
This release is for contributors to get the compiler working again.
An official release with he latest developments and enhancements also for the eclipse plugin will follow soon.
Summer 2013
See [https://github.com/Frege/frege/wiki/New-or-Changed-Features]
July 2013 Release (test)
Test the new github release feature.
Contains: Quick check tool and flexibly typed numeric literals.