You cannot post messages because only members can post, and you are not currently a member.
Description:
Discussion of the Clojure programming language
|
|
|
new grojure version
|
| |
grojure 0.7.1 is out at [link] Grojure is a Javalike syntactic shell for Clojure using Kern, Amando Blancas' port of Haskell's Parsec, a monadic parser combinator library. Because Grojure's grammar will expand and change, it's probably of most use to Clojure/Kern developers as an example of Kern usage for now. The one... more »
|
|
unlicensed clojure code/jar/uberjar ?
|
| |
Hi. Can I release my clojure code under unlicensed?
[link]
Maybe the code and the jar can be, right? But how about the uberjar which
includes clojure itself which is under EPL?(for example I cannot dist the
uberjar under GPL) Is my code being unlicensed like that work ok with
clojure's EPL? Or does EPL prevent this? so in effect then I cannot... more »
|
|
seancorfield /clj-soap
|
| |
Hoping someone has already explored this. Has anyone ever used clj-soap as a client and managed to pass in Basic authentication credentials?
I tried putting them into the URL to the WSDL but that did seem to work…
Off to read up on Axis 2…
|
|
Getting highlighted clojure code into a presentation
|
| |
Hi folks - I had to prepare some slides for a conference, and I struggled
to get nice looking clojure code onto a slide. I eventually arrived at the
following, but it's awfully clunky:
* write code in emacs
* turn off rainbow delimiters as html-fontify doesn't like them
* M-x load-theme whiteboard (for high contrast)... more »
|
|
core.logic: Negation As Failure
|
| |
I've finally got around to adding a negation as failure operator `nafc` to
core.logic. The constraint framework has allowed this to be done while
avoided the many pitfalls you might encounter with this operator in Prolog.
You can now write things like the following:
(run* [q]
(membero q '(:a :b :c :d))... more »
|
|
asm-based clojure yet?
|
| |
Ok, weird question: is there some clojure port on assembler yet? Even
if(/especially if) it doesn't have jvm/java/javalibs support
Or should I just check [link] ?
I'm mainly interested in low memory footprint and fast startup times (does
clojure-clr have that?)... more »
|
|
|