Hacker News new | ask | show | jobs
by jopython 1293 days ago
They are dependent on pcre and openssl respectively unlike Golang which is native.
1 comments

Well, sure Golang, but to be fair they are not native pure Python in Python's stdlib either...

This is more broadly relevant since part of the appeal of Nim is its easy C/C++ interoperability (by generating to these and so only requiring some declaration).