Changes between Version 15 and Version 16 of SplitBase

Show
Ignore:
Timestamp:
02/25/13 05:14:42 (3 months ago)
Author:
nomeata
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SplitBase

    v15 v16  
    1919==== To allow alternative implementations/targets ==== 
    2020 
    21 A Haskell-to-Javascript compiler will not support File IO, or maybe not even IO at all. It would be desirable such an implementation has a chance to at least provide a complete and API compatible base-pure package, and that one can hence reasonably assume that packages and libraries depending only on `base-pure` will indeed work without modification. 
     21A Haskell-to-Javascript compiler will not support File IO, or maybe not even IO at all. It would be desirable such an implementation has a chance to at least provide a complete and API compatible base-pure package, and that one can hence reasonably assume that packages and libraries depending only on `base-pure` will indeed work without modification. This might be subsumed by fulfilling the previous goal. 
    2222 
    2323==== Split base into as FEW packages as possible, consistent with meeting the other goals ====