|
You are here |
www.ardanlabs.com | ||
| | | | |
hjr265.me
|
|
| | | | | Signals are standardized messages that an operating system can send your programs. Take Ctrl+C for example. When running a program from the terminal and you hit Ctrl+C, you expect the program to end immediately. How does that work, though? Ctrl+C is a shortcut for the POSIX signal SIGINT. By default, this signal causes your program to be terminated. But this is one of those signals you can handle: You can intercept it and do whatever you please. | |
| | | | |
mariocarrion.com
|
|
| | | | | No language changes but really nice additions. | |
| | | | |
hypirion.com
|
|
| | | | | When generics comes out, here's a possible way to use it for typed HTTP servers in Go. As a bonus, there's a short "rant" about how the implementation causes functional programming to be hard. | |
| | | | |
damienradtke.com
|
|
| | | |||