Is there a way to disable some or all of the default loads? I thought it might be interesting to create an OCaml-like stdlib, with minimal overrides and with OCaml-like namespaces: $LIST.nth(), $ARRAYREF.make(). A -nostdlib flag would be useful for this.
On Friday, January 26, 2018 at 5:49:19 PM UTC-6, gmhwxi wrote: > > > FYI. > > I was going over some old code in ATS1 (Anairiats). > > I can't help but notice that ATS1 is far more efficient than ATS2 > when the compilation speed is of the concern. I guess that ATS2 > loads by default a lot of library files that ATS1 does not. This is a > familar problem: a user is often forced to pay for what he or she does not > ever use :( > > --Hongwei > > -- You received this message because you are subscribed to the Google Groups "ats-lang-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/ats-lang-users. To view this discussion on the web visit https://groups.google.com/d/msgid/ats-lang-users/3dee2a93-977f-41f1-958a-86d311470261%40googlegroups.com.
