python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How is my clojure import of a class from a local jar file not working?
I've been trying to import a class from a local jar file into a Clojure program (this is a cli project and my dev environment is Calva in VSCode in Windows 10). My project file is at C:\Users\fadrian\...
Frank Adrian
Votes: 0
Answers: 1
Using Java to paint on an X11 window by ID
My goal is to use Java libraries to paint on an X11 window. The problem is I want to do this on a window that already exists and that I know the window ID of it. I've done this with C and Rust, but wo...
robbie.huffman
Votes: 0
Answers: 0
How to batch process values on a channel
I'm trying to figure out how to batch incoming requests, do an action with the values in those requests, and then return the result of that action to each request. A slightly simplified version of my ...
DazedAndConfused
Votes: 0
Answers: 2
clojure next.jdbc database connection via configuration, without adding driver as dependency
I'm writing a sql tool in clojure that should be able to connect to any database.
Something like a light version of HeidiSQl or DBeaver.
I'm using next.jdbc.
Unfortunately the documentation states: JD...
Pasduti
Votes: 0
Answers: 0