Skip to content

Instantly share code, notes, and snippets.

@jponge
Created January 19, 2016 09:17
Show Gist options
  • Save jponge/c4b061394ebf0093ee43 to your computer and use it in GitHub Desktop.
Save jponge/c4b061394ebf0093ee43 to your computer and use it in GitHub Desktop.
module org.typeunsafe.YoCeylon
function yo = |max| ->
[n foreach n in [1..max] when n % 2 == 0]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment