Tagged Questions

3
votes
5answers
130 views

Composable Grammars

There are so many programming languages which support the inclusion of mini-languages. PHP is embedded within HTML. XML can be embedded within JavaScript. Linq can be embedded with …
0
votes
5answers
181 views

External library or mini-language for reading database schema?

I am considering writing a simple database application for my wife, but I'm hung up on good programming practice, and want to have a human readable source for storing the database …