Y
Hacker News
new
|
ask
|
show
|
jobs
by
snappyTertle
3064 days ago
Java, C++, Python, Golang, and Swift/ObfC for iOS apps
1 comments
pmontra
3064 days ago
No JavaScript? Or is that because it's not used internally but in the public internet?
link
Ambroos
3064 days ago
Google's "big" client apps (Inbox / Gmail / Calendar) are a mix of Java converted to JS (GWT) and native JS with the Closure library/compiler. I think, anyway.
link
SZJX
3064 days ago
Not sure if GWT is still that relevant nowadays. AngularJS was developed by Google many years ago. It was already pure JS.
link
lozenge
3064 days ago
Inbox by Gmail launched in 2014, long after Angular JS was first released, and uses GWT.
link
DannyBee
3064 days ago
Close. Apps is using mostly using j2cl.
link
piotrkubisa
3064 days ago
As addition to JavaScript, they have used their own language called Dart for some their services like AdWords or AdSense [1].
[1]:
https://www.dartlang.org/community/who-uses-dart
link
DannyBee
3064 days ago
JavaScript and Typescript should be in the list, as should Dart.
link