Open ID
...if you dare...
scala
thomasww: 2010/09/25
Scala
Java
scala and lift
scaevola: 2010/02/22
a web application framework for applications based on the #Scala prgoramming language (more details at http://liftweb.net/)
dk: 2009/08/02
Any progress on making Scala and Tapestry work together?
assedr: 2009/04/08
Tapestry
Beat me to it! Thanks, David.
dhague: 2008/11/19 conversation
Esme
The #Esme project is upgraded to #Scala 2.7.2
dpp: 2008/11/19 conversation
Patched UserActor.scala so that it works with Scala 2.7.2, by renaming UserActor's mailbox var &refs to _mailbox, avoiding val/var conflict with Actor.mailbox. Will commit patch tomorrow.
dhague: 2008/11/18
Woo Hoo #Lift will be on #Scala 2.7.2 today!!
dpp: 2008/11/17
Lift
A lot of blog are talking about Scala. This a good aggregator: http://www.drmaciver.com/planetscala/
meddix: 2008/11/16
btw there seems to be a "Scala for Java programmers" blog entry: http://blogs.sun.com/sundararajan/entry/scala_for_java_programmers
vdichev: 2008/11/16
@daniel The scala-lang.org site is the place for Scala documentation. The "Scala by example" is more detailed: http://www.scala-lang.org/sites/default/files/linuxsoft_archives/docu/files/ScalaByExample.pdf
looking into esme soure-code: is there a comprehensive introduction to scala for java-programmers?
daniel: 2008/11/16
@dhague : thanks Darren :) ...
mrinal: 2008/10/09 conversation
Not a guru, but I'm here...
dhague: 2008/10/09 conversation
@vdichev : I'm doing ok for now, I'll let you know if I have questions, thanks :)
mrinal: 2008/10/07 conversation
@mrinal Are you still having problems and questions about Scala? It's not very similar to Java, I admit. Not a bad thing in itself :)
vdichev: 2008/10/07 conversation
I've a feeling I'm moving slower at this than I had anticipated .. Scala/Lift is a totally new enviornment .. moving with caution, don't want to break anything I dont know how to fix
mrinal: 2008/10/04
Web Ui
found one http://gestalt.monoid.net/blog/2008/02/new-scala-bundle-for-textmate.html .. installed, looks good
mrinal: 2008/10/04 conversation
Textmate
looking for a Scala bundle for TextMate
study lift,and try ESME.
livetang: 2008/09/27
Learning lift
rostislav: 2008/09/23
Web
Interesting that when a new messaging service is presented, rarely ever someone mentions the platform it's implemented in. So I checked the HTTP headers and Yammer, Present.ly, SocialCast seem to be running on Rails. Only ESME runs on Scala Lift. Only ESME scales enough to permit Comet, which is pretty cool. Could this be seen as a differentiator? I invariably see developers drool when they see it.
vdichev: 2008/09/20
Social Messaging
Rails
Awesome built in XML literals in Scala, or is that in lift, ah!
dan_mcweeney: 2008/09/10
Hackernight
Trying to aborb seom Lift and Scala from @dpp
just got out of David's Lift hands on session
ewh: 2008/09/08
Teched
Pretty much done with the parser stuff... now on to ADT's... #Scala rocks
dpp: 2008/09/03
Checking out Scala Parser Combinators. Great example I can follow at http://debasishg.blogspot.com/Parser (Parser (~)^^)
dhague: 2008/08/26
Parser Combinator