Fork me on GitHub
#scittle
<
2022-10-13
>
borkdude15:10:40

Are there any scittle based projects out there that I should mention/link in a talk I'm giving soon?

borkdude18:10:25

@U3X7174KS @U066L8B18 I think you made a scicloj website with scittle right? Which one(s)?

teodorlu18:10:32

I made this very crude scittle experiment: https://play.teod.eu/scicloj-libraries/ But It's more of a proof of concept than anything else. The idea is to separate data about data science libraries from its presentation. Scittle made it very easy to write some runtime clojurescript without compiling anything. But I never really took it beyond a POC. The thing you found is all Daniel's work!

👍 1
Daniel Slutsky18:10:33

Hi Happy to discuss it. I'm working on clay v2 these days, so it will be better documented in a few days.

Daniel Slutsky18:10:29

There was a hope to extract some of the scittle practices of clay as a separate library, but it never happened. 😳

borkdude18:10:33

OK, feel free to ping me when you have some more docs, but this is already great :)

🙏 2
teodorlu18:10:07

Scittle powers the go to random page button on https://play.teod.eu/: https://github.com/teodorlu/play.teod.eu/blob/master/tools/goto_random_page.cljs I did a first take with some javascript. Quickly decided I didn't want that. I also didn't want to compile any Clojurescript, as I don't have a build process. Scittle made adding that little snippet super easy 🙂 It's basically a copy-paste of one of your examples.

teodorlu18:10:43

I actually wish more people had a "go to random page" button. It makes for a kind of interesting experience to go to random pages in rapid succession - then suddenly stop when you hit something interesting.

borkdude18:10:25

Nice!

🙂 1
👍 1
Daniel Slutsky19:10:37

> https://scicloj.github.io/clay/#/notebooks/intro.clj A simpler URL is: https://scicloj.github.io/clay/ (the content will improve soon, and I'll update here when it does)

borkdude18:10:57

Another tool built using scittle: https://bitemporal-visualizer.github.io/

🎉 2
borkdude19:10:37

And of course: wordle loaded directly from source from another github repo ;) https://babashka.org/scittle/wordle.html

teodorlu19:10:58

I love how easy it is to embed scittle in other stuff.

1