korrents

On the map

Tap a claim on the ring to put it at the centre.

← C# exists because developers wanted both things at once: the power and…

17 connected korrents · 9 moments on record from 29 Aug 2003 to 19 Jul 2026.

Everything filed under JavaScript JavaScript Everything filed under Python Python Everything filed under TypeScript TypeScript Everything filed under compilers compilers Everything filed under developer tools developer tools Same subjectSame subjectSame subjectSame subjectSame subjectSame subjectSame subjectSame subjectSame subjectSame subjectSame subjectSame subjectSame subjectSame subjectSame subjectSame subjectSame subject Read this korrent: C# exists because developers wanted both things at once: the power and productivity of C++ with the ease of use of Visual Basic. C# exists because developers wanted boththings at once: the power and productivityof C++ with the ease of use of VisualBasic. Last stated 4 months ago 13 May 2026 AH Anders Hejlsberg — holds since 2026-05-13 — tap for who they are Same subject: People adopted TypeScript for the tooling, not the types: an erasable type system is worth having because of the productivity the tooling built on it delivers. — tap to centre the map on it People adopted TypeScript for thetooling, not the types: an erasabletype system is worth having becauseof the productivity the toolingbuilt on it delivers. Last stated 4 months ago 13 May 2026 AH Anders Hejlsberg — holds since 2026-05-13 — tap for who they are Same subject: A programming language is not a compiler but an experience: editing, running, debugging and the runtime library all have to fit together as one cycle. — tap to centre the map on it A programming language is not acompiler but an experience: editing,running, debugging and the runtimelibrary all have to fit together asone cycle. Last stated 4 months ago 13 May 2026 AH Anders Hejlsberg — holds since 2026-05-13 — tap for who they are Same subject: The case for Rust is stronger against C++ than against JavaScript, because in C++ an ordinary mistake is usually a security vulnerability. — tap to centre the map on it The case for Rust is strongeragainst C++ than against JavaScript,because in C++ an ordinary mistakeis usually a security vulnerability. Last stated 4 months ago 20 May 2026 AR Alice Ryhl — holds since 2026-05-20 — tap for who they are Same subject: What trips up newcomers to Rust is not the code but the shape of their data. — tap to centre the map on it What trips up newcomers to Rust isnot the code but the shape of theirdata. Last stated 4 months ago 20 May 2026 AR Alice Ryhl — holds since 2026-05-20 — tap for who they are Same subject: Deep compiler knowledge is still interesting, but it is no longer useful to a working engineer in any meaningful sense. — tap to centre the map on it Deep compiler knowledge is stillinteresting, but it is no longeruseful to a working engineer in anymeaningful sense. Last stated 6 months ago 11 Mar 2026 SY Steve Yegge — holds since 2026-03-11 — tap for who they are Same subject: Writing lines of Python or C++ may stop being necessary; understanding how code, computer systems and products work will not. — tap to centre the map on it Writing lines of Python or C++ maystop being necessary; understandinghow code, computer systems andproducts work will not. Last stated 2 months ago 19 Jul 2026 ES Elizabeth Stone — holds since 2026-07-19 — tap for who they are Same subject: For an experienced programmer the bottleneck is usually not thinking but typing, getting what is already in your head into the editor fast enough. — tap to centre the map on it For an experienced programmer thebottleneck is usually not thinkingbut typing, getting what is alreadyin your head into the editor fastenough. Last stated a year ago 22 Mar 2025 TH ThePrimeagen — holds since 2025-03-22 — tap for who they are Same subject: Lines of code cannot measure productivity, because better-designed code is shorter. — tap to centre the map on it Lines of code cannot measureproductivity, becausebetter-designed code is shorter. Last stated 23 years ago 29 Aug 2003 MF Martin Fowler — holds since 2003-08-29 — tap for who they are Same subject: A programming language is a ten-year play: version one has issues, version two fixes them, version three is finally good — and only then does adoption start. — tap to centre the map on it A programming language is a ten-yearplay: version one has issues,version two fixes them, versionthree is finally good — and onlythen does adoption start. Last stated 4 months ago 13 May 2026 AH Anders Hejlsberg — holds since 2026-05-13 — tap for who they are Same subject: A proprietary language licensed from Microsoft had zero chance in the JavaScript ecosystem: TypeScript had to be open source or nobody would come. — tap to centre the map on it A proprietary language licensed fromMicrosoft had zero chance in theJavaScript ecosystem: TypeScript hadto be open source or nobody wouldcome. Last stated 4 months ago 13 May 2026 AH Anders Hejlsberg — holds since 2026-05-13 — tap for who they are Same subject: Because its types are erased before the program runs, TypeScript can afford not to be sound: checking 99% beats the 0% JavaScript checked, and buys features a sound language cannot offer. — tap to centre the map on it Because its types are erased beforethe program runs, TypeScript canafford not to be sound: checking 99%beats the 0% JavaScript checked, andbuys features a sound languagecannot offer. Last stated 4 months ago 13 May 2026 AH Anders Hejlsberg — holds since 2026-05-13 — tap for who they are Same subject: Fiscal multipliers vary across time and place but are generally nonzero, positive for spending, negative for taxes, and larger when monetary policy cannot offset them. — tap to centre the map on it Fiscal multipliers vary across timeand place but are generally nonzero,positive for spending, negative fortaxes, and larger when monetarypolicy cannot offset them. Last stated 4 years ago 1 Jun 2022 OB Olivier Blanchard — holds since 2022-06-01 — tap for who they are Same subject: Function colouring is the real cost of async/await, and green threads like Go's avoid it — but for an existing runtime such as JavaScript or C#, async/await was still the right solution. — tap to centre the map on it Function colouring is the real costof async/await, and green threadslike Go's avoid it — but for anexisting runtime such as JavaScriptor C#, async/await was still theright solution. Last stated 4 months ago 13 May 2026 AH Anders Hejlsberg — holds since 2026-05-13 — tap for who they are Same subject: JavaScript frameworks cost more in maintenance than they ever save, because each new version forces a rewrite, while PHP stays the same and works. — tap to centre the map on it JavaScript frameworks cost more inmaintenance than they ever save,because each new version forces arewrite, while PHP stays the sameand works. Last stated 2 years ago 20 Aug 2024 PL Pieter Levels — holds since 2024-08-20 — tap for who they are Same subject: A language can keep changing without a Python-2-to-3 break, as long as code written under the old and the new rules can be mixed freely in one program. — tap to centre the map on it A language can keep changing withouta Python-2-to-3 break, as long ascode written under the old and thenew rules can be mixed freely in oneprogram. Last stated 4 months ago 20 May 2026 AR Alice Ryhl — holds since 2026-05-20 — tap for who they are Same subject: Python is ugly: full of superfluous instructions kept since 1987 for legacy reasons, and its __init__ offends the sensibilities to the core. — tap to centre the map on it Python is ugly: full of superfluousinstructions kept since 1987 forlegacy reasons, and its __init__offends the sensibilities to thecore. Last stated a year ago 12 Jul 2025 DH David Heinemeier Hansson — holds since 2025-07-12 — tap for who they are Same subject: The language best suited to AI is simply the one the models have seen most of in training, which is why they do so well on JavaScript, TypeScript and Python. — tap to centre the map on it The language best suited to AI issimply the one the models have seenmost of in training, which is whythey do so well on JavaScript,TypeScript and Python. Last stated 4 months ago 13 May 2026 AH Anders Hejlsberg — holds since 2026-05-13 — tap for who they are
same subject or similar wordinga cloud: claims about one subject, named for itbar: when it was last stated, on a scale from 2003 to today (stretched back to the oldest claim here) — full is todaya face: someone on record holding the claim — tap it for who they are

At the centre C# exists because developers wanted both things at once: the power and productivity of C++ with the ease of use of Visual Basic. Last stated 13 May 2026 · 4 months ago Holds Anders Hejlsberg Read this korrent →