๐พ Archived View for bbs.geminispace.org โบ u โบ norayr โบ 21991 captured on 2024-12-17 at 15:52:13. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
Re: "What is a good Small Web programing language ? While I like..."
oberon is a language go borrowed lots of ideas from, and it is used in embedded world. there are different types of machinery and even aircraft with an operating system written in oberon and control software written in oberon.
oberon is more 'dry' if it makes sense, and i like it.
both compilers are small, go, the compiler part is easy to build.
and it generates native code, how bad can native code be? it almost always will be faster and always will take more memory than interpreted language.
Nov 20 ยท 4 weeks ago
โ๏ธ Morgan ยท Nov 20 at 15:12:
It sounds like you might enjoy reproducible-builds.org ... and for go: go.dev/blog/rebuild
Secure builds is an important topic :)
๐ norayr ยท Nov 21 at 17:28:
@f008600 i have been written that go compiler can generate small binaries, and apparently there is
๐ f008600 ยท Nov 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] ยท Nov 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)
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 ?
๐ฌ alice-sur-le-nuage ยท 55 comments ยท 1 like ยท Nov 14 ยท 5 weeks ago