B. Kelly
B. Kelly
I'm guessing that by the second one you meant ``` first:u4 { u4 s$first } ``` ? If so, yeah, that's probably the way to do it - numeric backreferences...
Thinking on it more, I really like the idea of a leading . to indicate temp values: ``` local str = unpack(".length:u4 s$.length") ``` It's concise, easy to parse, familiar...
848fd7204706b133552f2cd69c1fac2e7db9215b implements this, although the syntax and API are still a work in progress; I'm not ready to mark this closed (or cut a new release) until I'm happy with...
Can you post the code that produces this error?
This might be related to #21, but as I don't have an XBL account I have no way of testing or resolving this.
I've never used Eclipse, but all of the source code *is* in the jar: $ unzip -l bltool-0.2.2-standalone.jar | grep bltool | grep clj 1021 12-12-2015 13:19 META-INF/leiningen/bltool/bltool/project.clj 12327 02-10-2015...
I've never really worked on calling Clojure from Java, but [this section of the Clojure/Java Interop manual](https://clojure.org/reference/java_interop#_calling_clojure_from_java) may be helpful -- it looks like you can just load the jar,...
Sorry, I thought I'd added something to the README about this, but apparently not -- this repo is no longer maintained, as I no longer use backloggery and haven't for...
Updated the README.
I can't see anything in the code that would affect this -- what shell are you using, and how are you quoting the password? Is it possible you're using a...