Hacker News new | ask | show | jobs
by ygra 2655 days ago
You can use generics and overload resolution to solve satisfiability problems in C# and Java. But not in the way like templates in C++ allow for compile-time computation.
1 comments

Yup I've seen that aspect haha.