Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Falcondor
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
Falcondor
7mo ago
mmap on file io errors would manifest in Signals (For example SIGBUS or SIGSEGV). So if you wanted to handle file read/write errors you would need to implement signal handlers. https://stackoverflow.com/questions/6
2.
▲
by
Falcondor
1y ago
Looks like binary downloads are on another page and not necessarily made by tcl-lang https://www.tcl-lang.com/software/tcltk/bindist.html
3.
▲
by
Falcondor
3y ago
I think, if I am reading it correctly, that was not a code example, that was actual code. count and nums are variables being defined, and fib is a function. Then the function is being called to build the table (you can see str(fib(n)) in th