Remix.run Logo
hombre_fatal 7 hours ago

Vibe coding might be a positive here since there's no need to optimize for DX over perf when the clanker is the one reading/writing code.

jaggederest 5 hours ago | parent [-]

This is my theory: we're going to see a lot of languages with straightforward and obvious semantics, high guard rails, terrible dx, and great memory allocation and performance behavior out of the box. Assembler or worse, but with extremely strong typing bolted on in a way that no human would ever tolerate, basically, something in that vibe.

Grosvenor 5 hours ago | parent [-]

So Pascal and Delphi are coming back? I'm actually cool with that.

jaggederest 41 minutes ago | parent [-]

Yeah actually I worked with Pascal early in my career and that's kinda the vibes I am thinking about, with maybe a stronger type system more ada-esque though (composite, partial and range-and-domain types, all that jazz)