Skip to content
  • Liam M. Healy's avatar
    Generate parameter-symbol-create in expansion · fd67500c
    Liam M. Healy authored
    The expansion of define-parameter includes a parameter-symbol-create
    form instead of just the export form, because the symbol needs to be
    created as well as exported, which is what parameter-symbol-create
    does. Now Antik can be loaded from compiled code without error.
    fd67500c