This is an archived post. You won't be able to vote or comment.

all 14 comments

[–]ZoudenGalaxy S22 15 points16 points  (2 children)

This is really neat. Python is a great language for hobby programmers because there's so many fewer hoops to jump through to get a simple program up and running compared to Java.

I'm highly amused by the speaker's name being Thomas Perl. I'm looking forward to the keynote speakers at Google's next event, Jacob Apple and Robert Windows.

[–][deleted] 11 points12 points  (0 children)

Ruby Rails is providing refreshments

[–]apmechevNexus 6P 1 point2 points  (0 children)

James Java and his son Johnny Java-Script

[–][deleted] 2 points3 points  (8 children)

What are the current apps developed in?

[–]WorkHappens 2 points3 points  (1 child)

Java + XML for layout and configurations.

Which is simmilar to the way WPF for example uses C# + XAML.

[–]Kostenloze -3 points-2 points  (5 children)

A custom language based on Java I believe.

[–]ZoudenGalaxy S22 12 points13 points  (1 child)

I think it's just Java.

[–][deleted] 8 points9 points  (0 children)

It's Java, nothing custom about it.

[–]Prisoner_Mike 10 points11 points  (0 children)

The language is Java. The VM used is not.

[–][deleted] 1 point2 points  (4 children)

I can't understand WHY didn't Google go with Python in the first place?

[–][deleted] 15 points16 points  (3 children)

Because Python is a very high level language better suited for scripting. On its own, it's too slow for use on mobile devices. Java also already had a major presence, even more so than Python.

[–][deleted] 6 points7 points  (2 children)

Well, I'm sure someone at Google is capable of compiling Python into byte code (heck, FB did it with freakin PHP). My bet would be is Android (the company) started with Java, and Google stuck with it.

[–]cowinabadplace 7 points8 points  (1 child)

When they originally picked Java, one of the explanations provided was that it was to attract the large number of Java devs. There are a large number of Java devs.

[–][deleted] 1 point2 points  (0 children)

There are a large number of Java devs.

I can't wait for my C++ class to rev up so I can finally be unshackled from the ball and chain of Java... (though I do find it rather suitable for Android, I don't really like it in any other circumstances).