/jotlin

A code golfing language based on Kotlin

Primary LanguageKotlin

Jotlin

Build Status Coverage Status Codacy Badge

Why call it Jotlin

The name comes Kotlin, the language we run on, and Jot, as in to write something quickly.

What this language does

This language uses logic to try to shorten kotlin code.

What this language doesn't

To avoid falling foul of the custom language for a challenge rule we avoid making builtins for specific challenges.

Can this be used for old questions

According to this, yes.

How to run the code

There are multiple ways to run the Jotlin runtime

Using docker

docker run --rm -ti -v "${PWD}":/dir:ro jrtapsell/jotlin run examples/142243/metadata.json

Using the jar

java -jar jotlin.jar run examples/142243/metadata.json

Documentation

A list of builtins is available here.