Hacker News new | ask | show | jobs
by Dylan16807 1032 days ago
That depends on what you mean by "portable". I think being able to use the same code across many platforms is enough to qualify. Being able to access raw machine behavior is part of the premise of portable assembly, not a disqualifier.
1 comments

It’s definitely much more portable than assembly, but code that relies on unaligned pointer accesses won’t work on every platform