An open API service indexing awesome lists of open source software.

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.

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