Extensible programming: Difference between revisions

Content deleted Content added
Disambiguated: OpenC++OpenC++ (software tool) (2)
Line 29:
=== Extensible syntax ===
{{category see also|Extensible syntax programming languages}}
This simply means that the source language(s) to be compiled must not be closed, fixed, or static. It must be possible to add new keywords, concepts, and structures to the source language(s). Languages which allow the addition of constructs with user defined syntax include [[Camlp4]], [[OpenC++ (software tool)|OpenC++]], [[Seed7]],<ref name="Zingaro2007">Zingaro, Daniel, "Modern Extensible Languages", SQRL Report 47 McMaster University (October 2007), page 16.</ref> [[Red (programming language)|Red]], [[Rebol]], and [[Felix (programming language)|Felix]]. While it is acceptable for some fundamental and intrinsic language features to be immutable, the system must not rely solely on those language features. It must be possible to add new ones.
 
=== Extensible compiler ===
Line 65:
* [[Ruby (programming language)]] (Metaprogramming)
* [[IMP (programming language)]]
* [[OpenC++ (software tool)|OpenC++]]
* [[XL (programming language)]]
* [[Forth (programming language)]]