Difference between revisions of "Rewrite system"

From PKC
Jump to navigation Jump to search
(Created page with "Rewrite systems is a way to implement Combinators. It is also a kind of computing system loosely related to the notion of algebra. One easy example of rewrite system i...")
 
m (Benkoo moved page Rewrite System to Rewrite system)
 
(2 intermediate revisions by the same user not shown)
Line 6: Line 6:
=Related Page=
=Related Page=
[[Category:Combinator]]
[[Category:Combinator]]
[[Category:Rewrite System]]
[[Category:Hyperlink]]
[[Category:Hyperlink]]
[[Category:Transclusion]]
[[Category:Transclusion]]
</noinclude>
</noinclude>

Latest revision as of 01:39, 19 January 2022

Rewrite systems is a way to implement Combinators. It is also a kind of computing system loosely related to the notion of algebra. One easy example of rewrite system is the notion of transclusion in MediaWiki, the Scribunto extension of MediaWiki in particular. It can be implemented using a combination of mark up languages, like markdown syntax, and trigger functions written in Lua.


References

Related Page