|
Low level languages are those which are very close to the machine's internal architecture, those which are very machine and hardware specific. As such, they are very slow to code, debug and maintain, but are generally more efficient.
Often such languages are reduced to mere numbers (true machine code) or attributed with mneumonics which make it easier to program (assembly code).
|