Y
Hacker News
new
|
ask
|
show
|
jobs
by
addaon
86 days ago
Consider a function like ‘match regex str’. While non-lazy languages may offer an alternate API for pre-compiling the regex to speed up matching, partial evaluation makes that unnecessary.