Slide 2
Slide 2 text
#DV14 #GroovyAndroid @CedricChampeau
whoami.groovy
def speaker = new Speaker(
name: 'Cedric Champeau',
employer: 'Pivotal',
occupation: 'Core Groovy committer',
successes: ['Static type checker',
'Static compilation',
'Traits',
'Markup template engine',
'DSLs'],
twitter: '@CedricChampeau',
github: 'melix',
extraDescription: '''Groovy in Action 2 co-
author
Misc OSS contribs (Gradle plugins,
deck2pdf, jlangdetect, ...)'''
)
2