RSS feed
Subscribe to the blog's RSS feed here.JCranky’s Twitter
- RT @SpaceX: Falcon 9 delivered 40 spacecraft to orbit on SpaceX’s fourth dedicated rideshare mission and our 150th successful launch! https… 1 month ago
- RT @Killa_ru: What's happening in Russia/Moscow rn. A pretty random thread: 2 months ago
- RT @elonmusk: https://t.co/KPQrN13zr9 5 months ago
- 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
Monthly Archives: October 2009
Quick introduction to functions in Scala
So, as you might already know, Scala is a functional language. This means that it is heavily based on functions (Scala actually mixes Object Orientation and Functional Programming). Lets take a look on how to use functions in Scala. It … Continue reading
Posted in scala
Tagged function, functional programming, object orientation, operator, operator overload, scala, scaladoc
Leave a comment
Base Scala classes
And I’m back! Last month was really busy. Among other things, I had to travel, both for business and a small vacation. But now I’m back. Uhu! Thank you all for reading! Now, back on topic. This time, I’ll cover … Continue reading