Re: [ClojureScript] AMD support

2016-08-19 Thread David Nolen
Maria Geller's blog posts are still the best source of information. Someone
should take the time to document this on the wiki and the new website.

More useful things that anyone can contribute.

I haven't yet had a need to use it myself so I can't offer any more
information.

David

On Fri, Aug 19, 2016 at 9:41 PM, Peter B. West 
wrote:

> Thanks David.
>
> Is this (what works and what doesn’t) spelled out anywhere, or is it all
> implicit knowledge.
>
> Peter
>
> > On 20 Aug 2016, at 9:53 am, David Nolen  wrote:
> >
> > Various bits work (and it appears quite well) but it needs more
> attending to than anybody currently actively involved in ClojureScript
> compiler work has time for at the moment.
> >
> > Definitely a great area for impactful contribution.
> >
> > David
> >
> > On Fri, Aug 19, 2016 at 7:47 PM, Peter B. West 
> wrote:
> > Last year Maria was working on support for AMD, Common JS and ES6
> modules for ClojureScript.  I notice that the closure-compiler wiki has a
> page about modules (https://github.com/google/closure-compiler/wiki/JS-
> Modules) that mentions ES6, Common JS and goog.module.  That page says
> that 20160517 or newer is required for full module interop.
> >
> > What’s the status of module support in ClojureScript?
> >
> > —
> > Peter West
> > p...@pbw.id.au
> > “‘Am I not allowed to do what I choose with what belongs to me?’”
> >
> > --
> > Note that posts from new members are moderated - please be patient with
> your first post.
> > ---
> > You received this message because you are subscribed to the Google
> Groups "ClojureScript" group.
> > To unsubscribe from this group and stop receiving emails from it, send
> an email to clojurescript+unsubscr...@googlegroups.com.
> > To post to this group, send email to clojurescript@googlegroups.com.
> > Visit this group at https://groups.google.com/group/clojurescript.
> >
> >
> > --
> > Note that posts from new members are moderated - please be patient with
> your first post.
> > ---
> > You received this message because you are subscribed to the Google
> Groups "ClojureScript" group.
> > To unsubscribe from this group and stop receiving emails from it, send
> an email to clojurescript+unsubscr...@googlegroups.com.
> > To post to this group, send email to clojurescript@googlegroups.com.
> > Visit this group at https://groups.google.com/group/clojurescript.
>
> --
> Note that posts from new members are moderated - please be patient with
> your first post.
> ---
> You received this message because you are subscribed to the Google Groups
> "ClojureScript" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to clojurescript+unsubscr...@googlegroups.com.
> To post to this group, send email to clojurescript@googlegroups.com.
> Visit this group at https://groups.google.com/group/clojurescript.
>

-- 
Note that posts from new members are moderated - please be patient with your 
first post.
--- 
You received this message because you are subscribed to the Google Groups 
"ClojureScript" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojurescript+unsubscr...@googlegroups.com.
To post to this group, send email to clojurescript@googlegroups.com.
Visit this group at https://groups.google.com/group/clojurescript.


Re: [ClojureScript] AMD support

2016-08-19 Thread Peter B. West
Thanks David.

Is this (what works and what doesn’t) spelled out anywhere, or is it all 
implicit knowledge.

Peter

> On 20 Aug 2016, at 9:53 am, David Nolen  wrote:
> 
> Various bits work (and it appears quite well) but it needs more attending to 
> than anybody currently actively involved in ClojureScript compiler work has 
> time for at the moment.
> 
> Definitely a great area for impactful contribution.
> 
> David
> 
> On Fri, Aug 19, 2016 at 7:47 PM, Peter B. West  wrote:
> Last year Maria was working on support for AMD, Common JS and ES6 modules for 
> ClojureScript.  I notice that the closure-compiler wiki has a page about 
> modules (https://github.com/google/closure-compiler/wiki/JS-Modules) that 
> mentions ES6, Common JS and goog.module.  That page says that 20160517 or 
> newer is required for full module interop.
> 
> What’s the status of module support in ClojureScript?
> 
> —
> Peter West
> p...@pbw.id.au
> “‘Am I not allowed to do what I choose with what belongs to me?’”
> 
> --
> Note that posts from new members are moderated - please be patient with your 
> first post.
> ---
> You received this message because you are subscribed to the Google Groups 
> "ClojureScript" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to clojurescript+unsubscr...@googlegroups.com.
> To post to this group, send email to clojurescript@googlegroups.com.
> Visit this group at https://groups.google.com/group/clojurescript.
> 
> 
> -- 
> Note that posts from new members are moderated - please be patient with your 
> first post.
> --- 
> You received this message because you are subscribed to the Google Groups 
> "ClojureScript" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to clojurescript+unsubscr...@googlegroups.com.
> To post to this group, send email to clojurescript@googlegroups.com.
> Visit this group at https://groups.google.com/group/clojurescript.

-- 
Note that posts from new members are moderated - please be patient with your 
first post.
--- 
You received this message because you are subscribed to the Google Groups 
"ClojureScript" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojurescript+unsubscr...@googlegroups.com.
To post to this group, send email to clojurescript@googlegroups.com.
Visit this group at https://groups.google.com/group/clojurescript.


Re: [ClojureScript] AMD support

2016-08-19 Thread David Nolen
Various bits work (and it appears quite well) but it needs more attending
to than anybody currently actively involved in ClojureScript compiler work
has time for at the moment.

Definitely a great area for impactful contribution.

David

On Fri, Aug 19, 2016 at 7:47 PM, Peter B. West 
wrote:

> Last year Maria was working on support for AMD, Common JS and ES6 modules
> for ClojureScript.  I notice that the closure-compiler wiki has a page
> about modules (https://github.com/google/closure-compiler/wiki/JS-Modules)
> that mentions ES6, Common JS and goog.module.  That page says that 20160517
> or newer is required for full module interop.
>
> What’s the status of module support in ClojureScript?
>
> —
> Peter West
> p...@pbw.id.au
> “‘Am I not allowed to do what I choose with what belongs to me?’”
>
> --
> Note that posts from new members are moderated - please be patient with
> your first post.
> ---
> You received this message because you are subscribed to the Google Groups
> "ClojureScript" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to clojurescript+unsubscr...@googlegroups.com.
> To post to this group, send email to clojurescript@googlegroups.com.
> Visit this group at https://groups.google.com/group/clojurescript.
>

-- 
Note that posts from new members are moderated - please be patient with your 
first post.
--- 
You received this message because you are subscribed to the Google Groups 
"ClojureScript" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojurescript+unsubscr...@googlegroups.com.
To post to this group, send email to clojurescript@googlegroups.com.
Visit this group at https://groups.google.com/group/clojurescript.


[ClojureScript] AMD support

2016-08-19 Thread Peter B. West
Last year Maria was working on support for AMD, Common JS and ES6 modules for 
ClojureScript.  I notice that the closure-compiler wiki has a page about 
modules (https://github.com/google/closure-compiler/wiki/JS-Modules) that 
mentions ES6, Common JS and goog.module.  That page says that 20160517 or newer 
is required for full module interop.

What’s the status of module support in ClojureScript?

—
Peter West
p...@pbw.id.au
“‘Am I not allowed to do what I choose with what belongs to me?’”

-- 
Note that posts from new members are moderated - please be patient with your 
first post.
--- 
You received this message because you are subscribed to the Google Groups 
"ClojureScript" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojurescript+unsubscr...@googlegroups.com.
To post to this group, send email to clojurescript@googlegroups.com.
Visit this group at https://groups.google.com/group/clojurescript.