scittle

borkdude 2022-10-13T15:36:40.688299Z

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

borkdude 2022-10-13T18:35:25.692759Z

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

borkdude 2022-10-13T18:36:16.662239Z

Found it: https://clojurians.slack.com/archives/C034FQN490E/p1650227911089539

teodorlu 2022-10-13T18:39:32.444479Z

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 Slutsky 2022-10-13T18:39:33.908969Z

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

Daniel Slutsky 2022-10-13T18:40:29.978379Z

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

borkdude 2022-10-13T18:41:33.050679Z

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

🙏 2
teodorlu 2022-10-13T18:44:07.971869Z

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.

teodorlu 2022-10-13T18:44:43.654289Z

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.

borkdude 2022-10-13T18:48:25.074789Z

Nice!

👍 1
🙂 1
Daniel Slutsky 2022-10-13T19:01:37.071029Z

> 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)

borkdude 2022-10-13T18:53:57.645949Z

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

🎉 2
borkdude 2022-10-13T18:56:24.350209Z

And this one: https://jurjanpaul.github.io/ape-cljs-playground/

borkdude 2022-10-13T18:57:27.334099Z

And this one: https://codepen.io/nichelodean/pen/zYWEgeW

borkdude 2022-10-13T19:01:37.587359Z

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

teodorlu 2022-10-13T19:02:58.866489Z

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

➕ 1