-
-
```hyperscript go to the top of the window + 10px ```
Fixclosest
to work w/ array rootsDocument conversion expressionsbetterbeep!
support w/ElementCollection
(show values)addwhen
clause to add commandtheValues:JSON
,Values:Form
&Values:FormData
conversions
- support
\.
shorthand syntax for\ x -> x.
- Wait a tick before
transition
to allow previous mutations to settle? - Integrate events to allow call-like behavior:
send foo to #bar put the result into me
reply
&wait for response
in event handlers?
- Ben(?) - Better DOM manipulation tools? (needs research)
- Recovering parser (we are single error right now)
delete
commandfocus
commandmerge/merge into
- Merge objects with one another- runtime type checked parameters and return types
def(foo:String!) : String! end
- Full
sed
command for string manipulation? play
command using Web Audio API- Support parenthesizes expressions in pseudopossessives:
transition (the div's parent's parent)'s opacity to 1
- Event model
- functions should be able to be marked
sync
to make only one execution at a time occur, in serial fashion - Make
first, last, random
work as identifiers (backtracking parser) - repeat command improvements
// By default, counter uses "it" convention repeat from 1 to 10 put it in myVar end
- date/time library See GitHub
- Expressions for
field
,button
,tag
andnodeList
See GitHub - Event for DOM mutation commands (put, append, render) -- user can add listener to initialize inserted content