Halt and catch fire: Difference between revisions

Content added Content deleted
(J)
Line 242: Line 242:
In other words: allocate one byte of memory and write 1e6 bytes starting at that address.
In other words: allocate one byte of memory and write 1e6 bytes starting at that address.


It's probably more effective to use <lang J> exit 0</lang>
It's probably more effective to use <lang J> exit 0</lang> -- this approach would eliminate dependence on a variety of implementation details.


=={{header|Julia}}==
=={{header|Julia}}==