Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Dierk/Real_World_Frege
Examples of the book "Real World Haskell" in the Frege programming language
https://github.com/Dierk/Real_World_Frege
Last synced: about 2 months ago
JSON representation
Examples of the book "Real World Haskell" in the Frege programming language
- Host: GitHub
- URL: https://github.com/Dierk/Real_World_Frege
- Owner: Dierk
- Created: 2013-09-11T19:31:35.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-12-01T10:42:35.000Z (about 9 years ago)
- Last Synced: 2024-11-07T11:14:52.452Z (about 2 months ago)
- Language: Frege
- Size: 48.8 KB
- Stars: 70
- Watchers: 17
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Real World Frege
================Examples of the book ["Real World Haskell"](http://book.realworldhaskell.org) in the [Frege](http://www.frege-lang.org) programming language.
You can freely read the book online under
http://book.realworldhaskell.org
and the examples provided here should help you
to compare Haskell with Frege in terms of the book.This project is supposed to help
* Java developers to learn yourself some Haskell/Frege for great good
* Haskell developers to show how to use their skills on the JVMContributions and pull requests for this effort are more than welcome!
As a Java developer who wants to learn Haskell/Frege this is really
the best way forward: writing some code.
By contributing to this project, you not only write _some_ code.
You write code that's purpose and meaning is well documented while
at the same time you are paving the way for your followers.Contributions can be as small as one single example.
Let's make the world a better place - one commit at a time.
Dierk König