|
Project Information
Members
Featured
Downloads
Wiki pages
Links
|
What is Frege?Frege is a non-strict, pure functional programming language in the spirit of Haskell. It enjoys a strong static type system with type inference. Higher rank types are supported, though type annotations are required for that. Frege programs are compiled to Java and run in a JVM. Existing Java Classes and Methods can be used seamlessly from Frege. Frege is not a Haskell dialect, though I put some effort to make it look and feel like so. The Frege programming language has nothing to do, and must not be confused with the Frege Program Prover. The Frege programming language is named after and in honor of Gottlob Frege. Project StateThe compiler, an Eclipse plugin and a provisional version of the documentation can be downloaded. Note that Frege requires JDK 7 to compile and run programs. The compiler and the documentation tool are quite stable, the documentation provisional and the library is evolving. It already supports important parts of the Haskell 2010 standard library. See the GettingStarted page for getting started at the command-line or read the Eclipse plugin page. ContributionsIf you are interested in contributing, here are some hot topics:
ContactYou can contact the project members through the discussion group devoted to the Frege programming language. Specific programming problems are best solved on Stack Overflow, we check questions tagged "frege" on a regular basis. If you find a bug, please let us know by opening an issue in the issue tracker. (You'll need a google account to do this.) NewsWhenever a new frege*.jar is available, there may be backward compatibilty issues, please check them out.
|