|
|
|
|
|
by lmm
4116 days ago
|
|
Embedding an immutable language in a mutable one is a recipe for awkwardness - how would you expose host-language things to the inner language? Better to do it the other way around - mutable scripting language embedded inside immutable host. |
|