¡@

Home 

c++ Programming Glossary: dsl

What makes Scala's operator overloading “good”, but C++'s “bad”?

http://stackoverflow.com/questions/1098303/what-makes-scalas-operator-overloading-good-but-cs-bad

or function argument1 argument2 . So if you want a certain DSLish style to your code then there's pressure to use operators... method names. For instance I've got an embedded Prolog ish DSL where you can write female 'jane jane is female parent 'jane.. In C only would be valid so an attempt to map this DSL into C would require some symbols that already evoke very different..

How to parse text for a DSL at compile time?

http://stackoverflow.com/questions/17783393/how-to-parse-text-for-a-dsl-at-compile-time

to parse text for a DSL at compile time Yes. That's right. I want to be able to paste.. values evaluate expr a b c I'd want to expand this little DSL later so does something a little more complicated using some..

Are all macros evil? [duplicate]

http://stackoverflow.com/questions/319452/are-all-macros-evil

context. In MFC message crackers provided a concise DSL like description for message maps. Type agnostic macros provided..

What are the benefits of using Boost.Phoenix?

http://stackoverflow.com/questions/5013476/what-are-the-benefits-of-using-boost-phoenix

language. I used it to create a prototype for a math like DSL http code.google.com p asadchev source browse trunk work cxx..

Does anyone use template metaprogramming in real life? [closed]

http://stackoverflow.com/questions/63494/does-anyone-use-template-metaprogramming-in-real-life

could accomplish the same thing by implementing a small DSL domain specific language for your expressions and the pasting..

Determine network interface bandwidth/type without transferring data

http://stackoverflow.com/questions/849375/determine-network-interface-bandwidth-type-without-transferring-data

between different types of interface e.g. dialup vs DSL vs LAN so a rough order of magnitude is fine I don't need to..