Hacker News new | ask | show | jobs
by shurcooL 3612 days ago
Also Go has support for using assembly in a package natively, not all languages/build tools support that as easily.
1 comments

It is pretty common in imperative compiled languages.

Back when compilers were sold, the professional version always had an assembler in the box.

In MS-DOS even BASIC compilers like Turbo Basic could use inline Assembly.