juxt

malcolmsparks 2017-02-27T17:41:30.000046Z

hi @richiardiandrea - that's cool - we've been discussing various approaches for this and this is really nice imo

malcolmsparks 2017-02-27T17:42:00.000047Z

it s a nice idea for mach to bootstrap itself using itself

richiardiandrea 2017-02-27T17:42:10.000048Z

hey @malcolmsparks I have a repro repo if you guys want to have a look 😄

👍 1
malcolmsparks 2017-02-27T17:42:28.000050Z

but also, we're trying to figure out how to add Aero cljs (and other things) to Mach dynamically

richiardiandrea 2017-02-27T17:42:32.000051Z

not urgent of course

malcolmsparks 2017-02-27T17:42:46.000052Z

I'm struggling to figure out how to require things dynamically - have you figured that bit out yet?

malcolmsparks 2017-02-27T17:42:48.000053Z

yes please!

richiardiandrea 2017-02-27T17:43:12.000054Z

also yesterday I was try to use an or in my novetly part

richiardiandrea 2017-02-27T17:43:38.000055Z

but for some reason it was not behaving correctly, probably I need a function there, macros don't work?

malcolmsparks 2017-02-27T17:44:14.000056Z

yes, I've hit the same issue - I'm still climbing up the cljs learning curve

richiardiandrea 2017-02-27T17:44:59.000058Z

ok let me check that again today and I will post the repo here

richiardiandrea 2017-02-27T17:45:06.000059Z

actually, in the issue is better

richiardiandrea 2017-02-27T17:53:09.000060Z

https://github.com/juxt/mach/issues/15

richiardiandrea 2017-02-27T17:53:38.000062Z

also, it would be great to have a require section where you can specify things that can be used inside a target

richiardiandrea 2017-02-27T17:54:36.000063Z

It is something I really miss from boot, I can basically use arbitrary code basically...when more libs will support self-host 😄

richiardiandrea 2017-02-27T17:55:29.000064Z

and finally, if you guys want more control over the evaluation, if I can self plug myself, you should have a look at replumb https://github.com/Lambda-X/replumb 😄