February 11, 2019
Groovy - What is Memoization?
Memoization (a.k.a tabling) is a technique in programming where the result of a function call is stored in cache and when the function is s...Read Moreby Phee Jay
February 01, 2019
Groovy - How to read and write to excel sheets with Groovy?
Scriptom provides a simple COM library for Groovy. It is a Groovy wrapper around JACOB (Java COM Bridge) which provides access to COM Au...Read Moreby Phee Jay
August 04, 2017
Groovy - How to Execute Groovy Scripts in Sublime Text?
This article covers the steps to setup Sublime Text to execute Groovy scripts. Read Moreby Phee Jay
August 03, 2017
How to Read Files in Groovy?
This article shows various ways of reading a text file in groovy. Read Moreby Phee Jay