Code plumber in a EdTech.
Was teaching coding. Former gamedev.
[fr/en]
interests: #astrophotography #Rust #Haskell #Elixir #FP
- 0 Posts
- 1 Comment
Joined 9 years ago
Cake day: April 7th, 2017
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.


@cx40 @kornel using a macro ensure the format string and the values printed are typed correctly at compile time. It also ensure that most of the parsing is done at compile time and just the bare minimum is done at runtime. It’s a safe and fast way to solve this issue.