Hacker News new | ask | show | jobs
by seanmcdirmid 3350 days ago
C# has reified generics, which solve a lot of problems that would otherwise be addressed with metaclasses. For example, factories can be setup quickly by reflection over a generic type variable.