Comment by aaronblohowiak

6 hours ago

what language are you using where you arent pulling in deps for much of the work?

At work I prefer languages that take a "batteries included" approach. So Go and Python are good examples. You can get really far with just what is offered in the standard libraries. Though obviously you can still pull in a shitload of dependencies if you want.

In my own time I usually write C or Zig.