scheme shell
about
download
support
resources
docu
links
 
scsh.net

Scheme With Ascii

To make `char->integer' and `integer->char' work with ASCII codes, like most other Schemes do:

 (open (modify scheme
               (hide char->integer
                     integer->char))
       (modify ascii
               (rename (char->ascii char->integer)
                       (ascii->char integer->char))))


SchemeWithAscii - raw wiki source | code snippets archive