GeistHaus
log in · sign up

GitHub - babashka/babashka: Native, fast starting Clojure interpreter for scripting

github.com

Native, fast starting Clojure interpreter for scripting - babashka/babashka

66 pages link to this URL
Manage git hooks with babashka tasks

Git hooks are small bash scripts that are run each time a certain git event happens. The most popular hooks in our projects are `pre-commit` and `pre-push`. Let us show you how to optimize and manage these using [babashka](https://babashka.org)

0 inbound links article en postsclojurebabashkagittechcoding
September 2022 Monthly Update

Read updates about Maria.cloud, Tablecloth and the final updates from our Q3 2021 long term projects with Bozhidar Batsov, Michiel Borkent, Dragan Djuric, Thomas Heller, and Nikita Prokopov.

76 inbound links article en
About this site

The technical history, influences, and design of the website.

0 inbound links article en essayhistorymemetawebweb development
"Writing C code in Java/Clojure: GraalVM specific programming"

One of the latest fashions in the Java world is GraalVM. For someone who has been around, I still remember the "Write once, run anywhere" slogan of Java virtual machine. Apparently, the wheel has spun back, now people want to write native code in Java, which has to be compiled …

1 inbound link article en notebook ClojureJavaGraalVM CC BY-NC-SA 4.0