By PeterStofferis
via infoq.com
Published: Nov 13 2008 / 03:08
![]() | |
| HTML5 Canvas | |
| Written by: Simon Sarris | |
| Featured Refcardz: Top Refcardz: | |
| 150+ Refcardz Available · Get them all | |
By PeterStofferis
via infoq.com
Published: Nov 13 2008 / 03:08
Comments
James Williams replied ago:
Why oh why would someone let you do this?
"One is that whilst it supports the creation of a variable or function using a currently reserved word, it requires you to escape them using French quotes - for example var >> = 100 - rather than working this out from context parsing."
Ricky Clarkson replied ago:
In Scala, with, object and type are all reserved words. This is annoying when working with Java code containing those as identifiers, but not disastrous, as you can use backquotes to escape the word. foo.`object` = bar `with` baz
Arguably JavaFX's is a bit less readable.
Voters For This Link (7)
Voters Against This Link (0)