this post was submitted on 17 Jan 2025
2 points (100.0% liked)

Clojure programming language discussion

478 readers
3 users here now

Clojure is a Lisp that targets JVM and JS runtimes

Finding information about Clojure

API Reference

Clojure Guides

Practice Problems

Interactive Problems

Clojure Videos

The Clojure Community

Clojure Books

Tools & Libraries

Clojure Editors

Web Platforms

founded 5 years ago
MODERATORS
 

Where to store your (image) files in Leiningen project, and how to fetch them?

https://clojure-diary.gitlab.io/2025/01/17/where-to-store-your-image-files-in-leiningen-project-and-how-to-fetch-them.html

Notes Create new app using: $ lein new app image_in_resources Place clojure_diary-logo.png in resources/images/ folder. project.clj content: (defproject image_in_resources "0.1.0-SNAPSHOT" :description "FIXME: write description" :url...

#clojure #clj #cljs [email protected] @clojure

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here