[no subject]

2019-07-18 Thread 'David Bürgin' via Clojure
I’m an email user. For some reason official announcements (by Alex Miller) don’t get sent out via email, they only appear in the Google Groups web interface. Replies (and all other messages) do land in my inbox, though. Something wrong with your email Alex, or is it Google Groups? -- You receive

[no subject]

2015-02-26 Thread Cecil Westerhof
At the moment I have the following code: (str "" "" "" "Quote" "Author" "") But I want to make it more generic: the th lines should be data-driven. There is a headers variable and when this contains: '(:quote "Quote" :author "Author") Then the

[no subject]

2014-06-23 Thread Sunil S Nandihalli
Hi Everybody, I have the following lein setup. sunil@ubuntu-14:~/rabbit/rabbit-clj$ lein version Leiningen 2.4.2 on Java 1.7.0_55 OpenJDK Server VM I get the following exception when i run "lein repl" can somebody tell me as to what could be wrong? Exception in thread "main" java.lang.IllegalA

[no subject]

2012-07-29 Thread John Holland
I'm doing some exercises in coding that are meant for Java but I'm doing them in Clojure. I'm stuck on this one. The goal is to return true if an array of ints contains two consecutive 2s. I figured I'd use Stuart Halloway's by-pairs function to turn the sequence into pairs of numbers and check for

[no subject]

2012-04-02 Thread Softaddicts
-- Softaddicts sent by ibisMail! -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe

[no subject]

2012-01-11 Thread Mark Colburn
-- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to cloj

[no subject]

2011-11-15 Thread Benjamin L. Russell
http://www.ultimateabguide.com/wp-content/themes/default/images/hello.php -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient

[no subject]

2011-07-15 Thread Joel Dice
Hi all, I thought I'd share the results of a fun little excercise I did this morning: running Clojure on a VM with native support for tail call optimization and first class continuations. Any Schemers on this list will probably appreciate it. The VM in question is Avian (http://oss.readytal