DEV Community

Discussion on: Faster Than Requests

Collapse
 
datamance profile image
Rico Rodriguez • Edited

Don't get me wrong - I love Nim - but you're false advertising.

github.com/juancarlospaco/faster-t...

import httpclient, json, tables, nimpy, strutils

from os import sleep
from ospaths import getEnv
from random import randomize, rand
Enter fullscreen mode Exit fullscreen mode

That's a hell of a lot more than 0 dependencies and certainly more than 100 LoC (though LoC is an absurd metric to judge a library by).

It's an interesting concept, and you should certainly keep developing it, but you'd do well to lose the hubris considering that you're leaning on the extremely hard work of many engineers. My 2¢.

Collapse
 
juancarlospaco profile image
Juan Carlos

Hey there, thanks for the help confirming it, those are in fact imports.