|
|
|
|
|
by foxhill
4566 days ago
|
|
C is no where near as low level as you can get. C-- is closer. LLVM-IR is even closer. but really, the lowest level you can get is the assembly of the architecture you're running on. at the time of the creation, the general consensus was that C was too high level, that it abstracted away the actual workings of the code. we've been introduced to high level languages that have made us re-evaluate what it means to be low or high level. but make no mistake, C is.. at least medium-level..! |
|