|
|
|
|
|
by eikenberry
48 days ago
|
|
This looks like an example of a low level language vs a high level language (relatively speaking). The low level language makes a lot more of what is going on underneath explicit compared to the higher level language which abstracts that away for a common pattern. Presumably that explicitness allows for more control and/or flexibility. So apples to oranges? |
|
In Rust, which is arguably also a low level language, it looks like this: