¿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
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 et
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
{:int
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 swan
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 then
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 loa
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 size?
> 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 clojure@googlegroup
I am working on a Clojure plugin for jEdit. Currently you can use
Clojure source as jEdit macros and evaluate source directly from a
buffer. Next step is the incorporation of a REPL.
The first try proved to be a bit more troublesome than I had expected.
Apart from me being wrong footed by jEdit´s
Hi all,
I have been playing with Clojure. Impressive indeed. I´ve got two
questions. Please consider these to be idle speculation (and as such
worthy of your attention) and no "feature requests".
First, is there any intention to make Clojure self hosting? No
technical barriers here, I guess, but
10 matches
Mail list logo