This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-11-15
Channels
- # aleph (2)
- # babashka (35)
- # beginners (31)
- # biff (6)
- # calva (6)
- # cider (5)
- # clojure (61)
- # clojure-android (1)
- # clojure-dev (12)
- # clojure-europe (22)
- # clojure-norway (7)
- # clojure-uk (4)
- # clojurescript (19)
- # datomic (5)
- # events (3)
- # fulcro (15)
- # graalvm (41)
- # guix (2)
- # honeysql (2)
- # hoplon (8)
- # hyperfiddle (10)
- # jobs (1)
- # off-topic (29)
- # overtone (5)
- # podcasts-discuss (1)
- # remote-jobs (1)
- # sci (30)
- # shadow-cljs (186)
- # specter (2)
- # squint (22)
#clojure-android
<
2023-11-15Best and easier is just use React Native. I have a (stuck) personal project creating a video game in Android fully using Clojure. It works well, but the REPL is not supported. Also, unless you are experienced enough writing Android code, I think it's gonna be easier if you just write React. Another reason to not use Clojure on Android directly, is that Android is full of OOP, you won't enjoy Clojure as you should or maybe you will endup creating a lot of wrappers to give a more functional style to the code.