Category:Order: Difference between revisions

Added Github as a download site.
m (Linkify, not on HOPL)
(Added Github as a download site.)
 
(One intermediate revision by one other user not shown)
Line 6:
|parampass=value
|hopl=no}}
{{language programming paradigm|Declarative}}
{{language programming paradigm|functional}}
 
'''Order''' is a high-level, functional programming language implemented entirely using the [[C]] preprocessor. It provides a full programming language for [[metaprogramming]] in C (or any other environment where the C preprocessor can be used). A debugging environment and line-by-line evaluator are also included. Rather than building a library of macros to solve specific metaprogramming problems individually, Order-PP implements a continuation-based virtual machine which then interprets the high-level Order language.
Line 15 ⟶ 17:
==See Also==
* [http://chaos-pp.cvs.sourceforge.net/viewvc/chaos-pp/?view=tar Official download (Chaos, includes Order)]
 
The SourceForge repo seems to not be working anymore. You can also download from Github.
 
* [https://github.com/rofl0r/chaos-pp Github (Chaos, includes Order)]
* [https://github.com/rofl0r/order-pp Github (Order standalone)]
Anonymous user