The Codist - Programmerthink

A Web Framework In Scala

Posted: 09/10/2007, Perm Link Readers: 1181


lift Web Framework

Given how much I love writing frameworks (the one running this blog for example), it's cool to see someone is working on a framework using scala. It's still an early alpha, but it's interesting to see how one can leverage Scala's interesting OO-Functional hybrid language.

Eelco Hillenius 09/18/2007 13:54

Interesting about Lift - besides the fact that it uses Scala - is that it allows different styles of using it. That can be a good or bad thing; good because it gives you flexibility and there might be something in it for many different folks, bad because it might result in a mess when your team members use their own flavor (just look at the mess you can get when mixing different flavors of JSPs).

Btw, I really like the name and the logo isn't bad either.