nandi/libjavapublic Fork 0
main
Commits
Clone
git clone https://git.rickub.com/nandi/libjava.git
git clone ssh://git@rickub.com/nandi/libjava.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

Add a Clojure interop example 0f4b377 · on main · nandithebull · 2h ago
deps.edn · 5 lines · 301 BClojure Blame HistoryRaw
1
2
3
4
5
;; Dependencies for the Clojure interop example (examples/clojure_demo.nim).
;; `just clojure` turns this into build/clojure-classpath via `clojure -Spath`.
;; The Nim library itself needs none of this -- only a JDK.
{:paths ["examples/clojure"]
 :deps  {org.clojure/clojure {:mvn/version "1.12.5"}}}