#standardlibrary — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #standardlibrary, aggregated by home.social.
-
Bold! The abbreviations in the names are…ugh:
“sp.h Is The Standard Library That C Deserves”, ‘tspader’ (https://spader.zone/sp/ and https://github.com/tspader/sp).
Via HN: https://news.ycombinator.com/item?id=48207043
On Lobsters: https://lobste.rs/s/cvwsxk/sp_h_is_standard_library_c_deserves
-
Sp.h is the standard library that C deserves
#HackerNews #CProgramming #SpH #StandardLibrary #TechNews #HackerNews
-
🚀 Oh, Vittorio! You've cracked the code: #C++26 is NOT a magic compile-time unicorn! 🦄 Who knew that obsessing over milliseconds while ignoring the feature bloat would be the ultimate game-changer? 🎮 Apparently, the real enemy isn't templates—it's the Standard Library, lurking in the shadows, plotting to waste your precious time one compile at a time. ⏳😂
https://vittorioromeo.com/index/blog/refl_compiletime.html #C++ #StandardLibrary #compiletime #performance #gamechanger #HackerNews #ngated -
C++26: more constexpr in the standard library
https://www.sandordargo.com/blog/2025/04/30/cpp26-constexpr-library-changes
#HackerNews #C++ #C++26 #constexpr #standardlibrary #programming
-
There are a number of useful little functions in node:util besides util.inspect() that I’m only just familiarising myself with after admittedly rolling my own versions for a number of them. Hmm, should’ve read through this documentation page more carefully sooner.
e.g., util.deprecate(), util.diff(), util.debugLog(), util.isDeepStrictEqual(), etc.
-
Programmiersprache Rust: AWS-Wettbewerb für mehr Sicherheit der Standard-Library | heise online
https://heise.de/-10097801 #Programmiersprache #Rustlang #StandardLibrary -
“Zig, Rust, And Other Languages”, Phil Eaton (https://notes.eatonphil.com/2024-03-15-zig-rust-and-other-languages.html).
On HN: https://news.ycombinator.com/item?id=39720187
On Lobsters: https://lobste.rs/s/lfg3lj/zig_rust_other_languages
#Zig #Rust #Go #C #ProgrammingLanguages #MemoryManagement #PLDI #DependencyManagement #StandardLibrary
-
RT @[email protected] Raymond Hettinger
Python tip: The examples in the random module provide a nice introduction to many useful techniques: bootstrapping, resampling statistics, simulations, and modeling.
For mastery, don't miss the Jake Vanderplas video and Peter Norvig's notebooks.
https://docs.python.org/3/library/random.html#examples
#python #tip #random #examples #standardlibrary #techniques #bootstrapping #resampling #statistics #simulations #modeling