5 ms·
IIRC, some of the techniques used in the Self VM eventually made it into the JVM. Ahh yes, the relevant LtU thread. http://lambda-the-ultimate.org/node/1185#c
by mortyseinfeld 13y ago
IIRC, some of the techniques used in the Self VM eventually made it into the JVM.
Ahh yes, the relevant LtU thread. http://lambda-the-ultimate.org/node/1185#comment-12831 http://lambda-the-ultimate.org/node/1185#comment-12831
- seanmcdirmid 13y agoThey transferred via Sun's acquisition of the Strongtalk team (that also got them Gilad Bracha). Strongtalk was also one of the first hybrid typed languages (like Dart and Typescript). Much of the innovation in dynamic language run-times today also uses ideas from Self. Most of the Self people are working at Google today in various high positions.
- agumonkey 13y agoHere's a talk from Lars Bak about v8 and Dart http://www.infoq.com/presentations/Performance-V8-Dart http://www.infoq.com/presentations/Performance-V8-Dart
- alayne 13y agoI always wonder if the Self people felt bad about their VM efforts going into Java. Java has really been one of the least inventive and progressive languages.
- seanmcdirmid 13y agoI doubt they would feel sad about their technology being adopted by a mainstream language used by millions of developers vs. a research experimental language that many outside of research haven't even heard of before.
- payload 13y agowasnt smalltalk once a mainstream language? in ancient times, late 80s?
- seanmcdirmid 13y agoThe number of programmers back then was much less than now, but even then I don't think Smalltalk was a top 10 language. I guess it depends on how you define mainstream, Smalltalk has/had its niches, some of which are still active. But there is nothing wrong with using research languages like self (which was never mainstream) to explore and develop new tech that can be applied to mainstream languages.
- bhrgunatha 13y agoPresumably some of that effort is responsible for the JVM begin chosen to host other languages.
- cageface 13y agoJava brought garbage collection into the mainstream. That alone is enough to consider it progressive.
- bromagosa 13y agoAny big company with that kind of money and connections can bring pretty much anything into the mainstream, not a big merit IMHO...
- mhd 13y agoI've always wondered that about Guy Steele. Must've been an awfully well-paid job.