|
|
|
|
|
by messel
3688 days ago
|
|
If you drill down far enough it's all binary or byte code. But on the way back up, there are variations of implementation in more than a single language. Pseudo inception like self describing languages are close but never 100% self describing (this always blows my mind). Then there are languages implemented on top of C, and the many XVM languages (elixir built on the erlang virtual machine, JVM langs, etc) Any particular language is almost always composed of multiple languages, so trying to craft one to solve all problems is an interesting problem. |
|