[Lift] Re: Giving a presentation: ideas?

2009-04-23 Thread TylerWeir
You may consider showing: - comet coolness - either the chat or the tic tac toe app, get someone to play against you - the cleanliness of the templates - the scalability, high bang for buck - the cleanliness of the language - the simplicity of adding an API with the rewrites HTH On Apr 23, 3:07 

[Lift] Re: Giving a presentation: ideas?

2009-04-23 Thread David Pollak
I've found that building a comet chat app in front of people gets their attention. Then I talk about the Scala constructs that led to the 30 line chat app. See the presos in here: http://github.com/dpp/lift-samples/tree/94b1932a15a2c1344a1a16ff9fc54e785dc55274/presentations/2009_dpp_qcon_tss

[Lift] Re: Giving a presentation: ideas?

2009-04-23 Thread marius d.
I'm also preparing a Scala Lift presentation for Transylvania JUG. 1. First part I'm doing a Scala introduction presenting traits, higher order functions, currying (briefly),actors etc 2. Present a Lift Chat application and show them the code 3. Promoting the Lift book and Dave's Scala book

[Lift] Re: Giving a presentation: ideas?

2009-04-23 Thread Derek Chen-Becker
Cool! I'll take a look at the presentations on GitHub and crib some from it. The BJUG is seeing if they can line someone up to do a Scala presentation in the first half, so I may be able to talk just about Lift and how it leverages Scala. Otherwise, I can give a brief intro to Scala. Derek On