temperlang / temper

3 stars 0 forks source link

Class Expressions could use a Revision #89

Open ShawSumma opened 8 months ago

ShawSumma commented 8 months ago

Currently temper has a fairly confusing feature of class expressions.

new (class C {})()

This could use a change, It is fairly confusing (needs to be named) (needs parens)...

Consider some options for different syntax for this?