|
You are here |
www.databasesandlife.com | ||
| | | | |
herbsutter.com
|
|
| | | | | In just 10 days, we'll be at CppCon! I can hardly wait for Bjarne's new opening keynote and the 100+ other sessions... we have a really great lineup of speakers again this year. I'll be giving a talk as well, and here's the title and abstract for what I'll be covering this year. I hope... | |
| | | | |
web.cecs.pdx.edu
|
|
| | | | | [AI summary] This academic paper discusses extensions to the Hindley/Milner type system, focusing on higher-order polymorphism and type overloading to improve modularity and reusability in functional programming languages. | |
| | | | |
zacbrown.org
|
|
| | | | | Zac Brown's Nonsense is the source for all of Zac Brown's nonsense. If it's Zac Brown related, then it's probably nonsense. And if it's nonsense, then it's probably here! | |
| | | | |
mrcat.au
|
|
| | | I've started learning Zig, a new programming language in the same problem space as C, and it has some features I really like. While it's not memory-safe in the Rust way, it has a lot of compile time and runtime checks to prevent common footguns. It has packed structs and variable-width integers to allow for easy parsing of bitpacked binary formats. Its comptime metaprogramming capabilities are spectacular. And it even interoperates seamlessly with C! | ||