Skip to content

History

Revisions

  • - 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>

    @martindevans martindevans committed Jun 5, 2016
    141fca4
  • - 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>

    @martindevans martindevans committed Jun 4, 2016
    50096db
  • First pass spec for intent Signed-off-by: Martin Evans <martindevans@gmail.com>

    @martindevans martindevans committed Jun 3, 2016
    4f6441a
  • Removed home page Signed-off-by: Martin Evans <martindevans@gmail.com>

    @martindevans martindevans committed May 30, 2016
    bc7cdee
  • Merge branch 'master' of github.com:Unlimited-Development-Works/Intent.wiki

    @martindevans martindevans committed May 30, 2016
    f7a1923
  • Initial Home page

    @martindevans martindevans committed May 30, 2016
    c5a0b74
  • Initial commit Signed-off-by: Martin Evans <martindevans@gmail.com>

    @martindevans martindevans committed May 30, 2016
    bd614ab