Joy Data Shapes for Crystal
PAUSED INDEFINITELY -- instead see wisdom-kotlin
Joy Data is inspired by Clojure's philosophy of "modeling data as data". It aspires to gently float a runtime-type-checked data manipulation environment above Crystal's static type system. Joy values are immutable and are manipulated in a functional style.
Installation
Add this to your application's shard.yml
:
dependencies:
joy:
github: joy-prime/joy-data-crystal
Usage
require "joy"
TODO Write usage instructions here
Development
TODO Write development instructions here
Contributing
- Fork it (https://github.com/joy-prime/joy-data-crystal/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Contributors
- deansher Dean Thompson - creator, maintainer