←back to thread

183 points chhum | 1 comments | | HN request time: 0s | source
1. j45 ◴[] No.44006361[source]
Another way to look at it based on coming across it in enterprise:

How did he build something adopted by so many enterprises?

It does some things at scale very well and has been afforded the performance improvements of very smart people for 30y.

It’s not to say the language isn’t verbose, one of my favourite features was the ability to write code in other languages right inside the a Java app pretty well in-line by using the JVM, thanks to JSR-223.

It was possible to write Ruby or Python code via Jruby or Jython and run it in the JVM.

https://www.jython.org/

https://www.jruby.org/

Clojure also runs on the JVM.

https://docs.oracle.com/javase/8/docs/technotes/guides/scrip...