Tag: Java

  • Groovy FastStringService RuntimeException

    One of the systems I use at work is a Java-based SaaS platform. This platform makes itself extensible by allowing for custom scripting to be done on it via Groovy, a scripting language that runs on the JVM. This is a fairly common setup that I’ve seen on a variety of platforms over the years,…

  • Speed Across Programming Languages

    Earlier today I was debating what programming language to use for a small, number-intensive project. I tend to use a variety of languages based around what the project is for and what constraints are in play. For example, most of my “freeform” work is usually in Python just because I like it the best. In…

  • Create JAR File With IntelliJ

    I’ve recently been doing some work with Java and Groovy for the first time in a year and some change. I’ve historically done some random scripting in Groovy, but I’m now at the point where I’m making some libraries that I can use in other places and greatly simplify some areas of my (coding) life.…