Jump to content

MacroML

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 206.45.76.154 (talk) at 01:48, 24 November 2021 (Fixed dead links to papers.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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.

Some papers related to MacroML include: