Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Group info
Language: English
Group categories:
Computers > Programming
More group info »
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 9669  Older »

You cannot post messages because only members can post, and you are not currently a member.
Description: Discussion of the Clojure programming language
 

(#({:a %}) :b) 
  The expression (#({:a %}) :b) should evaluate to {:a :b}, but raises an exception instead: Wrong number of args (0) passed to: PersistentArrayMap This is a pretty irritating bug and makes the #% form essentially unusable for me, because I cannot rely on it but have to always second guess if its use is safe in the current context or not.... more »
By Steven Obua  - Jun 3 - 8 new of 8 messages    

How to use the :use form in clojurescript 
  Hi, I am using enfocus where the macros can be used in this manner (from enfocus's site)- (ns my.namespace (:require [enfocus.core :as ef]) (:require-macros [enfocus.macros :as em])) (defn start [] (em/at js/document [“body”] (em/content “Hello world!”))... more »
By Murtaza Husain  - Jun 3 - 5 new of 5 messages    

ANN Neocons, a feature rich Neo4j Server REST API client for Clojure 
  Neocons [1] is a feature rich Clojure client for the Neo4J Server REST API. While it is not a young project, with the recent RC1 release it's time to properly announce it here. What can you do with Neocons? * Use Neo4J Server the same way you'd use MySQL, without open sourcing your app or putting up 6 or 24K EUR for a license.... more »
By Michael Klishin  - Jun 3 - 1 new of 1 message    

Leiningen 2.0.0-preview6 released 
  ... I've just pushed out 2.0.0-preview6; sorry for the inconvenience. ... * Allow lookup of :repositories credentials from environment variables. * Perform more SSL certificate validity checks. * Fix a bug where repl dependency was conflicting. * Add certificate for Clojars to default project settings.... more »
By Phil Hagelberg  - Jun 3 - 3 new of 3 messages    

Future milestones of ClojurescriptOne ? 
  Hi, Are there any plans to release further milestones of ClojureScriptOne, its an awesome project, and a great learning tool. I see the current milestone of M003 has also not been released. Thanks, Murtaza
By Murtaza Husain  - Jun 2 - 1 new of 1 message    

lazy-cat infinite realization on empty seq 
  Hi, This has probably been asked a million times but I couldn't find anything. Why the following triggers infinite realization of the infinite lazy seq and how I can work around it and make it stop when f1 returns an empty seq, (defn f1 [] (println "hello") []) (defn f2 [] (lazy-cat (f1) (f2)))... more »
By michaelr524  - May 31 - 2 new of 2 messages    

Using Clojure internal libraries in another project 
  Hello all, We're interested in using some of Clojure's internal libraries (in particular, it's STM implementation), in the runtime for another programming language. We were wondering if anyone had attempted this before, and if there are any things to keep in mind along the way. Cheers, Edward... more »
By Edward Yang  - May 29 - 3 new of 3 messages    

clojure.java.jdbc byte[] result type question 
  Hi. I've got a clojure.java.jdbc result coming back as a byte[]. Its from a GROUP_CONCAT on an int(10) field. In the mysql client the result is: '1,2,4,6,7,19,24,32,54,152'. I am unsure how to extract this result properly in clojure… (println (seq (somevar))) gives me an unexpected result: (49 44 50 44 52 44 54... more »
By rossputin  - Jun 1 - 3 new of 3 messages    

Learning clojure: debugging? 
  I'm early in the process of learning clojure, and am hoping that the community has suggestions for a frustration I've run into. Preamble: as a learning exercise, I'm porting a hex-grid geometry library I originally wrote in Haskell. Here's the relevant bit: (ns hex.core) (def origin {:x 0 :y 0 :z 0})... more »
By Abraham Egnor  - Jun 1 - 12 new of 12 messages    

1 - 10 of 9669   « Newer | Older »

XML       Send email to this group: clojure@googlegroups.com