Comment by ☕️ Morgan
Re: "What is a good Small Web programing language ? While I like…"
It sounds like you might enjoy reproducible-builds.org ... and for go: go.dev/blog/rebuild
Secure builds is an important topic :)
2024-11-20 · 1 year ago
3 Later Comments ↓
🐙 norayr · 2024-11-21 at 17:28:
@f008600 i have been written that go compiler can generate small binaries, and apparently there is
🚀 f008600 · 2024-11-21 at 18:36:
I've tried TinyGo last year and sadly it was not nearly usable. Some hardware was supported, but lacking essential features. For example, there was no way to use the WiFi stack on an ESP32, so it is essentially useless. But maybe this has changed. Will have a second look at it!
🚀 ahappydeath [mod] · 2024-11-22 at 00:19:
Burrito is one way to package, but I was referring to Mix releases. When building a mix release, you can include the erlang runtime with it and it is somewhat portable (on a machine with the same architecture)
Original Post
What is a good Small Web programing language ? While I like Python, it's corporate driven featuritis is getting me down.... C is an obvious Small Web language, but I'd rather use something a bit higher level than that. Any thoughts ?