Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jpuri/learning-reason
https://github.com/jpuri/learning-reason
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jpuri/learning-reason
- Owner: jpuri
- Created: 2017-12-13T13:59:10.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-01T19:09:59.000Z (almost 7 years ago)
- Last Synced: 2024-10-25T22:11:17.167Z (2 months ago)
- Size: 13.7 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)