Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
greybrunix
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
greybrunix
3y ago
I can't help but agree with this post. In fact, my university makes it a standard to teach Functional Programming via Haskell, it makes sense. The trend in programming language design seems to be running away from mathematics and compl
2.
▲
by
greybrunix
3y ago
One thing I cannot live without: The Emacs-like Scratch buffer. it's quite simple to do in vimscript: function Newscratch() execute 'tabnew ' setlocal buftype=nofile setlocal bufhidden=hide setlocal noswap
3.
▲
by
greybrunix
3y ago
I think the point is that a socket is doing both reading and writing using the same file descriptor, which is counterintuitive.