I've been really interested in scala for awhile. Now that Intellij 13 has better Scala support it seems like its becoming more and more practical to work with. For example they have SBT support.
Now I have a bit of a finicky learning style. If I could find an operating example of a Scala application with Lift using
SBT for build A relational database and ORM Lift
I'd be able to pick this up a lot faster. A lot of the demos I've found are way way too small to be usefull.
Anybody have a suggestion for where to find a fully features open source app in Scala?
They have some Lift "quickstart projects" here. Some more examples here. And of course, Lift's Github, where you can find project templates (more specifically, look at this link).
There is also Typesafe, but they offer Play instead of Lift.