Skip to content

Instantly share code, notes, and snippets.

@okram
Created December 4, 2019 18:10
Show Gist options
  • Save okram/4316321cc72a9ded13b9f9db3021ffe9 to your computer and use it in GitHub Desktop.
Save okram/4316321cc72a9ded13b9f9db3021ffe9 to your computer and use it in GitHub Desktop.
// there are no records, only rewrite rules that simulate the behavior
*******************************
* [choose, *
* [get,'name'] -> 'marko', * ***********
* [get,'age'] -> 29, * => [get,'name'] => * 'marko' *
* [plus,[zero]] -> [id], * ***********
* [minus,[zero]] -> [id]] *
*******************************
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment