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
I do not think that we should be relying on the REPL for configuring builds. I think that something like smackage is a better approach.
That said, adding a standard way to query vendor information from SML does seem like a reasonable feature. It could either go into a new module or be added to the General structure.
I'd like interactive Successor ML implementations to expose their name as a standardized global constant:
val topLevelName : unit -> string
This way, it would be easier to work around differences between implementations, writing code that looks like this:
Thus avoiding the need to use arcane external tools for building programs.
The text was updated successfully, but these errors were encountered: