Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
gilbertw1
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
gilbertw1
11y ago
That's a combination of words I never thought I'd see together.
2.
▲
by
gilbertw1
11y ago
I'll address the binary compatibility concern. I think at this point for the average scala developer, binary compatibility isn't really a big deal anymore. At this point the releases require very few (if any) changes to the codeba
3.
▲
by
gilbertw1
12y ago
What do you mean by: "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
4.
▲
by
gilbertw1
12y ago
If I remember correctly the CLR implementation of Scala was scrapped because there were some limitations with the CLR's reified generic type system that made it impossible to express scala's type system. I even believe that Micros
5.
▲
by
gilbertw1
13y ago
If google is providing you a free service, and giving you exactly what you want in that first result, why shouldn't they get money for doing it? Seems like a win-win to me. Plus these look more like customized brand pages for companies
6.
▲
RxPlay: Diving into iteratees and observables and making them place nice
(bryangilbert.com)
1 points
by
gilbertw1
13y ago
|
0 comments
7.
▲
Authentication and Authorization using Action Composition in Play 2
(bryangilbert.com)
2 points
by
gilbertw1
13y ago
|
0 comments
8.
▲
by
gilbertw1
14y ago
SBT provides incremental compilation, so it's not really all that painful provided your using SBT to build your project. Additionally, your getting a hell of a lot of work out of that compiler.