You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should be possible to define new primitives directly in user code by writing monadic functions to generate assembly. This would require the Kalyn compiler to make some of its internal data structures available to user code, but has the tradeoff that only one version of the standard library primitives would need to be maintained.
It should be possible to define new primitives directly in user code by writing monadic functions to generate assembly. This would require the Kalyn compiler to make some of its internal data structures available to user code, but has the tradeoff that only one version of the standard library primitives would need to be maintained.
This would be a more general solution to #8.
The text was updated successfully, but these errors were encountered: