|
|
|
|
|
by userbinator
4407 days ago
|
|
It's also common in embedded systems since it makes for extremely compact code. The data basically gets used as "instructions" for an application-specific virtual machine/interpreter (which may or may not be Turing-complete - most usually aren't.) |
|