Fork me on GitHub
#juxt
<
2017-02-27
>
malcolmsparks17:02:30

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

malcolmsparks17:02:00

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

richiardiandrea17:02:10

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

malcolmsparks17:02:28

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

richiardiandrea17:02:32

not urgent of course

malcolmsparks17:02:46

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

richiardiandrea17:02:12

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

richiardiandrea17:02:38

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

malcolmsparks17:02:14

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

richiardiandrea17:02:59

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

richiardiandrea17:02:06

actually, in the issue is better

richiardiandrea17:02:38

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

richiardiandrea17:02:36

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

richiardiandrea17:02:29

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 😄