4 ms·
Why not use Erlang and make it concurrent? :) [spawn(fun() -> print("'I will not throw paper airplanes in class.'") end) || N <- lists:seq(1, 500)]
by dima 19y ago
Why not use Erlang and make it concurrent? :)
[spawn(fun() -> print("'I will not throw paper airplanes in class.'") end) || N <- lists:seq(1, 500)]
- jgrahamc 19y agoUm. Because writing to stdout will serialize the processes?
- mynameishere 19y agostdout can be redirected, as to a stream that round robins it to a matrix of printers.
- eru 19y agoMatrix printers?
- mynameishere 19y agoof
- Xichekolas 19y agoI'm pretty sure the people in the Matrix will be confused when every printer in the world starts printing out "I will not throw paper airplanes in class." ... Of course, then the agents will reset the system and everyone will just experience deja vu.
- eru 19y agoSure, of. But a Matrix of Matrix printers would be nice.
- rontr 19y agoWhat makes you think it's written to stdout?