gilbertw1 | 10 years ago | on: Visual Studio Code is now open source
gilbertw1's comments
gilbertw1 | 10 years ago | on: Five years of Scala and counting: debunking some myths
Sure, it'd be great to have binary compatibility, but I think the ability to make changes to the language unhindered by supporting byte code from previous languages is more valuable.
For example with the 2.11 release, I had three different non-trivial sized projects and for each I was able to simply change the scala version in my sbt file and everything worked just as it had before with no library or compile issues.
I will agree that it was a huge issue in the past with 2.7 - 2.9, but in my world it hasn't bitten me in a long time. Definitely not trying to say it isn't an issue or something that wouldn't be great to be fixed, but at this point I have a tough time seeing it being considered a barrier to entry in any way.
Also, I just throw in that for me compile time hasn't been an issue for me lately either. I work on reasonably sized projects, but definitely nothing on the twitter / foursquare scale.
gilbertw1 | 11 years ago | on: Actors, Green Threads and CSP on the JVM
"This is why goroutines, everything on the JVM, etc are not going to work."
I've used Akka very successfully on the JVM for non-trivial clustered applications where performance is important, and I'm pretty sure the existence of most of google's infrastructure says that goroutines work at least a little bit.
Do you mean not work well? They won't gain traction?
gilbertw1 | 11 years ago | on: Typesafe’s Commitment to the Scala Ecosystem
I even believe that Microsoft research tried to find a solution for a while, but were unable. I'll try and find some references if I can.
Edit:
This link has some good info in it: http://visualstudio.uservoice.com/forums/121579-visual-studi...
Looks like the CLR can't represent higher kinded types at runtime using the reified type system.
gilbertw1 | 12 years ago | on: New banner ads push actual Google results to bottom 12% of the screen
Plus these look more like customized brand pages for companies that people are "specifically looking for", I would rather have detailed information about a company right front and center when I'm looking for it. The fact that anyone makes money because of this fact is ancillary.
gilbertw1 | 13 years ago | on: Scala 2.10 now available