Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jpuri/learning-reason


https://github.com/jpuri/learning-reason

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Learning reason language:

- [Destructuring](https://github.com/jpuri/Learning-Reason/blob/master/destructuring.md)
- [Record](https://github.com/jpuri/Learning-Reason/blob/master/record.md)
- [Tuples](https://github.com/jpuri/Learning-Reason/blob/master/tuples.md)
- [Type](https://github.com/jpuri/Learning-Reason/blob/master/type.md)
- [Boolean](https://github.com/jpuri/Learning-Reason/blob/master/boolean.md)
- [JSX](https://github.com/jpuri/Learning-Reason/blob/master/jsx.md)
- [List & Array](https://github.com/jpuri/Learning-Reason/blob/master/list&array.md)
- [Functions](https://github.com/jpuri/Learning-Reason/blob/master/functions.md)
- [Module](https://github.com/jpuri/Learning-Reason/blob/master/module.md)
- [Integer & Float](https://github.com/jpuri/Learning-Reason/blob/master/integer&float.md)
- [Variant](https://github.com/jpuri/Learning-Reason/blob/master/variant.md)
- [Let Binding](https://github.com/jpuri/Learning-Reason/blob/master/letbinding.md)
- [If Else](https://github.com/jpuri/Learning-Reason/blob/master/ifelse.md)
- [Pattern Matching](https://github.com/jpuri/Learning-Reason/blob/master/patternmatching.md)
- [Imperative Loops](https://github.com/jpuri/Learning-Reason/blob/master/imperativeloops.md)
- [Exception](https://github.com/jpuri/Learning-Reason/blob/master/exception.md)
- [Object](https://github.com/jpuri/Learning-Reason/blob/master/object.md)
- [Overview](https://github.com/jpuri/Learning-Reason/blob/master/overview.md)
- [External](https://github.com/jpuri/Learning-Reason/blob/master/external.md)
- [String & Char](https://github.com/jpuri/Learning-Reason/blob/master/string&char.md)