You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kswoll edited this page Feb 1, 2014
·
13 revisions
####What C# language features are supported?####
The only core feature of C# that is not implemented yet is async/await. Notably, you can expect support for the following features:
yield operator via a state machine
extensive reflection support
expression trees
C#-style lambdas and closures
anonyous types
####Why is it called WootzJs?####
It's a play on wootz steel (which is sharp, like C#!) and Javascript.