This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-05-21
Channels
- # calva (11)
- # cider (4)
- # clojure (15)
- # clojure-europe (20)
- # clojurescript (14)
- # clr (45)
- # conjure (2)
- # cursive (1)
- # fulcro (10)
- # helix (4)
- # honeysql (7)
- # hoplon (21)
- # humbleui (2)
- # hyperfiddle (23)
- # introduce-yourself (1)
- # malli (11)
- # matrix (3)
- # off-topic (6)
- # pathom (2)
- # practicalli (1)
- # re-frame (9)
- # releases (1)
- # specter (2)
- # sql (10)
- # xtdb (2)
is there anything like this ? https://www.youtube.com/watch?v=cWCZms92-1g
Several years ago Trafi application's main chunk was written in C++ with Android and iOS as plugins into it. But it was hard to manage because they had to reinvent their own Intents and callback system. They abandoned it because it was hard to maintain. But it's certainly possible.
interesting !!!
I believe https://roamresearch.com/ is built this way. Core logic in clojure, that runs on the backend (JVM), in the browser (js) and on mobile clients (ClojureDart).
Thanks, that seems similar and different at the same time, no? In the rust case the core logic is totally separated and agnostic to be used directly on the different native and non-native platforms.