Play with scala

— the easiest way to learn scala


#{list results}
${_}
#{/list}
#{if error}

Oops, ${error.message}

%{if (script.split('\n').size()>=2) { try{ %}
${script.split('\n')[error.line-3]}
%{ } catch (Exception ex) { }%
${trace}
%{ } }% %{ } else{ }%
${script}
%{ } }%
#{/if}

Resources,

New to scala? Here is a set of resources that will help you start:

Wait, there's more,

If you think playing with scala is fun, wait until you start coding a real web application with it. Play! framework is the easiest way to create a web application with Java and it has a scala module.