Viewing profile — wfsfw4w44
wfsfw4w44
HN member- Joined
- Mon, Mar 28, 2016, 12:43 PM UTC
- HN karma
- 0
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About wfsfw4w44
No profile information was provided.
Recent public activity
-
comment
Comment #12027763
how does this compare to youtube-dl?
-
comment
Comment #11686583
> Windows
-
comment
Comment #11505632
ooc, most if not all of these software are second-class citizens on windows, and would perform much better under linux/bsd (as in OSX). how come you are running windows?
-
comment
Comment #11413822
by being able to use the go toolchain on the go source itself (it was previously in C)
-
comment
Comment #11373997
go is somewhat special in what is shipped with its system libs: "TLS/SSL/GZIP/PNG/XML" all of these are part of the go standard libs, and gets regularry updated with the language. …
-
comment
Comment #11373967
the most obvious difference is a go-panic and exceptions are used in different scenarios. it's considered bad practice in go library code to panic(), while it is considered normal …
-
comment
Comment #11373913
Your issue here (obviously), is going to stack overflow for advice.
-
comment
Comment #11373907
Since go is a compiled language, you get the benefit on zero startup cost, which you pay when using JVM or NET, or even Python.
-
comment
Comment #11373898
No, it should not. As another poster already commented; > You don't need to try selling C# to anyone. People who need it already use it