Fork me on GitHub
#graalvm-mobile
<
2021-07-20
>
phronmophobic00:07:14

ok, I've setup Test Flight if anyone wants to test the clj repl mobile app. All the app does is start a local sci repl and print the address/port. If you're interested, just send me your email.

👍 4
💥 4
raspasov09:07:36

Very nice, sent PM.

phronmophobic23:07:06

@U04V15CAJ, @U050KSS8M Status update. I submitted the build for external testing on test flight and got rejected by Apple. Dead code stripping causes the app to crash and is only enabled for release builds. Rebuilding and resubmitting now!

👌 6
borkdude12:07:23

Thanks for the update

phronmophobic17:07:06

I did not realize the invite emails would immediately go out

phronmophobic17:07:45

anyway, the version is just game of life to see if they would approve it. I'm uploading a new build now that has the embedded repl so you probably want to wait for that

phronmophobic17:07:17

also, fromahead is the name of "company" I started in college :rolling_on_the_floor_laughing:

borkdude17:07:24

ok, I installed the game of life anyway :)

phronmophobic17:07:23

haha, let me know if it works 🤞

borkdude17:07:39

it does, but it does seem to get into a convergent state rather quickly

phronmophobic17:07:53

the start state is random

phronmophobic17:07:03

but you can drag your finger to bring forth more life

borkdude17:07:20

oh I didn't know

borkdude17:07:22

yeah I see :)

phronmophobic17:07:49

it's all running in Sci which is pretty cool

phronmophobic17:07:06

it's actually kind of cool to see on my iPad

phronmophobic18:07:19

sweet. the new version with embedded repl just got approved!

phronmophobic18:07:59

you should be able to update and connect to the embedded nrepl and start running clojure on your phone

phronmophobic18:07:47

it should print the local binding address in the upper left corner which is just your wifi ip address on port 23456

borkdude18:07:09

how can I say "hello world" on the screen? :)

phronmophobic18:07:30

(require '[membrane.ui :as ui])
(reset! main-view
        (ui/translate 50 100
                      (ui/label "Hello World!"
                                (ui/font nil 42))))

metal 2
borkdude18:07:30

Could not resolve symbol: ui/translate

borkdude18:07:53

ah I see, (require '[membrane.ui :as ui]) first?

👍 2
borkdude18:07:03

That's it :)

🎉 2
phronmophobic18:07:25

(require '[membrane.ui :as ui])

borkdude18:07:28

The video is a bit clumsy, but whatever, I'm too excited to not post it ;)

clojure-spin 2
🚀 2