5 ms·
I'd rather start a completely new, better language for the browser.
by rpodraza 10mo ago
I'd rather start a completely new, better language for the browser.
- marcelr 10mo ago:o has anyone thought of this before? /s
- Alifatisk 10mo agoLike Dart and the Dartium browser
- vips7L 10mo agoI'm sad every day that Dart didn't get bigger than it is. It's really a great language. Compiles to AOT too.
- Alifatisk 10mo agoI know, it's underrated but it is what it is. I still continue using it.
- morshu9001 10mo agoDart looks ok, but looking at the Dart equivalents of JS examples like {foo: 1}, I'd rather use JS
- Alifatisk 10mo agoThere is sadly no equivalent to {foo: 1} in Dart. This difference stems from Darts class based object model while JSs is, as you probably know, prototype based
- morshu9001 10mo agoThat's my issue with this, I like the prototype system. It's very convenient for this kind of use case.