This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-10-24
Channels
- # announcements (1)
- # aws (140)
- # beginners (41)
- # calva (47)
- # cider (43)
- # clj-kondo (36)
- # clojure (178)
- # clojure-europe (12)
- # clojure-gamedev (2)
- # clojure-italy (1)
- # clojure-nl (17)
- # clojure-russia (3)
- # clojure-spec (37)
- # clojure-uk (97)
- # clojurescript (173)
- # core-async (16)
- # cursive (18)
- # data-science (2)
- # datascript (6)
- # datomic (32)
- # dirac (16)
- # duct (16)
- # events (2)
- # figwheel-main (7)
- # fulcro (8)
- # graalvm (18)
- # immutant (3)
- # joker (2)
- # kaocha (8)
- # nrepl (6)
- # nyc (2)
- # off-topic (62)
- # quil (3)
- # re-frame (18)
- # reitit (6)
- # ring-swagger (1)
- # shadow-cljs (119)
- # spacemacs (4)
- # specter (2)
- # tools-deps (10)
- # vim (58)
- # xtdb (9)
graalvm now has a slack channel: https://twitter.com/graalvm/status/1187315720809521157
Really wonder with both GraalVM and wasm how common it will become to use multiple languages together.
Both based on llvm, as Rust compiler too (if I remember good). Today, I tested an llvm solution which can load eg Alpine linux. Lot of things works but unfortunately java not. I tested on iOS. So, I think Clojure could have similar backend if we want.. once. Means we could compile to iOS/Android/IoT .. if we solve that in good way.
I tried run java and babashka on this.. I forgot graalvm now.. not compatible with iOS. So, I need to fix. Maybe the problem.. that is mini version of Alpine.. lot of questions left.
We could but I highly doubt it's worth the trouble. The JVM in general is great and has lost of tooling/monitoring and gives access to the whole Java ecosystem.
React native approach might work better for iOS, https://gist.github.com/wavejumper/81852b2fc6beebf234a1fd4a7adeb3b8
Yes, I know. I created native iOS apps and react native too. I would like to create a fully workable linux/ real shell and commands. Unfortunately, that is harder as I saw in first. I talked with the LLVM’ guys.. so not so clear now. So, a mini linux, like statically linked linux like a binary. What you saw.. that is run in this way.. cross compiled to iOS and load the binary from native code.
Just my C knowledge not a best.. but that is really interesting. Portable linux binary. Good learning path.
If I solve that once, we could dev to any OS quickly like at Rust. That is a dream now.. 😄🙈
In Rust it's also not without problems. Lot's of libraries use some c libraries down the line.
in short.. I need to upgrade the kernel.. btw I added clojure and java 1.7.. but still buggy, because old kernel version.