¿Clojure en España? - Clojure in Spain?

2010-09-03 Thread soyrochus
¿Hay alguien que están utilizando Clojure, profesionalmente o de otro tipo, en España? Si es así, tal vez podríamos poner algo en marcha, como un encuentro o el comienzo de un grupo de usuarios de Clojure . Estilo Español... -- Anyone around who uses Clojure in Spain? Professionally, for study

Re: PDF generation with Clojure?

2010-06-10 Thread soyrochus
I am using Clojure to prototype integration of JasperReports in Spring. That works very well. JasperReports is a quite capable report generator/library (Open Source with commercial support) which allows for the generation of pdf, MS Office ((MS Word, Excel, Powerpoint) and Open Office documents

Obtaining Clojure version: JVM or CLR?

2010-03-02 Thread soyrochus
Hi there, I'm currently experimenting with ways to make a program portable across both Clojure and ClojureCLR (using IKVM). Currently there doesn't seem to be a documented way to get the _canonical_ answer about on which platform a program runs. The *clojure-version var contains a map like

ClojureCLR and swank-clojure: port to .NET or using IKVM?

2010-03-01 Thread soyrochus
Hi all, I would love to be able to use Emacs/SLIME with ClojureCLR. Swank- clojure does not run directly on CLojureCLR of course. I would not mind spending some time to get this working but perhaps someone already has accomplished this. So my question is: has anyone undertaken a full port of

Re: clojure-clr how to reference assemblies?

2010-02-24 Thread soyrochus
Hi, Some assemblies are loaded by default an can be used directly. But like IronPython, you will need to *explicitly* load most assemblies to be imported into your program. This differs from C# which does it under the hood. The Assemblies can be loaded from the GAC or from a dll if it is not

Re: clojure-clr how to wire up a delegate

2010-02-24 Thread soyrochus
Hi Adam, You need to use the gen-delegate macro to create delegates, See http://wiki.github.com/richhickey/clojure-clr/clr-interop The signature of the macro is (gen-delegate Type [args] body) whereby in case of event-handlers you would typically use the EventHandler class. The code becomes

Literature or examples about practical functional program structure, architecture

2010-02-21 Thread soyrochus
Hi all, I've been playing around with Clojure off and on for a while now. I like it enough that I'm considering using it to implement an admin interface to MongoDB (a rather serious itch which I've been aching to scratch for a while now). Question is: how to tackle a program of considerable

Re: offtopic - where are you come from? (poll)

2008-10-17 Thread soyrochus
So wherever are you come from, be proud and say it. Dutch expat, living in Valencia, Spain --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email to