Canvas Nasal/JavaScript Subset: Difference between revisions

Jump to navigation Jump to search
Line 21: Line 21:
{{Note|we should take a look at the existing JavaScript wrappers for props.nas etc)}}
{{Note|we should take a look at the existing JavaScript wrappers for props.nas etc)}}


* func => function
 
* var => var
{| class="wikitable"
* call(compile()) => eval()  
|-
* props.nas => jQuery/WebSockets
! Nasal  !! JavaScript !! Comments
* settimer() / setTimeout()
|-
| var || var ||
|-
| func || function ||
|-
| call()/compile() || eval() ||
|-
| settimer/maketimer || setTimeout() ||
|-
| props.nas || jQuery/WebSockets ||
 
|}


== Goals ==
== Goals ==

Navigation menu