this is in reference to the followng article
http://blog.safaribooksonline.com/2013/08/06/two-simple-clojure-tricks-with-values/
wherin it says any value ( function , vector , other data structure of clj)
can be used as key for a hashed map.
can anybody enlighten how is it useful if functi
Any IDE provides the feature found in DrRacket ,that is it auto completes
the corresponding
[ or ( . by pressing ) . Keep on pressing ) in DrRacket will
autocomplete the square or round bracket.
Clojure IDE feature shld be for completing { , [ , ( ... and so on.
Thanks
A
--
--
You rec
Dear
How to send validate the input and then send all errors at a time .?
I am using luminus , the doc shows send one error at a time.
Thanks in advance
A
--
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojur
i liked the emacs chapter . Pl update on how to use emacs with a clojure
project structure generated by lein
On Monday, September 2, 2013 9:05:52 PM UTC+5:30, Daniel Higginbotham wrote:
>
> Hi all,
>
> I've been putting together http://www.braveclojure.com/ and would love
> feedback. I've tri
I want to generate sql string using clojure.java.jdbc.sql for eg.
"SELECT B.ID , B.TITLE ,B.AUTHOR , C.CATEGORY , S.STATUS
FROM BOOK B ,CATEGORY C , STATUS S
WHERE (B.CATEGORY_ID=C.ID) AND
(B.STATUS_ID = B.ID) AND
(B.TITLE LIKE "%TOM%")"
How to do this usi
Thanks
On Monday, September 9, 2013 12:10:13 PM UTC+5:30, Sean Corfield wrote:
>
> The basic DSL cannot do 'like' so you probably want to look at
> HoneySQL which is the recommended way to extend clojure.java.jdbc.
>
>
> On Sun, Sep 8, 2013 at 11:07 PM, Abraham >
i like this one : http://bridgethillyer.github.io/simplicity-ws/#/
On Thursday, August 21, 2014 3:36:29 PM UTC+5:30, Cecil Westerhof wrote:
>
> I am far from an expert on Clojure, but I am thinking about giving a talk
> about it on an Open Source event.
>
> Any tips about what to treat and
still i am not getting , i meant to say that , i want to use
clojure.contrib. libraries , how to make it work with my system . from
where this lib has to copied and which directory to copy...
may be lib is clj's files
Anybody'
Thanks in advance
AV
On Sep 7, 11:02 am, Abraham Vargh
Dear all ,
any link where to find examples of clojure code used in business
appl. , domain model , etc
thanks
abraham
--
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
oop.
Thanks in advance
Abraham
--
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 unsubscr
Thanks a lot .. really good
On Oct 6, 5:39 pm, B Smith-Mannschott wrote:
> On Wed, Oct 6, 2010 at 08:49, Abraham wrote:
> > Dear All ,
>
> > I wanted to list the files of a folder , if a folder within , then it
> > should list the files of that folder and so on.. ie re
k is not global binding so it does not resolve
let helps to define local binding
thanks
Abraham
On Oct 10, 2:09 pm, Ulises wrote:
> >> What is it I get wrong?
>
> As the others said, you have no expressions being evaluated in the
> body of let and hence you get nil. The way I
Dear friends
I am trying to parse xml file
following is code
(def xml-file "d:/clj/xmlfiles/orders.xml")
(def xmldata (clojure.xml/parse xml-file))
(println xmldata)
Output is :
{:tag :order, :attrs {:orderid 1/2011}, :content [{:tag :party, :attrs nil,
:con
tent [ XYZ Ltd ]} {:tag :address,
sorry i forgot to show order.xml
--
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 f
forgot ...Here is the order.xml
XYZ Ltd
Abcd
xyz
123
in
--
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 ar
new to Emacs Ide . How Clojurebox differs from Emacs ?
Which will be better to get full power of emacs
Thanks
Mark Engelberg wrote:
> On Wed, Jan 12, 2011 at 9:56 AM, Philip Hudson wrote:
> > I have something like this:
> >
> > (setq desktop-dirname "/foo/bar"
> > desktop-path '("/foo/b
Dear all ,
how to get api download/generate for various lib such as contrib , enlive
,etc.
thanks
--
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 mod
sorry , i want the documentation .which are the functions available ...
etc?
--
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
how to get api docs for libraries such as enlive , etc?
--
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 p
ts and contributions! You can contact us through this
thread,
email , or Twitter <@sabraham>.
Sunil Abraham
Two Sigma Open Source, LLC
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@goog
Watch Chas Emerick video ...
Read Clojure Programming by Chas
On Saturday, May 4, 2013 11:31:48 AM UTC+5:30, nre...@yahoo.com wrote:
>
> Can anybody give me a link/websites of codes for BEGINNERS FOR CLOJURE?
> thanks a lot...
>
--
--
You received this message because you are subscribed to
How to exit from REPL?
--
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 gro
How to know which are built in forms available ie functions available
and its syntax?
--
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
I cannot understand between ( next aseq) and ( rest aseq) ...
Thanks
AV
--
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 patien
Dear all ,
How to get external clojure libs workng in my system? like
clojure.contrib , etc?
Thanks in advance
AV
--
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
Dear all ,
How to get external clojure libs workng in my system? like
clojure.contrib , etc?
Thanks in advance
AV
--
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
Hello Sunil ,
Using windows xp , just got into clojure , not much knowledge
Thanks
AV
On Sep 6, 8:00 pm, Sunil S Nandihalli
wrote:
> Hi Abraham,
> Make sure that the jar file of the "external" library you are referring to
> is in path. If you are developing clojure code
27 matches
Mail list logo