Live data from Hacker News

Show HN: TRUST – Coding Rust like it's 1989

github.com

91–98 of 98 posts

Re: Show HN: TRUST – Coding Rust like it's 1989

#91
post #55
post #40

Earlier quoted context omitted.

>> Rust is notorious for its slow compile times Don't forget Haskell. And what's other... C++, OCaml, etc? I guess a language with complex/complicated design is difficult to be compiled "blazing fast"

Rust is not alone to compile slowly. And yes, there are reasons, but if you want to pick a language to fit the Turbo Pascal vibes, that's not it. Zig and Go would probably be better modern languages for this. Also "Turbo Zig" and "Turbo Go" sound cool, "Trust" sounds too corporate :)

Or Blooshed Dev-Zig

Heck, the UI is in Delphi.

Re: Show HN: TRUST – Coding Rust like it's 1989

#92

1989, this was the style of ide my school used to teach me C in 2015, so many frustrations, that turbo C was very very unpleseant to work with

Thanks for sharing. Though, in the 80s and 90s this was cutting edge and so much better than what we had before.

Re: Show HN: TRUST – Coding Rust like it's 1989

#97
post #19

Looking at this makes me nostalgic in a way the author probably hasn't intended. Rust is notorious for its slow compile times, while Turbo Pascal was known to be blazingly fast. And the debugger, one of the most important part of the experience is "Not implemented". Dressing it as a 1989 IDE makes me painfully aware of what we have lost. Despite running on hardware that were orders of magnitudes slower than today, so…

Debugger support is now implemented thanks to a PR contribution.

Re: Show HN: TRUST – Coding Rust like it's 1989

#98

Earlier quoted context omitted.

What do you mean the debugger is "not implemented"? I debug Rust code all the time with CodeLLDB. Works perfectly. Better than C++ in most ways.

That's referring to this specific retro-style IDE, which doesn't yet have a debugger UI; selecting the "Debug" menu item produces a "not implemented yet" error.

Debugger support is now implemented thanks to a PR contribution.
Post reply on HN