More features...where do I start? Certainly more service integrations (there is already ready-to-use integration with several APIs, including Stripe, Google auth/drive/sheets, Active Directory for corporate users, etc, but there's always more to do). There's also a nifty DB upgrade on its way, as well as a beta of push/pull Git access to each app's source (that one's live today - there's a Git Access button in the IDE). Ultimately, though, it's all being driven by user feedback now.
We deliberately chose Python because Javascript (language and ecosystem) is a dumpster fire whose weaknesses keep getting papered over with a new framework-of-the-week. (Fun fact: The median modern web app is written with five programming languages and three frameworks. Take a moment to soak in how nuts that is).
Python lets us implement simple, idiomatic APIs for things that would require multiple frameworks, nested lambdas and async hell in JS. (We translate into async hell in the compiler :D)
We deliberately chose Python because Javascript (language and ecosystem) is a dumpster fire whose weaknesses keep getting papered over with a new framework-of-the-week. (Fun fact: The median modern web app is written with five programming languages and three frameworks. Take a moment to soak in how nuts that is).
Python lets us implement simple, idiomatic APIs for things that would require multiple frameworks, nested lambdas and async hell in JS. (We translate into async hell in the compiler :D)
Expect an HN post or two before long...