home.social

#clojurescript — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #clojurescript, aggregated by home.social.

  1. 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

  2. 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!)

    medium.com/@tombarys/dotolist-

  3. 🥳🎉 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. 📅🔄
    clojurescript.org/news/2026-05 #async #await #JavaScript #innovation #news #HackerNews #ngated

  4. 🍩 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. 🙄
    dopeloop.ai/beat-maker/ #DrumMachine #InternetHumor #MusicTech #UnrequestedGems #HackerNews #ngated

  5. 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?

    johan.akkoor.de/noem/plasings/

    #nbb #ClojureScript #TypeScript #nodejs

  6. 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?

    johan.akkoor.de/noem/plasings/

    #nbb #ClojureScript #TypeScript #nodejs

  7. 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?

    johan.akkoor.de/noem/plasings/

    #nbb #ClojureScript #TypeScript #nodejs

  8. 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?

    johan.akkoor.de/noem/plasings/

    #nbb #ClojureScript #TypeScript #nodejs

  9. 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?

    johan.akkoor.de/noem/plasings/

    #nbb #ClojureScript #TypeScript #nodejs

  10. 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

  11. 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 (github.com/reagent-project/rea).

    Does anyone have any experience in building a non-trivial app with reagent but without reframe?

    #clojurescript