Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Likewise with Apache Groovy, which has optional typing:

    #!/usr/bin/env groovy
    // @Grab annotation won't work in scripts
    import static groovy.grape.Grape.grab
    grab(group: 'org.apache.commons', module: 'commons-csv', version: '1.5')
    
    println "Starting to parse CSV"





Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: