-
Notifications
You must be signed in to change notification settings - Fork 10
Conversation
This almost looks like a separate project. Basically in bootstrap cljs the macros don't need to go in Also some helpers like I opened the PR because I wanted to get feedback on possible approaches, for instance if you'd like to support such effort is have the need. |
@arichiardi Thanks for trying this out. One thing to note is that I'm working on a successor to this library, and to eulalie, which I should be releasing in the next month or so - which shrinks the number of third party dependencies, and adds browser support. The major user facing difference is comprehensive specs, and the use of promises for single-value results, only using core.async for stuff like streaming query results, etc. If any of that sounds attractive to you, I would strongly suggest making any source modifications to that project, once it's out - though I will continue to do my best to support hildebrand & eulalie in their current states. |
Oh wow ok that is then a better project to make self-hosted compatible 😀 I can actually help you out and contribute the self hosted part, directly on the new one.
Changing all the eulalia lib seemed a bit overwhelming on my side as I only needed the DynamoDB client...
Anyways let me know if you push out an alpha that I can contribute to OK?
I know only of `andare` as good example of lib that does self-host well and of course my personal Bible is http://blog.fikesfarm.com/tags/Bootstrap.html
Thanks a lot!
--
Sent from my Android device with K-9 Mail. Please excuse my brevity.
|
About leiningen, self host should not be necessary to compile at all, what I do is:
`lumo -c $(lein classpath)`
--
Sent from my Android device with K-9 Mail. Please excuse my brevity.
|
I still owe your an answer on portable macros: And I will close this branch for now, reiterating that I am willing to help on this new port/project and make it self-host compatible. In any case I am working on it and why not sharing the effort? |
@arichiardi Thanks, I'll give that a look. I'll let you know once I have a release of the updated code. |
This is an initial port for
lumo
and #20.hildebrand.core
compiles, I don't know if it actually works yet 😄Many things have been embedded from
eulalia
andglossop
which are unfortunately incompatible.Also the
b64
utilities have not been ported yet.Still, a feedback is appreciated!