Skip to content
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.

Clone this wiki locally