Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
Elrac
on June 14, 2015
|
parent
|
context
|
favorite
| on:
Why Go is doomed to succeed
Woo hoo, thanks for the tip!
But I still need to worry about creating a memory leak with this. :(
Merovius
on June 14, 2015
[–]
Also, asprintf is a GNU-extension, so if you want to write portable code, it's a no-go (as for everything usefull in C).
Elrac
on June 14, 2015
|
parent
[–]
Thankfully, I'm not doing much C any more. Those hoity-toity hand-holding languages have spoiled me, and now I don't want to be bothered about memory management and other "trivia." :)
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
But I still need to worry about creating a memory leak with this. :(