Created
December 4, 2019 18:10
-
-
Save okram/4316321cc72a9ded13b9f9db3021ffe9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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