hi @richiardiandrea - that's cool - we've been discussing various approaches for this and this is really nice imo
it s a nice idea for mach to bootstrap itself using itself
hey @malcolmsparks I have a repro repo if you guys want to have a look 😄
but also, we're trying to figure out how to add Aero cljs (and other things) to Mach dynamically
not urgent of course
I'm struggling to figure out how to require things dynamically - have you figured that bit out yet?
yes please!
also yesterday I was try to use an or
in my novetly
part
but for some reason it was not behaving correctly, probably I need a function there, macros don't work?
yes, I've hit the same issue - I'm still climbing up the cljs learning curve
ok let me check that again today and I will post the repo here
actually, in the issue is better
also, it would be great to have a require
section where you can specify things that can be used inside a target
It is something I really miss from boot
, I can basically use arbitrary code basically...when more libs will support self-host 😄
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 😄