6 ms·
I would say it is only a low level language if it's a form of assembly or used in systems programming like Linux or OpenBSD or whatever else in the kernel land
by OSDeveloper 1y ago
I would say it is only a low level language if it's a form of assembly or used in systems programming like Linux or OpenBSD or whatever else in the kernel land
- Detrytus 1y agoI would say that any language that has if-else instruction, for loop, and the ability to define functions/procedures is "high level".
- renewedrebecca 1y agoYou can do all those things with a macro assembler.
- mystified5016 1y agoAssembly has all of these features.