Skip to content

Instantly share code, notes, and snippets.

@k33g
Created March 24, 2011 05:41
Show Gist options
  • Save k33g/884637 to your computer and use it in GitHub Desktop.
Save k33g/884637 to your computer and use it in GitHub Desktop.
écrire un DSL pour ma fille
ecrire = {println it}
faire = {
for(i in 1..it.fois){
it.quoi.call()
}
}
faire fois:5, quoi:{ecrire "bonjour"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment