yamlscript

Akiz 2024-03-09T11:18:58.421799Z

Hi, I know there's a binding planned for the clojure. What about babashka, do you plan to support it too?

Akiz 2024-03-10T13:19:39.815299Z

I thought about making a .dot file manager (as if the thousands of existing ones weren’t enough). And I thought the configuration files could be in yaml. And in that case it might make sense to allow custom scripts and have them in yaml script for consistency. But I don’t have any experience with yaml script yet, so maybe it’s not a good use case. What do you think?

Ingy döt Net 2024-03-10T16:22:28.260919Z

@zikajk I think you should try it out. 🙂

👌 1
Ingy döt Net 2024-03-10T16:23:15.922669Z

I'm goint to spend some time today trying to get @delon’s clojure binding onto clojars.

Ingy döt Net 2024-03-09T15:36:01.310029Z

I would expect yamlscript as a clojure library to be usable from babashka, but I hadn't thought of that before...

Ingy döt Net 2024-03-09T15:36:24.799679Z

I'll make sure it works out. 🙂

👏 1
Ingy döt Net 2024-03-09T15:44:53.237169Z

But in a fairly literal sense the ys cli is being very much like the bb cli with a different syntax.

Ingy döt Net 2024-03-09T15:45:51.571279Z

I'm interested in hearing about what you're thinking of doing with yamlscript in bb

rayat 2024-03-09T19:06:24.959109Z

I could imagine someone have a plethora of bb scripts already, and/or works on team with bb familiarity, and or just prefers coding in actual clojure more, but wants yamlscript for its standard yaml parsing and the occasional scripts, tho I too am curious

Akiz 2024-05-03T11:14:16.331749Z

@ingy I noticed you did the CLJ binding 🙌. Does it work with BB as well already?

Ingy döt Net 2024-05-05T19:38:25.944819Z

Sorry for just getting back to you now. Middle of crazy travel schedule. I'll be back this Tuesday. I would assume that it works with BB just fine as it's a library. Of course we have to try. I would just try it like any other clojure library. You could probably do it faster than me because I'm not super experienced to be with libraries

Ingy döt Net 2024-05-05T19:39:00.811829Z

But I'm also keen to know 🙂

Ingy döt Net 2024-05-05T19:39:21.919119Z

Maybe I can try it now on this train

Akiz 2024-05-06T06:39:58.129099Z

Sure, if you haven’t tried it, I’ll try it this weekend.