Y
Hacker News
new
|
ask
|
show
|
jobs
by
rpodraza
193 days ago
I'd rather start a completely new, better language for the browser.
2 comments
Alifatisk
193 days ago
Like Dart and the Dartium browser
link
vips7L
193 days ago
I'm sad every day that Dart didn't get bigger than it is. It's really a great language. Compiles to AOT too.
link
Alifatisk
193 days ago
I know, it's underrated but it is what it is. I still continue using it.
link
morshu9001
193 days ago
Dart looks ok, but looking at the Dart equivalents of JS examples like {foo: 1}, I'd rather use JS
link
Alifatisk
193 days ago
There 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
link
morshu9001
192 days ago
That's my issue with this, I like the prototype system. It's very convenient for this kind of use case.
link
marcelr
193 days ago
:o has anyone thought of this before? /s
link