Re: clojure

2018-09-30 Thread venkata sai
> > > On Monday, 1 October 2018 10:18:22 UTC+5:30, venkata sai wrote: >> >> this is different one. you want to map thier respective type and put it >> in a set of maps >> >> On Monday, October 1, 2018 at 10:16:11 AM UTC+5:30, Pankaj Doharey wrote: >>

Re: clojure

2018-09-30 Thread venkata sai
> (onto/defconcept >HOSPICE_ENC) > > this has the same premise as your previous question in this post > https://groups.google.com/forum/#!topic/clojure/nrAeWCLC-Vc > > I think you should consider learning clojure https://braveclojure.com/ > > On Monday, 1 October 2018 09

clojure

2018-09-30 Thread venkata sai
can anyone provide me a way how to solve this pproblem. i have to map these items based on thier input type . the output will be .clj file i have attached. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@

Re: clojure code routine

2018-09-27 Thread venkata sai
Thank you . On 28 Sep 2018 00:23, "Robert Levy" wrote: > At this point I've given you everything you need to solve your problem. > Look it over now and you'll be able to figure it out. Best of luck! > > On Thu, Sep 27, 2018 at 11:51 AM venkata sai > wrote: &

Re: clojure code routine

2018-09-27 Thread venkata sai
~name-sym ~desc-string > ~name-string))) > :append true))) > > Generates this in /tmp/clinic.clj > > (onto/defconcept hospice-enc "hospice enc" "HOSPICE_ENC") > (onto/defconcept hospice-env "hospice env" "HOSPICE_ENV") > >

Re: clojure code routine

2018-09-27 Thread venkata sai
Yes thank you I will try with this approach..but how do I take parameters in macros On 28 Sep 2018 00:06, "Robert Levy" wrote: > Actually, if you are trying to write out to a file, then instead do this > > (doseq [[name-sym desc-string name-string] (prepare-data spreadsheet)] > (spit "clinic.c

Re: clojure code routine

2018-09-27 Thread venkata sai
? > > > On Thu, Sep 27, 2018 at 10:53 AM venkata sai > wrote: > >> thanks for your helping nature. my question is as simple as that by using >> macros i need to autogenerate code in the clinic.clj file with csv file as >> input >> >> On Thursday,

Re: clojure code routine

2018-09-27 Thread venkata sai
#x27;ve tried, and what is tripping you up. > > On Thu, Sep 27, 2018 at 8:11 AM venkata sai > wrote: > >> yes i know but my issue is how to generate a template >> >> On Thursday, September 27, 2018 at 8:24:49 PM UTC+5:30, Robert P. Levy >> wrote: >>> >>

Re: clojure code routine

2018-09-27 Thread venkata sai
yes i know but my issue is how to generate a template On Thursday, September 27, 2018 at 8:24:49 PM UTC+5:30, Robert P. Levy wrote: > > I'm sure you've seen this, but you should check out > https://github.com/clojure/data.csv > > On Thu, Sep 27, 2018 at 7:52 AM venka

Re: clojure code routine

2018-09-27 Thread venkata sai
t of > a codebase that was retired when a company was acquired) to show someone > how to get data from Google Sheets, but the aspect relevant to your > question is where the CSV file's data is used to generate a Clojure file > defining a one big vector of maps. > > On Thu, Sep

Re: clojure code routine

2018-09-27 Thread venkata sai
what is the objective here that you trying to > achieve? > > > On Thursday, 27 September 2018 13:02:53 UTC+5:30, venkata sai wrote: >> >> hii i have attached wrong files.. i have a csv file as input i want to >> write a code to autogenerate output file as .clj file by usin

Re: clojure code routine

2018-09-27 Thread venkata sai
o code. What > are you trying to do here? Is this homework? > > On Wednesday, 26 September 2018 17:27:08 UTC+5:30, venkata sai wrote: >> >> i have attached csv file and my output file here.. could anyone help me >> autogenerate code by using macros that should be

clojure code routine

2018-09-26 Thread venkata sai
i have attached csv file and my output file here.. could anyone help me autogenerate code by using macros that should be in the output file -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.co

clojure

2018-09-26 Thread venkata sai
can anyone know how to autogenerate code in clojure from csv file. i have a template such that by using macros we can convert that into a template.. i donot know hoe to do it. anyone help me -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to

Re: clojure automation

2018-09-25 Thread venkata sai
hiii , i want to create a template from csv data... i am posting the link below.. it is just like autogenerating the code.. https://github.cerner.com/Synapse/event-rules/blob/master/src/main/clojure/hi/kern/qip/kern_qip_flow.clj#L454-L551 On Tuesday, September 25, 2018 at 6:51:44 PM UTC+5:30, He

clojure automation

2018-09-25 Thread venkata sai
I want to automate csv file to clojure file. anyone know how to do it? -- 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 wit