Clojure STM vs Java Locks dissertation help data structure database connection

2012-03-02 Thread Riccardo
se the same data to perform operations in Clojure and in Java (one at a time) ? I know mySQL at least :P I really need some advice, I also would like to ear your opinion on the other points (2,3,4). Many thanks in advance!! Riccardo -- You received this message because you are subscribed to the Go

Re: Clojure STM vs Java Locks dissertation help data structure database connection

2012-03-03 Thread Riccardo
I am new with Functional Programmin and Clojure, so I am not really sure about what to do. Instead of connecting to a database, can I do this? 1 - define initial data, like a matrix of Refs 1 - generate random operations to execute: [ random-account-source-id(0, N_MAX) , random-account-destinat

Building Clojure applications w/ Maven

2011-12-06 Thread Riccardo
Hello, I am doing my dissertation project with Clojure and I am using Maven to build. It works on REPL and it build successfully, but the JAR file doesn't work, it says: "Java Exception" all the time. Any suggestion? -- You received this message because you are subscribed to the Google Groups "Cl

Re: Building Clojure applications w/ Maven

2011-12-07 Thread Riccardo
hanks! On Dec 7, 2:34 am, Richard Lyman wrote: > Can you provide the pom you're using? > > By 'build' do you mean AOT? > > -Rich > > > > > > > > On Tue, Dec 6, 2011 at 3:35 PM, Riccardo wrote: > > Hello, I am doing my dissertation

Re: Building Clojure applications w/ Maven

2011-12-07 Thread Riccardo
That Stuart Sierra? I am a fan of you :) and I have bought "Practical Clojure" (but not read much yet). Thanks, I'll try that solution! On Dec 7, 8:13 pm, Stuart Sierra wrote: > Adding the Main-Class attribute to a JAR manifest is handled, in Maven, by > the Assembly Plugin.  See here for example

Re: Building Clojure applications w/ Maven

2011-12-07 Thread Riccardo
Many thanks to everybody for the attention. I hope to be able to contribute to the clojure group soon... Thanks again Riccardo (Swansea University, UK) -- You received this message because you are subscribed to the Google Groups &qu

Re: Building Clojure applications w/ Maven

2011-12-07 Thread Riccardo
make-assembly package single ... 5- Build the project (with Netbeans just right click on the project) 6- Done On Dec 8, 12:42 am, Riccardo wrote: > Right I am finally getting closer: the generated j

Re: Arity count

2016-07-25 Thread Riccardo Di Meo
Hi! Il giorno mercoledì 19 agosto 2009 21:16:35 UTC+2, John Harrop ha scritto: > > On Wed, Aug 19, 2009 at 10:03 AM, Achim Passen > wrote: > >> Beware! This snippet relies on unexposed details of clojure's current >> implementation. It might stop working tomorrow, so it's definitely not >> intend