RSS feed
Subscribe to the blog's RSS feed here.JCranky’s Twitter
Tweets by jcranky- agile
- akka
- arduino
- book
- caelum
- case
- casual class
- class
- clone
- cloud
- cloud computing
- coffee
- collections
- css
- date
- digital tv
- dojo
- ejb
- event
- foreach
- function
- functional programming
- ginga
- globalcode
- good practices
- infoq
- j2ee
- java
- java posse
- javascript
- js
- jsf
- junit
- just java
- jxta
- language
- last
- list
- lojinha
- london
- match
- maven
- mercurial
- music
- mvn
- netbeans
- p2p
- pair programming
- pattern matching
- peer-to-peer
- podcast
- programming
- regex
- REST
- robotics
- roo
- s-99
- sbt
- scala
- scala 99 problems
- scalax
- simple build tool
- spring
- spring roo
- springsource
- sun
- tdc
- tdd
- test
- thedevelopersconference
- typesafe
- value
- web development
- xml
- xp
January 2026 M T W T F S S 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Tag Archives: scala
Scala 99 Problems on github
A long time ago I started playing with the scala 99 problems. The project is going very slow, but it is moving. So I decided to share the code in a more open and easier way: github. I have solutions … Continue reading
Posted in scala
Tagged github, programming, repository, scala, scala 99 problems, specs2
Leave a comment
Why dynamic languages are not cool
Some people love dynamic languages. I don’t. This last week, I found one more reason for it. I might be a bit biased because I love Scala, but lets go for it. A project I started maintaining a few weeks … Continue reading
Posted in scala
Tagged dynamic, dynamic language, dynamic languages, interpreter, python, scala, static, static language, type
2 Comments
Matching a combination of class and trait in Scala
While doing some development with Scala I discovered that it is possible to match combinations of a class and traits. It might seem obvious if you already know it, but I didn’t. What happened is that I needed something like … Continue reading
Posted in scala
Tagged AnyRef, case, class, match, pattern matching, scala, trait, with
Leave a comment
scaladores first meeting
Right to the point: we are starting a Scala user group down here in São Paulo, called Scaladores. The idea is to for people interested in the Scala language to meet in person and talk about it. If you are … Continue reading
Acidental scala upgrade with sbaz
And then I was playing around with the scala tools that come in the installation’s bin folder. There is something there called sbaz, and this name sounds so different that I just HAD to play with it to find out … Continue reading
Posted in scala
Tagged netbeans, package manager, sbaz, scala, scala-library, upgrade
Leave a comment
Scala’s Parallel Collections are useful even in the most simple cases
One of the main features that Scala version 2.9.x brought was Parallel Collections. If you think about it quickly, you might consider using such a feature only in complex, process intensive scenarios. Although those are certainly the main places where … Continue reading
Posted in scala
Tagged amazon, amazon s3, collections, foreach, par, parallel collections, s3, scala
Leave a comment
The Developers Conference 2011
From July 6 to 10 happened The Developers Conference 2011 down here in São Paulo. The other editions were really good and, better, this one topped all of them. It was a really fun and productive event. I had the … Continue reading
Posted in java
Tagged agile, java, javascript, python, ruby, scala, tdc, tdc 2011, thedevelopersconference
3 Comments