We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
- Removed left cell access, it can be reimplemented with eval4: ```cell/ [a, b] => eval! [4, [1, [a, b]]]``` - Modified eval dispatching to use flat numbering, instead of hierarchical. Just for simplicity of implementation. Signed-off-by: Martin Evans <martindevans@gmail.com>
- Expanded definition of subtraction slightly (handles subtraction of complete trees). - Removed addition, it can be implemented with subtraction: a + b => a - (-b) Signed-off-by: Martin Evans <martindevans@gmail.com>
First pass spec for intent Signed-off-by: Martin Evans <martindevans@gmail.com>
Removed home page Signed-off-by: Martin Evans <martindevans@gmail.com>
Merge branch 'master' of github.com:Unlimited-Development-Works/Intent.wiki
Initial Home page
Initial commit Signed-off-by: Martin Evans <martindevans@gmail.com>