|
|
|
|
|
by smilekzs
3971 days ago
|
|
I beg to differ. After skimming through the article, it seems that the proposed langauge resembles a general-purpose language (at least superficially resembling lua/javascript) with FFI to C (again what lua is good at). The domain-specific parts are either libraries or covered by runtime (in C), instead of language-level constructs. IMHO there is no real benefit of creating a "new" language compared to e.g. just using Lua + C. |
|