Thanks Marko! However, I am looking at using this for a new project
and I am going to try to treat javascript as nothing more the
assembler for the browser. That being the case I am really going to
try to avoid worrying too much about how Clojurescript compiles to
Javascript.

The other side of that, is I love the idea of whole program
compilation in the style of mlton. If that can actually be a
reality. That means having the clojurescript source of all my
dependencies so I can get the benifits of that type of compilation.

On Tue, Aug 9, 2011 at 9:40 AM, Marko Kocić <marko.ko...@gmail.com> wrote:
> If you mark your public functions with ^:export, even advanced optimization
> will keep those functions intact.
> You can campile your library into js, and distribute that file.
> You can use this compiled file just as any other Closure compatible
> javascript library.
> Regards,
> Marko
>
> --
> 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

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