HackerTrans
TopNewTrendsCommentsPastAskShowJobs

atrn

no profile record

comments

atrn
·3 ปีที่แล้ว·discuss
CSP. In hardware.
atrn
·4 ปีที่แล้ว·discuss
I did a lot of work with transputers and occam in the 1980s and wrote an OS for a machine that used them. The exposure to the CSP way of thinking was a blessing. occam-2 on the other hand was a little too primitive.

I remember when Inmos marketing came up with "We wanted to make occam the FORTRAN of parallel processing". My response was "You have." (a reference to occam-2 having only static arrays and no concept of a record/struct)
atrn
·4 ปีที่แล้ว·discuss
Not to be confused with the other Helios OS - https://github.com/axelmuhr/Helios-NG
atrn
·4 ปีที่แล้ว·discuss
https://pkg.go.dev/cmd/go#hdr-Controlling_version_control_wi...

Second paragraph.
atrn
·4 ปีที่แล้ว·discuss
Lots of good links getting posted. Another interesting resource is the ACM's History of Programming Languages (HOPL) proceedings,

https://dl.acm.org/conference/hopl/proceedings
atrn
·4 ปีที่แล้ว·discuss
Putting on my "user" hat, a stack trace is a just a long winded way of saying "ABEND" or "core dumped".
atrn
·5 ปีที่แล้ว·discuss
I'm still waiting for concurrent COBOL...

PERFORM x CONCURRENTLY WITH y BUT NOT WITH z.
atrn
·5 ปีที่แล้ว·discuss
They had a functioning compiler and decided to concentrate on other areas and it's not too uncommon for a languages's compiler to NOT be written in that language. Afterall Rust relies on the non-Rust LLVM.