(October 5, 2022, 01:51 AM)Big_Papi69 Wrote: I mean for one its pretty fast and easy to learn also when having other peoples scripts u can download the depedencies pretty conviently cant think of any downsides really can do lots of low level stuff with it guess a downside would be having to learn a new language
interesting. what kind of low level stuff can you make with go? at work we mainly use it to build APIs and such.
concurrency is pretty easy to implement with go too so you run into some of the issues that concurrency can bring. it helped me understand that kind of stuff better