Grace - Writing C++ In a more Modern Way
int main (void)
{
value greetings =
$("world", "Hello") ->
$("everyone", "Hi") ->
$("you", "Hey") ;
foreach (g, greetings)
{
fout.writeln ("%s, %s." %format (g, g.id())) ;
}
return 0;
}
As well as the friendlier syntax it includes code for reading XML, CSV, INI files, JSON and is used in the OpenPanel project for ISPs. It's an interesting idea and worthy of a look. As usual I've added it to the C++ code library.
- Link to C++ Code Library


Could you, please, add the relevant links not only to your library, but also directly into the article itself?
Always searching the library is annoying..
Thank you.
Yep, I went to the wrong links a couple of times. Please consider pointing out (linking? anchoring?) what is being talked about as there’ll be likely much more multiple links with names or topics so similar in the future that it’s not fun trying to guess the link.