#clojurescript — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #clojurescript, aggregated by home.social.
-
New tool ALERT
github.com/PEZ/epupp
similar to #greasemonkey, #violentmonkey you can run userscript in webpage. The catch is you can use #clojurescript and we can connect repl into the web pages and start sending commands from editor
-
Sharing things with a group of less tech-savvy people creates bottlenecks. You cannot push them to register or install apps. Still, in 2026, I want to collaborate with others – so I created a super-simple to-do-list app Dotolist.eu. It has nearly zero friction. And it works. #clojure #clojurescript #collaboration #productivity
(Thanks @cjohansen for your Replicant!)https://medium.com/@tombarys/dotolist-creating-a-one-click-team-065a18dbeccd
-
🥳🎉 Oh wow, #ClojureScript finally got async/await! 🚀 Just 1.12.145 releases later, they've caught up to JavaScript's 2017 #tech. 🎩✨ So innovative, it's practically cutting-edge... if you're living in the past. 📅🔄
https://clojurescript.org/news/2026-05-07-release #async #await #JavaScript #innovation #news #HackerNews #ngated -
Functional Flocking Quadtree in ClojureScript
https://www.lbjgruppen.com/en/posts/flocking-quadtrees
#HackerNews #Functional #Flocking #Quadtree #ClojureScript #DataStructures #FlockingAlgorithm
-
🍩 Wow, someone spent their precious time crafting a #ClojureScript drum machine that absolutely no one asked for. 🎶 Because if there's one thing the internet desperately needed, it's yet another glorified #metronome that plays loops you can find in every corner of the web. 🙄
https://dopeloop.ai/beat-maker/ #DrumMachine #InternetHumor #MusicTech #UnrequestedGems #HackerNews #ngated -
Update TypeScript using ClojureScript and nbb
Just for kicks, what if you could process TypeScript files using ClojureScript and have the power of a REPL at your fingertips while figuring out what you want to do?
https://johan.akkoor.de/noem/plasings/2024-10-27-update-typescript-using-clojurescript-and-nbb/
-
Update TypeScript using ClojureScript and nbb
Just for kicks, what if you could process TypeScript files using ClojureScript and have the power of a REPL at your fingertips while figuring out what you want to do?
https://johan.akkoor.de/noem/plasings/2024-10-27-update-typescript-using-clojurescript-and-nbb/
-
Update TypeScript using ClojureScript and nbb
Just for kicks, what if you could process TypeScript files using ClojureScript and have the power of a REPL at your fingertips while figuring out what you want to do?
https://johan.akkoor.de/noem/plasings/2024-10-27-update-typescript-using-clojurescript-and-nbb/
-
Update TypeScript using ClojureScript and nbb
Just for kicks, what if you could process TypeScript files using ClojureScript and have the power of a REPL at your fingertips while figuring out what you want to do?
https://johan.akkoor.de/noem/plasings/2024-10-27-update-typescript-using-clojurescript-and-nbb/
-
Update TypeScript using ClojureScript and nbb
Just for kicks, what if you could process TypeScript files using ClojureScript and have the power of a REPL at your fingertips while figuring out what you want to do?
https://johan.akkoor.de/noem/plasings/2024-10-27-update-typescript-using-clojurescript-and-nbb/
-
Tree-shaking, the horticulturally misguided algorithm (2023)
https://wingolog.org/archives/2023/11/24/tree-shaking-the-horticulturally-misguided-algorithm
#ycombinator #scheme #guile #hoot #wasm #webassembly #dce #tree_shaking #garbage_collection #python #clojure #clojurescript #compilers #igalia -
Tree-shaking, the horticulturally misguided algorithm
https://wingolog.org/archives/2023/11/24/tree-shaking-the-horticulturally-misguided-algorithm
#ycombinator #scheme #guile #hoot #wasm #webassembly #dce #tree_shaking #garbage_collection #python #clojure #clojurescript #compilers #igalia -
Made a small CLI tool / Clojure lib to generate a default object from JSON schema.
https://github.com/somecho/schemadef
#clojure #clojurescript #clj #graal #java #jvm #cli #programming #dev #developer
-
I'm having a problem trying to install GraalVM on my NixOS that already has OpenJDK.
The core of the problem is a collision between graalvm/bin/jhsdb and openjdk/bin/jhsdb.
Does anyone knows how to solve collisions in NixOS?
I'm using home manager version 23.05-pre.
#nixos #nix #linux #graal #graalvm #clojure #jdk #java #openjdk #clojurescript #homemanager #dev #developer #help #tech
-
I've always used #reagent with #reframe, but lately been thinking.. is that necessary? Reagent does have quite a nice set of tools for state management, cursor, track, rswap etc (https://github.com/reagent-project/reagent/blob/master/doc/ManagingState.md).
Does anyone have any experience in building a non-trivial app with reagent but without reframe?