top | item 40409499

(no title)

densh | 1 year ago

In my opinion Go is the most Pascal like language that exists today due to fast compilation speed and extremely opinionated pursuit of oversimplifying the language at the detriment of usability.

discuss

order

akira2501|1 year ago

> extremely opinionated pursuit of oversimplifying the language at the detriment of usability.

Subjective usability. Objectively, the language is quite usable, and many people even prefer it over the many other choices otherwise available to them.

bitwize|1 year ago

Go has the nice quality (shared with Pascal) that it pretty much sticks to being a set of computer instructions, which means when you read Go it's easy to understand more or less exactly what the computer is doing. Great for auditing. Not so great for building large systems as abstractions over types.

butterisgood|1 year ago

If it’s not usable, why is there so much useful software written in Go?

I haven’t had a lot of trouble writing some interesting things in Go that I’ve found difficult to redo in C++ with similar simplicity.

Sometimes a language doesn’t need a ton of bells and whistles to be usable.

Wirth understood this and accomplished much.

Consider how we’ve been able to fix Voyager - simplicity can save.

int_19h|1 year ago

It's not unusable, just as Pascal wasn't unusable.

It can be very tedious though, e.g. the way errors are handled.

rcarmo|1 year ago

I sort of like Go, but also can't bring myself to write it that often. I don't know why--although part if it is fetching libraries directly from git repos.

pjmlp|1 year ago

Nope, that would be FreePascal and Delphi, fast compilation, without paying for a spartan language.

int_19h|1 year ago

Surely Free Pascal is the most Pascal language that exists and is actively developed today?

pjmlp|1 year ago

Delphi is still around.

Kudos to FreePascal folks though.