Changes between Initial Version and Version 1 of Ticket #1398


Ignore:
Timestamp:
09/01/17 21:42:22 (7 years ago)
Author:
Mario Domenech Goulart
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1398 – Description

    initial v1  
    1 {{{read-file}}} from C4 has been renamed to {{{read-all}}} in C5, but we have {{{read-all}}} in C4 as well, and their signature are compatible, which means that the compiler won't be able to spot bugs in code being ported from C4 to C5.
     1{{{read-file}}} from C4 has been renamed to {{{read-all}}} in C5, but we have {{{read-all}}} in C4 as well, and their signatures are compatible, which means that the compiler won't be able to spot bugs in code being ported from C4 to C5.
    22
    33It's a similar issue as {{{bit-set?}}}'s.
    44
    5 TODO: check how other implementations call such a procedure.
     5Here's how other implementations name such a procedure:
     6
     7* Gambit: {{{read-all}}}
     8* Gauche: {{{port->sexp-list}}} (the documentation mentions "The API is taken from scsh and STk")