descriptionnone
repository URLhttps://github.com/rofl0r/order-pp.git
ownerretnyg@gmx.net
last changeFri, 3 Sep 2021 08:20:41 +0000 (3 09:20 +0100)
last refreshSat, 27 Apr 2024 10:42:29 +0000 (27 12:42 +0200)
content tags
add:
README.md

The Order Metalanguage for C Preprocessor Metaprogramming

From the preface I wrote years ago:

Order grew out of my interest in the design of programming languages and metaprogramming as well as desire to make something original, fascinating and beautiful. My work on the Boost Preprocessor-library had left me unsatisfied. While it was clear to me that it could theoretically be used to implement useful non-trivial metaprograms, it would have been quite tedious work, full of nasty little details and limitations to trip you up. I considered the prospects for further enhancements to the library, but it didn't seem possible to provide a programming model that I would have considered pleasant to think in. It occured to me that instead of attempting to provide semimodular enhancements on top of the C preprocessor in a bottom-up fashion, it might be possible to lift the limitations by designing a complete monolithic interpreter for a high-level source language in a top-down fashion. After some experiments at interpreting lambda-calculus and a couple of prototype interpreters for early versions of the Order language, I was left with a feeling that it would be too inefficient to be practical. The most serious limitation seemed to be the inability of the early prototypes to generate arbitrary output efficiently. I decided to forget about the interpreter and move on, but the work proved too interesting for me to forget completely. Over a long period of time I found several small incremental improvements to the interpreter until it suddenly started to look like more than a theoretical curiosity. Then I knew I just had to finish the work. Hopefully everyone will be able to find some beauty in the result. At least I know I've had a lot of fun designing the language.

Vesa Karvonen

shortlog
2021-09-03 mohawk2Fix typomaster
2017-08-17 JadLevesqueTypo in 8stream_merge
2017-01-06 rofl0rMerge pull request #1 from raedwulf/fix-docs
2017-01-06 Tai Chi Minh... docs: fix the docs building
2014-03-13 Vesa KarvonenCreate README.md
2005-12-30 vesa_karvonen*** empty log message ***
2005-12-30 vesa_karvonen*** empty log message ***
2005-01-16 vesa_karvonen*** empty log message ***
2004-12-27 vesa_karvonen*** empty log message ***
2004-12-27 vesa_karvonen*** empty log message ***
2004-12-12 vesa_karvonen*** empty log message ***
2004-12-12 vesa_karvonen*** empty log message ***
2004-12-12 vesa_karvonen*** empty log message ***
2004-12-12 vesa_karvonen*** empty log message ***
2004-12-07 vesa_karvonen*** empty log message ***
2004-12-06 vesa_karvonen*** empty log message ***
...
heads
2 years ago master