-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could you compare this to thing/geom? #6
Comments
Thanks for your great suggestion. I've heard of thing/geom but it just didn't cross my mind to add it as a comparison. It's a fair question wondering why I've made this lilbrary instead of usign thing/geom. The first reason you actually mention:
Finally, I suspect there are some design differences that I would have to look into further and add to the readme. Once again thanks for the suggestion, I really appreciate getting input from the community :) Btw, glad you like ob-babashka.el. I'll keep my eyes open for work with thing/geom! |
Ah, yeah, I get how it looks overwhelming. I had the same impression at first. It's actually just a suite of mini-libraries that mostly work independently If you look at the original This can be used independent of the rest of the
The other namespaces in
So then when you want to extend the functionality you write your own mini-library in effect and you can leverage the existing ecosystem. Though.. frankly I've barely scratched the surface when it comes to that myself :) . I've only really just wrote my own hiccup-JavaFX serializer If I get a babel mode working then I'll post a link/example here :)) |
I never managed to make a babel mode. The ELisp wouldn't comply :) But I did make a setup with https://geokon-gh.github.io/literate-clojure.html The last example kinda showcases Hope it's useful! (there are also a lot of little details I couldn't work out - in the green Note sections.. feedback and tweaks much appreciated) |
Wow, thanks so much for sharing this :) It'll be great to go through in more detail when I have the time (life's a tad busy at the moment, but hey, that's how things go). I think with your example here I can put together a nice comparison! I'll run things on my machine soon and see if I can give any feedback :) |
Oh please take your time. And if you don't get around to it, don't worry. I was just working on this literate mode thing on my own and came across your lib and your ob gist. That's all. I was gunna make that write up anyway. If you have any feedback of suggestions at some point that'd be great - but I didn't mean to give you any extra work :) |
I noticed you do a comparison to
dali
. Could you do something similar withthing/geom
?The whole
thing/geom
collection of libraries is huge - It's a mammoth piece of work that's very Clojure-y and extensible. I'm curious why reinvent the wheel instead of extending that. (maybe just for fun, :) ) It looks very similar but I'm guessing that I'm missing some critical design difference that makes what you want to do incompatible or fundamentally different.It also doesn't come with a rasterizer btw. Just hiccup->svg/xml. I've used SalamanderSVG successfully (was quicker than Batik) as well as rendering directly with JavaFX primitives
PS: Thanks for
ob-babashka.el
:). I'm gunna try to do something similar for Clojure and thing/geomThe text was updated successfully, but these errors were encountered: