Is this still a problem if you compile everything ahead of time?  I
noticed that if I make a jar with leiningen my clj files are included
in the jar but I assumed that it was just part of some dogma that I
should share my source code.

Also, I asked a similar question where I was concerned about the
things Timothy mentioned.  The one answer I got was pretty much that
if the Xbox version of .Net had everything Clojure needed the Xbox
just wouldn't run clojure very well.  Just like with Dalvik, the
Compact .Net handles GC poorly.

http://groups.google.com/group/clojure/browse_thread/thread/699d722f2632d3ce

On Sep 22, 1:32 pm, Timothy Baldridge <tbaldri...@gmail.com> wrote:
> First of all, MonoDevelop should be able to load the .sln
>
> As far as XNA...last I heard XNA did not have any support for emit,
> and as such is incapable of running any sort of jit code. Basically
> all .NET code has to be ahead-of-time compiled to run a XBOX via XNA.
> It's the same limitation that IronPython has
> (http://ironpython.codeplex.com/wikipage?title=FAQ).
>
> Timothy
>
>
>
> On Wed, Sep 22, 2010 at 3:06 PM, tsuraan <tsur...@gmail.com> wrote:
> > I have two (apparently unrelated) questions about ClojureCLR.
>
> > First, does Clojure 1.2 build under mono?  The clojure-clr tree only
> > appears to have a .sln file; is there some sane way to convert that to
> > a Makefile or a shell script that can be used under *nix?
>
> > Secondly, has anybody tried deploying a clojure-based app under XNA
> > (the XBox API)?  I've seen some basic howtos for F#-based XNA
> > development; I'd be interested in hearing about anybody's experience
> > doing this with Clojure.
>
> > Thanks for any input.
>
> > --
> > 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 this group, send email to
> > clojure+unsubscr...@googlegroups.com
> > For more options, visit this group at
> >http://groups.google.com/group/clojure?hl=en
>
> --
> “One of the main causes of the fall of the Roman Empire was
> that–lacking zero–they had no way to indicate successful termination
> of their C programs.”
> (Robert Firth)

-- 
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 this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to