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
I'd like to rewrite BlockDodge in a language that can compile into JavaScript because it can be run in the browser or packaged into a native application.
JavaScript is best, but I don't like how it's dynamically typed.
ECMAScript 6 is statically typed, but not supported in all browsers (and therefore, if I packed it up into a native application, it still wouldn't work, since it would use the platform's WebView).
The text was updated successfully, but these errors were encountered:
I'd like to rewrite BlockDodge in a language that can compile into JavaScript because it can be run in the browser or packaged into a native application.
JavaScript is best, but I don't like how it's dynamically typed.
ECMAScript 6 is statically typed, but not supported in all browsers (and therefore, if I packed it up into a native application, it still wouldn't work, since it would use the platform's
WebView
).The text was updated successfully, but these errors were encountered: