Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

Google Dart Thread

Name: Anonymous 2011-10-10 7:06

http://www.dartlang.org/

So long JavaScript.

Name: Anonymous 2011-10-10 7:15

Suck my dart dude

Name: Anonymous 2011-10-10 7:18

How can I use Dart?
You will be able to run Dart code in several ways:
Translate Dart code to JavaScript that can run in any modern browser.

SO LONG JAVASCRIPT

Name: Anonymous 2011-10-10 7:32

new Printer().spawn().then((port) {
    for (var message in ['Hello', 'from', 'other', 'isolate']) {
      port.send(message); 
    }
    port.send(null);
  });


Has readability been completely wiped from the language design criterion these days?

Name: Anonymous 2011-10-10 7:37

Why do they use JavaScript interpreters as a target platform for dynamic languages when Scheme would be much better suited for that purpose? Minimal parsing overhead, regular semantics and standard library.

Name: Anonymous 2011-10-10 7:51

>>5
Javascript was originally designed to be Scheme for the browser with Java style syntax. You're probably not aware of the sort of effort the big three are investing to make their JS implementations as efficient as can be.

Name: Anonymous 2011-10-10 7:53

>>6
I am aware of both of these facts. I just don't understand the point of using JavaScript instead of the real thing.

Name: Anonymous 2011-10-10 8:12

>>7
I would guess greater familiarity with JS over Scheme. If it was me, I'd target LLVM which may possibly be translated to JS.

Name: Anonymous 2011-10-10 8:12

Another language by Google whose name is impossible to google.

Name: Anonymous 2011-10-10 8:26

Another? It will never catch on.

Name: FrozenVoid 2011-10-10 8:51

Feels like adding a layer of Java inside JavaScript. Google should instead improve the internals of language and leave syntax similar to JavaScript.
If they want web developers to use it, they need to improve JavaScript itself, not to try to shove another Java inside a browser. I think they are in the opinion that JS spec is too flexible to optimize and want to get something more static with some declarative overhead so the VM can optimize.
Google's Latest and greatest language..Compiled with python,java and XML
http://code.google.com/p/dart/source/browse/branches/bleeding_edge/dart/compiler/dartium.gyp

Name: Anonymous 2011-10-10 9:03

>>9
golang.org is the top result for `Go'.
Though that's probably because of filter bubbles and so on.

Name: Anonymous 2011-10-10 9:16

>>11
Shut up and stop being an idiot. Everyone hates you. Kill you're self.

Name: Anonymous 2011-10-10 11:56

Oh hey look it's another

 [ ] Web Application Framework
 [X] Web Programming Language
 [ ] Open Source Web Server
 [ ] Any other Web 2.0 related, exciting and new technology

Name: Anonymous 2011-10-10 12:01

>>5
Impossible to read, parens everywhere, kill yourself.

Name: Anonymous 2011-10-10 12:03

yes we definitely need more programming languages.

Name: Anonymous 2011-10-10 13:22

>>1
I love the implication that JavaScript is the current best thing out there, and the reason people use it is just that nothing better has come along yet.

Name: Anonymous 2011-10-10 13:37

>>17
And it's true.  JavaScript is the current best thing out there.  Now go back to your unreadable/immutable bullshit, ``faggot''.

Name: Anonymous 2011-10-10 13:42

>>17
Not only is it true, there's nothing Google will ever do to change it. Same shit syntax problems, worse object model, more PHPisms. I'll take rust, with the same shit syntax and improved everything else.

Name: Anonymous 2011-10-10 14:39

"Dart code is always single threaded. There is no shared-state concurrency in Dart."
Same useless concurrency model. Might as well stick with javascript.

Name: Anonymous 2011-10-10 14:59

>>18
Go to bed, FrozenVoid

Name: Anonymous 2011-10-10 15:28

When confronted with a shit language. Some people think: I will just create my own! Now you have two shit languages.

Name: Anonymous 2011-10-10 15:56

>>21
Not FrozenVoid, faggot. JavaScript is closest to something usable.

Name: Anonymous 2011-10-10 18:29

>>13
Please try to ignore troll posts!

Name: Anonymous 2011-10-11 0:01

>>5

A scheme would be more efficient to parse, but a parsing require wouldn't language based stack.

Name: Anonymous 2011-10-11 0:23

>>1
Hurray, more of the same shit.

Name: Anonymous 2011-10-11 0:49

>>25
You can ignore comments like that. JS is slow in the browser for the same reason everything else is: the document it's embedded in is costly to manipulate, or even do computations based on.

Name: Anonymous 2011-10-11 3:14

dart lang is a huge fucking disappointment.

Check out coffeescript.

Name: Anonymous 2011-10-11 3:44

What the fuck happened to Go?

Name: Anonymous 2011-10-11 9:16

>>29
Nobody used it, that happened. It's not exactly portable (compiers only for two architectures) and nobody really knew what the fuck is the use for it.

Name: Anonymous 2011-10-11 11:31

Look at what I found on Hackernews:

https://gist.github.com/1277224 - Hello world in Dart, compiled to javascript

actually I LIED. I found it on /r/programming/ instead

Name: Anonymous 2011-10-11 13:05

If it ain't Lisp, it's crap.

Name: Anonymous 2011-10-11 13:46

>>31
HN is just a theme and set of filters for Reddit.

Name: Anonymous 2011-10-11 15:17

While the syntax and grammar of go seem to be somewhat appealing this thing is as much disgusting as it gets.

Name: Anonymous 2011-10-11 15:24

>>18
Your'e terrible at trolling

Name: Anonymous 2011-10-11 15:29

>>31
+1 to the comments on that page.

Name: Anonymous 2011-10-11 18:32

>>29
It takes a long time for new languages to get established. The test of its longevity depends on what sort of activity is happening 12 years after its public release.

Name: Anonymous 2011-10-11 20:36

>>35
No, no, Lisp and Haskell are shit and everything else is worse than them.

Name: Anonymous 2011-10-12 12:38

Google Fart is the worst attempt to replace javascript since vbscript.  No infix functions, no sum types, no pattern matching, no nothing.  Huge disappointment.  I hope they won't try too hard to shove it up our asses.

Name: Anonymous 2011-10-12 13:27

Redarts are considered harmful

Don't change these.
Name: Email:
Entire Thread Thread List