Y
Hacker News
new
|
ask
|
show
|
jobs
by
OSDeveloper
396 days 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
1 comments
Detrytus
396 days ago
I would say that any language that has if-else instruction, for loop, and the ability to define functions/procedures is "high level".
link
renewedrebecca
396 days ago
You can do all those things with a macro assembler.
link
mystified5016
396 days ago
Assembly has all of these features.
link