This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[ANN]: slimmed down boot-9, revision 1


Greg Harvey writes:
 > 
 > A package containing a slimmed down boot-9 is up at
...
 > 
 > 	* transcend.scm: new module, containing the transcendental
 > 	functions

Does this use functions from M.Galassi et al. 's GNU Scientific library? 
 > 
 > 	* posix.scm: new module, containing the posix functions.

How should one integrate posix stuff that is not in these modules, e.g.
termios ?
 > 
 > 	* read-line.scm : new module, containing the read-line
 > 	functions. This means it's now necessary to to a (use-modules
 > 	(ice-9 read-line)), before you can do read-line[!] and
 > 	read-delimited[!].
Does this new read-line still crash (SIGIOT) guile when used on stdin/out 
port when it is in canonical input mode?
-- 
Klaus Schilling