I/O, modules

2012-11-12 Thread thorsopia
Hello, Could you show me some trivial programs related to I/O (e.g. read from file, convert to uppercase, write to another file)? This page [0] doesn't list a function that can be used to read the whole file at once. Is there a "read-string" function? What about "read-port"? Should I import some

Re: Typed Guile?

2012-09-19 Thread thorsopia
Noah, Can Guile use a library written on a typed language? I understand that it's not going to work out of the box, but what would be easier to adapt: Haskell, Typed Racket or Typed Clojure*?

Typed Guile?

2012-09-18 Thread thorsopia
Hi, The first part of this message may look irrelevent, but you'll understand why I decided to start this way. I'm going to write a library. Here is the list of things I care about (from the most important to the least important): - Strict type system; - Wide community; - Performance. There