https://github.com/ajlopez/husky
Haskell-like interpreter in C#. WIP.
https://github.com/ajlopez/husky
csharp dotnet haskell interpreter
Last synced: 3 months ago
JSON representation
Haskell-like interpreter in C#. WIP.
- Host: GitHub
- URL: https://github.com/ajlopez/husky
- Owner: ajlopez
- License: other
- Created: 2015-09-27T10:26:27.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-09-08T21:25:58.000Z (almost 8 years ago)
- Last Synced: 2025-07-25T20:51:22.342Z (11 months ago)
- Topics: csharp, dotnet, haskell, interpreter
- Language: C#
- Size: 108 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Husky
Haskell-like interpreter in C#. WIP.
## Reference
- [Numbers](https://www.haskell.org/tutorial/numbers.html)
- [Standard Prelude](https://www.haskell.org/onlinereport/standard-prelude.html)
- [Declaration and Bindings](https://www.haskell.org/onlinereport/decls.html#sect4)
- [Haskell 98 Report](https://www.haskell.org/onlinereport/index98.html)
- [Lexical Structure](https://www.haskell.org/onlinereport/lexemes.html#sect2)
- [Parser](https://github.com/ghc/ghc/blob/master/compiler/parser/Parser.y)
- [Documentation](https://www.haskell.org/documentation)
- [Reference Card](https://wiki.haskell.org/Reference_card)
- [Frege, askell for the JVM](https://github.com/Frege/frege)
- [Haskell Operators](http://www.imada.sdu.dk/~rolf/Edu/DM509/E06/haskell-operatorer.pdf)
- [Real World Haskell](http://book.realworldhaskell.org)
- [Ten Things You Should Know About Haskell Syntax](https://www.fpcomplete.com/blog/2012/09/ten-things-you-should-know-about-haskell-syntax)
- [Online Course: Functional Programming in Haskell](https://www.futurelearn.com/courses/functional-programming-haskell)
## License
MIT