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

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) ,

Clojure STM vs Java Locks dissertation help data structure database connection

2012-03-02 Thread Riccardo
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 Google Groups

Re: Building Clojure applications w/ Maven

2011-12-07 Thread Riccardo
AOT? -Rich On Tue, Dec 6, 2011 at 3:35 PM, Riccardo riccardo.novie...@gmail.com wrote: 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

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 the.stuart.sie...@gmail.com wrote: Adding the Main-Class attribute to a JAR manifest is handled, in Maven, by the Assembly

Re: Building Clojure applications w/ Maven

2011-12-07 Thread Riccardo
Riccardo (Swansea University, UK) -- 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

Re: Building Clojure applications w/ Maven

2011-12-07 Thread Riccardo
-- goals goalsingle/goal /goals /execution /executions /plugin ... 5- Build the project (with Netbeans just right click on the project) 6- Done On Dec 8, 12:42 am, Riccardo riccardo.novie...@gmail.com wrote: Right I am finally getting

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