Skip to content

Commit

Permalink
Update notes
Browse files Browse the repository at this point in the history
  • Loading branch information
marciof committed Jul 8, 2018
1 parent 4949999 commit 280254d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions specification/TODO.md
Expand Up @@ -41,10 +41,12 @@ let msg: 'hello'
(local set ?)
```

UNIFY, SIMPLIFY
Rules:
- Function literals use dynamic binding.
- Parameters are specified as sets.
- Defer's escape accepts varargs to splice.

Questions:
- Remove specific syntax for parameters? No more super easy literal syntax.
- Allow quoted parameter names to turn on/off deferred arguments? More performant and practical, but more complex syntax?
- Inspecting for names vs values in function definitions.
- Do validation on the number of parameters?
Expand Down

0 comments on commit 280254d

Please sign in to comment.