InfoQ Homepage Dynamic Languages Content on InfoQ
-
Advanced Groovy Tips & Tricks
Ken Kousen examines features of Groovy that can make your life easier once you're past the initial adoption stage. Examples include closure coercion, mixins, simple runtime metaprogramming, and more.
-
Compile-time Metaprogramming with Groovy
Jeff Brown dives into Groovy's AST transformations, Traits and other compile-time techniques which open up a lot of powerful possibilities to application and library development teams.
-
Carefully Composing Logic: Functional JavaScript
Brad Urani explores the basics of FP, higher-order functions, partial function application, lazy evaluation and persistent data structures, showing how FP style avoids certain classes of bugs.
-
Programming Groovy on Java 8
Dr. Venkat Subramaniam discusses why, what, and how to make use of Java 8 classes from within Groovy.
-
Runtime Metaprogramming with Groovy
Jeff Brown presents the dynamic runtime nature of Groovy that sets it apart from standard Java and makes it a great language for building dynamic applications for the Java Platform.
-
Groovy After All These Years
Scott Hickey answers audience questions about what it is like to build a mission critical application for a Fortune 500 company using Groovy.
-
Spring Boot and Groovy
Fátima Casaú discusses applications with Spring, support for ‘Groovy’ and also the use of ‘GORM (Grails Object Relational Mapping)’ as well as ‘Hibernate’ for persistence.
-
Take a Groovy Rest
Guillaume Laforge talks about APIs, how Groovy and Rest services interact, and how to test such APIs with Spock to be “Enterprisey".
-
Groovy with Style!
Guillaume Laforge discusses what "idiomatic" Groovy code should look like, good practices in terms of syntax style, typing preferences and some nice shortcuts to help you be more productive.
-
Better iOS Development with Groovy
Rahul Somasunderam aims at showing how Groovy can make iOS development a pleasure.
-
Using Groovy & Spock to Develop Tests as Assets not Afterthoughts
Brian Westrich shows examples of testing anti-patterns, including redundant testing, white box testing, and using the wrong type of test double. All examples are in Groovy and Spock.
-
Grooscript in Action
Jorge Franco talks about Grooscript, a library that converts Groovy code to JavaScript. He presents it, with the good parts and their limitations.