Post #4493212
2026-08-11 08:03 UTC
@chefx@defcon.social @ErikUden@mastodon.de “except iOS users” which are roughly half of your users, perhaps.
FWIW, you won’t need to write THAT much platform-specific code for a Lisp application that runs on your desktop and an iPhone at the same time. It’s notably harder with inferior languages.
Replies (1)
-
@chefx@defcon.social 2026-08-11 08:08
@tux0r@layer8.space @ErikUden@mastodon.de To be honest, I don't know much about Lisp. So Lisp could also work for cross-platform. One important thing with web-based apps is that you can always either ship them as Electron (or maybe something newer and faster like Tauri) or as a website, which is really flexible. But I agree that web is not always the best option. And with WASM compiled cross-platform code might also become a more popular option.