Live data from Hacker News

Reactive Clojure: A web language

hyperfiddle.notion.site

181–185 of 185 posts

Re: Reactive Clojure: A web language

#181
post #145
post #104

Earlier quoted context omitted.

> At first glance, this appears to be much more complex. React is a relatively simple DOM diffing library. Their implementation is 2k lines of code. The React repo has 350k lines of code. The Rails repo has 336k lines of code (both of those according to tokei). Of course this includes tests, lots of other stuff, etc. But still, that's two orders of magnitude.

Note that react has a monorepo with a lot of tangentially related packages, such as devtools and alternative renders.

That's true, it's hard to make a fair comparaison between the two.

Re: Reactive Clojure: A web language

#182

Earlier quoted context omitted.

I do actually. What else are you supposed to do with your time? Life is short, best to use it.

I'd say commenting on Hackernews isn't building something, let alone something useful. So that's at least one thing you do that's not that.

Everyone needs a break from time to time. :P

Re: Reactive Clojure: A web language

#183
post #106

Earlier quoted context omitted.

Or Calva for VS Code. It's the best dev environment I've used for any language. It's brilliant.

Calva always exploded on me when I tried to set it up on Windows 10. Is it better on a *NIX system?

I find it works great on linux.

On Windows I use it with WSL2 and its works just as well as on linux IME.

Re: Reactive Clojure: A web language

#184
post #165

Earlier quoted context omitted.

I feel like Meteor lost a lot of ground to Firebase. I think what we are seeing with these tools to make data synchronization in the frontend more invisible will continue to proliferate. I am looking forward to the next, rich landscape of interactivity on the web powered by WASM, WebGL, etc.

i think you mean WebGPU rather than WebGL. also WebTransport will play a big part for truly real-time interactive web apps

Sure thing. Thanks.
Post reply on HN