Re: Any interest in a data-driven build tool?

2016-10-15 Thread Colin Yates
I can't offer any time unfortunately but you can certainly have a
chunk of my interest - will be fascinating to see how this pans out.

On 15 October 2016 at 15:46, James Reeves  wrote:
> I've been playing around with an idea for a new build tool that I'm
> currently calling "Hop", and I was wondering if there was any interest from
> the community.
>
> I've gotten the barest minimum working here:
> https://github.com/weavejester/hop
>
> Hop uses a data-driven build file, and rather than executing tasks directly,
> it builds a bash script which is then cached and executed. If the build file
> remains the same, Hop uses the cached script directly.
>
> After the cache is established, this should make Hop faster than Leiningen,
> while maintaining process isolation. It also opens up the possibility of
> preloading a pool of VMs to get around load times.
>
> I'll be working on this every so often whenever I'm between projects, but if
> anyone else wants to get involved, I've set up some issues for features that
> should be good starting points.
>
> - James
>
> --
> 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 unsubscribe from this group and stop receiving emails from it, send an
> email to clojure+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Any interest in a data-driven build tool?

2016-10-15 Thread James Reeves
I've been playing around with an idea for a new build tool that I'm
currently calling "Hop", and I was wondering if there was any interest from
the community.

I've gotten the barest minimum working here:
https://github.com/weavejester/hop

Hop uses a data-driven build file, and rather than executing tasks
directly, it builds a bash script which is then cached and executed. If the
build file remains the same, Hop uses the cached script directly.

After the cache is established, this should make Hop faster than Leiningen,
while maintaining process isolation. It also opens up the possibility of
preloading a pool of VMs to get around load times.

I'll be working on this every so often whenever I'm between projects, but
if anyone else wants to get involved, I've set up some issues for features
that should be good starting points.

- James

-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.