Fork me on GitHub
#hyperfiddle
<
2022-05-19
>
Peter Nagy14:05:19

would it be possible to define p/server and p/client as a macro that resolves to just ~@? It would be a bit of a lie but could allow to write future-proof code for the moment you implement these for real

Dustin Getz14:05:50

The semantics are different, ~@ is a toggle. I do not recommend this

Dustin Getz14:05:36

It will be a very easy refactor in the long run, as it is very obvious from looking at a piece of code, where it is meant to run

Peter Nagy14:05:42

alright, thanks

Dustin Getz19:05:11

Alpha testers please pull latest, lots of fixes, much improved entrypoint, fast way to switch between example apps at the repl, see readme. Warning there is a build step now

Dustin Getz22:05:52

Two Clocks

clojure-spin 2
👍 3
henrik09:05:14

Cool! You made the example!