Remix.run Logo
dismalaf an hour ago

Common Lisp allows you to define VOPs (compiler instructions) in user code. Smalltalk allows you to write inline assembly. Are those also low level languages?

Ygg2 24 minutes ago | parent [-]

Not just Lisp. C# also has compiler intrinsic.

Does that mean that C# is low-level language? Is Java then? Is adding intrinsic enough to turn a language from high-level to low-level?