|
|
|
|
|
by yawaramin
1955 days ago
|
|
I meant 'how would it work in a language without pattern matching?' Because it seems to me that it won't. E.g. try this in JavaScript right now with a regular switch statement, it doesn't work. You need actual pattern matching. |
|