๐พ Archived View for bbs.geminispace.org โบ u โบ gemalaya โบ 4668 captured on 2024-08-18 at 20:47:33. Gemini links have been rewritten to link to archived content
โฌ ๏ธ Previous capture (2024-07-09)
-=-=-=-=-=-=-
Re: "[gemini link] I've been using Rust for about five years..."
@dimkr Cool. I have nothing bad to say about Go, one of my favourite projects, kubo (IPFS implementation) is written in Go.
I'm into GUI development, this is what i wrote recently (Gemini browser written in QML):
https://gemalaya.gitlab.io/
2023-08-22 ยท 1 year ago
๐ norayr ยท 2023-11-12 at 23:18:
i have been written similar comment recently in other thread (even 3 comments) but let me try to express myself again.
i am someone who was talking about safe programming and strong typing for at least 20 years.
we had ada, modula-2, modula-3, oberon, well even pascal freepascal or gnu pascal are much safer than c/c++ and these pascal implementations had modules.
nobody was even trying to use these languages.
today go is successful in part because it has google, and rust is successful in part because it has corporate promotion.
it is good that people started to care about safety. i personally like go (it is very much inspired of oberon, and i like oberon) and i personally dislike rust.
๐ norayr ยท 2023-11-12 at 23:24:
i dislike rust because it is slow to compile. it takes days on pinebook, and that is a bad sign for me. i don't want to use something that builds long. and i build everything i use on my laptops.
go builds very fast. the compiler itselg builds in 2 minutes.
my oberon compiler builds itself in seconds and most of the time is wasted by gnu tools behind it.
recently there was a thread on openbsd mailing list. why openbsd project would not write more in rust or rewrite some code in rust? and one of the answers was by theo - the founder and leader of the project: rust even cannot build itself on x86 because it needs more memory than 32 bit address space allows.
๐ norayr ยท 2023-11-12 at 23:31:
so i would say, if you are interested in modern and safe programming then
if you need libraries, big community, or master skills that can help to get a job then take a look at go - i am glad it exists.
i am not glad that rust exists.
otherwise if you want to tinker with interesting modern tech (even if it is from 80ies it is modern and some badly designed things today aren't, those are just contemporary) then take a look at ada (it is a big language for some people's taste) or modula-3. modula-3 is a small language which has everything programmers usually want: parallelism in language, exceptions, oop.
if you want even something smaller then oberon is a great language.
๐ norayr ยท 2023-11-13 at 00:07:
here as a side note some words about contemporary pascal. i dislike it because the de facto standard (not iso) was driven by a company, and it had to market it, add features, closely tie to an ide, etc.
i like that there is floss compiler fpc, and though it mostly (but not always) follows the language standard defined by a company behind delphi, it has many valuable properties and it is very underappreciated (though not as much as ada, modula and oberon).
๐ norayr ยท 2023-11-13 at 00:08:
๐ norayr ยท 2023-11-13 at 00:16:
you'll see in the table 5 (pareto optimal sets for different combination of objectives) that there is always c on the first line, but also there go twice and there is pascal three times.
time & memory: winners are: c, pascal go
energy & time: c alone
energy and memory: c and pascal (pascal is better than c if we take only memory usage)
energy, time and memory: all three share the first line; c, pascal, go.
๐ norayr ยท 2023-11-13 at 00:17:
you dont need anymore to change your program because underlying ui toolkit gets deprecated: community updates the lcl (lazarus component library) backend, lets say it also supports not only gtk2 but gtk3, or newer version of qt, you just recompile your program and you get a version which works with newer or different ui toolkit.
๐ norayr ยท 2023-11-13 at 00:18:
[gemini link] I've been using Rust for about five years now, but I'm beginning to sour on it. I'm curious about perspectives here.
๐ฌ jeang3nie ยท 24 comments ยท 4 likes ยท 2023-08-20 ยท 1 year ago