Domain Specific Scripts
- Languages like javascript are relatively domain general,
as are C, C# and C++.
- However, a particular script language can be designed
for a specific domain.
- One specific domain is videogames, however there is no
reason they can't be more specialised.
- The downside to specialization is that the language is used
for fewer things, and thus has fewer users and thus less
support.
- The up side is that it does all the things you need and
only those things.
- Note that domain specific languages can still be Turing
complete.