|
|
|
|
|
by smaudet
1425 days ago
|
|
Call it Unixy or something - unix philosophy of having each program do something separate. Makes more sense, that's what this guy does anyways with the js engine? > Surprisingly few browsers do this--Lynx, Links, and w3m all have their own networking code I think people are suspicious of curl because it is a common utility, and they think it can't possibly have got it right - plus there's something mildly fun about figuring out how to monitor a socket and send/receive IP packets for the first time. I have played around a bit with the Curl code a bit, in part I also suspect other programs do it to get "closer" i.e. being able to manage/dispatch events from a thread directly instead of some signal from a curl thread, probably something about security and thread safety too... |
|
w3m even uses its own regex engine for search, because there was no free regex engine with Japanese support the author could've used back then.