@clemens.beer has joined the channel
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.
Very nice, sent PM.
Thanks for the update
I did not realize the invite emails would immediately go out
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
also, fromahead is the name of "company" I started in college 🤣
ok, I installed the game of life anyway :)
haha, let me know if it works 🤞
it does, but it does seem to get into a convergent state rather quickly
the start state is random
but you can drag your finger to bring forth more life
oh I didn't know
yeah I see :)
it's all running in Sci which is pretty cool
:-D
it's actually kind of cool to see on my iPad
sweet. the new version with embedded repl just got approved!
you should be able to update and connect to the embedded nrepl and start running clojure on your phone
it should print the local binding address in the upper left corner which is just your wifi ip address on port 23456
how can I say "hello world" on the screen? :)
(require '[membrane.ui :as ui])
(reset! main-view
(ui/translate 50 100
(ui/label "Hello World!"
(ui/font nil 42))))Could not resolve symbol: ui/translate
ah I see, (require '[membrane.ui :as ui]) first?
That's it :)
(require '[membrane.ui :as ui])
The video is a bit clumsy, but whatever, I'm too excited to not post it ;)