Jump to content

MacroML

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Tom.Reding (talk | contribs) at 11:13, 13 September 2024 (WP:STUBSPACING followup). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

MacroML is an experimental programming language based on the ML family, seeking to reconcile ML's static typing and the types of macro systems commonly found in dynamically typed languages like Scheme; this reconciliation is difficult since Turing-complete macro transformations can break type safety guarantees that static typing is supposed to provide.

[edit]

Some papers related to MacroML include: