scala-vienna / DevFest2013-Workshop

Material for workshop "From Java to Scala" on DevFest2013
Other
1 stars 3 forks source link

Functions as First-Class Citizens #4

Closed teliatko closed 11 years ago

teliatko commented 11 years ago

Timing:

Content: Demonstrate high-order functions, that function can be passed as argument to other function and returned from function. Maybe show function composition.

rafacm commented 11 years ago

See my commit from this morning. Feedback welcome!

teliatko commented 11 years ago

Your test suite broke the build. Compiler was unable to compile your suite and thus not running anything else. I've fixed it, see you tests for anonymous functions. Sometimes even Scala compiler needs a help :)

teliatko commented 11 years ago

Sorry for closing I always click the wrong button

rafacm commented 11 years ago

See my last pull request.