Enfranchised Mind Blog

Category Archives: Code Samples

Scala: Post-Functional, Post-Modern, or Just Perl++?

Protip to Scala people: If one of the fundamental stunts of a style is pervasive in all the code but yours, you're not in the same style of programming.
Also posted in Classic, Perl, Programming Language Punditry | Tagged , , | 76 Comments

setJDK/setGrails

I spend a lot of time bouncing between different versions of JDKs and different versions of Grails. To make [...]
Posted in Code Samples | 8 Comments

Oh, Gradle, You Made My Heart Skip a Beat

As I just mentioned, I’ve been working on some Gradle plugins. I’ve been using Gradle in my polyglot programming [...]
Also posted in Groovy, Open Source | 1 Comment

Announcing Gradle-Plugins

A lot of people know that I have contributed a lot of Grails plugin work, even if my take on [...]
Also posted in Groovy, Open Source | 2 Comments

“Holy Crap, That Worked!”: Running JRuby/Cucumber from Gradle

I’m working on some code for my book and I’m trying out Swinger, which is a Cucumber library for Swing. [...]
Also posted in Groovy, Ruby/JRuby | Leave a comment