This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-07-22
Channels
- # announcements (6)
- # babashka (8)
- # beginners (136)
- # cider (5)
- # cljs-dev (1)
- # cljsrn (1)
- # clojure (198)
- # clojure-argentina (4)
- # clojure-australia (1)
- # clojure-europe (25)
- # clojure-italy (4)
- # clojure-nl (5)
- # clojure-poland (1)
- # clojure-spec (4)
- # clojure-uk (4)
- # clojuredesign-podcast (4)
- # clojurescript (36)
- # conjure (11)
- # data-science (1)
- # datomic (6)
- # defnpodcast (1)
- # deps-new (5)
- # emacs (7)
- # events (1)
- # fulcro (10)
- # graalvm (9)
- # graalvm-mobile (10)
- # helix (9)
- # introduce-yourself (1)
- # jackdaw (1)
- # jobs-discuss (5)
- # kaocha (6)
- # lsp (10)
- # malli (11)
- # missionary (28)
- # off-topic (2)
- # pathom (24)
- # pedestal (7)
- # portal (1)
- # re-frame (12)
- # reagent (2)
- # reitit (1)
- # remote-jobs (1)
- # sci (7)
- # shadow-cljs (6)
- # sql (6)
- # tools-deps (10)
- # vim (9)
- # xtdb (19)
I was just looking at some of the coding apps on the app store and it looks like those would let you do a lot (in theory)
however, they're all just text editors and it seems like it would be very cumbersome to make anything substantial
but it seems like Apple is now allowing significant user scripting capabilities
like https://apps.apple.com/us/app/pyto-python-3/id1436650069 allows installing libraries, running notebooks, shortcuts, and widgets
Look at shortcuts and the apps that support scripting it, like Scriptable: https://scriptable.app Then Pythonista, that is more than just a Python IDE: http://omz-software.com/pythonista/ Since Shortcuts, a way to automate tasks, are now coming to macOS, maybe having apps that give Clojure like way or just extra utilities that allow you to interact with third party services…
@smith.adriane There’s also Expo’s app which allows you to preview pretty substantial React Native examples, basically full apps.
In theory, it should be allowed, Apple is relatively consistent but you can get into some annoying issues… Generally, they are resolvable. My bet is, for what you’re doing, it should be allowed.
yea, I had no idea that Apple was allowing apps that were so programmable. The pythonista app is very impressive. It would be neat to make a clojure powered app available!