Post B7q6i0BfFUQ2Jx0Eb2 by wolf480pl@mstdn.io
 (DIR) More posts by wolf480pl@mstdn.io
 (DIR) Post #B7q6i00fuLd1lrrST2 by andrewnez@mastodon.social
       0 likes, 0 repeats
       
       Unbundling the standard libraryhttps://nesbitt.io/2026/06/29/unbundling-the-standard-library.html
       
 (DIR) Post #B7q6i0BfFUQ2Jx0Eb2 by wolf480pl@mstdn.io
       0 likes, 0 repeats
       
       @andrewnezI can see the benefits of separating the stdlib implementation from language compiler/runtime implementation, but what worries me is separating stdlib API from the language definition (if any).If a program from 10 years ago that only depends on stdlib won't compile anymore, is this still the same language?