This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-09-24
Channels
- # announcements (30)
- # asami (9)
- # babashka (37)
- # beginners (120)
- # calva (26)
- # cider (3)
- # clara (9)
- # clj-commons (7)
- # clj-kondo (17)
- # cljsrn (2)
- # clojure (32)
- # clojure-europe (56)
- # clojure-nl (1)
- # clojure-norway (13)
- # clojure-uk (4)
- # clojurescript (34)
- # conjure (1)
- # copenhagen-clojurians (8)
- # core-async (21)
- # cursive (2)
- # datahike (2)
- # datascript (5)
- # events (4)
- # fulcro (32)
- # graalvm (10)
- # heroku (3)
- # introduce-yourself (1)
- # jobs (2)
- # lsp (3)
- # luminus (1)
- # malli (8)
- # meander (15)
- # minecraft (1)
- # nrepl (2)
- # off-topic (57)
- # pathom (2)
- # polylith (35)
- # reagent (6)
- # reitit (8)
- # releases (1)
- # rewrite-clj (7)
- # shadow-cljs (21)
- # timbre (4)
- # tools-build (1)
- # tools-deps (33)
- # vrac (8)
Perhaps I should post this in #beginners, but it's very graal-specific. I'm trying to use graal-build-time but I'm confused about the instructions: Just include this library on your classpath in your native-image build, that's it.
What does this mean for someone using Lein?
Means. Add it to your dependencies 😇:man-bowing:
Ah, it's that simple. 🙂
Thanks.
You welcome Johan. clj-easy makes stuff easy :D
Thanks for feedback though @U02DW53HCSE, I’ll rephrase dos to include the word “dependencies” to make it even easier to grok!
Is https://github.com/clj-easy/graal-build-time/blob/main/README.md#usage @U02DW53HCSE ?
@UE21H2HHD, that's clear enough. Great!