Y
Hacker News
new
|
ask
|
show
|
jobs
by
doctor_phil
817 days ago
Sounds like comptime from Zig. There are a few others that does something similar, but Zig probably has most mind share right now.
1 comments
txdv
817 days ago
You parse the string and then iterate over the passed arguments and check if everything adds ups. Rather straightforward.
Expressing it in the type system like TS did is impressive, but not simple.
link
Expressing it in the type system like TS did is impressive, but not simple.