Checkpoint draft
This commit is contained in:
parent
63ca0df679
commit
1553ec320b
7 changed files with 228 additions and 2 deletions
|
@ -1,7 +1,8 @@
|
|||
{
|
||||
"desc": "Macros are annoying, but an unfortunate fact of life in many programming languages.</p><p>Especially in languages with nominally \"strong\" type systems, like Rust, macros are quite frequently needed to work around the type system to avoid needless repetition when consuming an API, generate formulaic boilerplate that only exists to please the type system, or work around the lack of variadic functions for things like printf. Lets explore the ways we can use dependently typed constructs to eliminate the need for such macros.",
|
||||
"post-ids": [
|
||||
5
|
||||
5,
|
||||
9
|
||||
],
|
||||
"title": "Less Macros, More Types"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue