Content deleted Content added
Line 185:
Can more be said about ports? I am not familiar with them. [[User:Ideogram|Ideogram]] 23:14, 29 May 2006 (UTC)
There is not much to be said about ports that is not already said in [[Scheme programming language#Input/output|the article]]. Quoting [http://www.schemers.org/Documents/Standards/R5RS/HTML/r5rs-Z-H-9.html#%_sec_6.6.1 R5RS]: ''"Ports represent input and output devices. To Scheme, an input port is a Scheme object that can deliver characters upon command, while an output port is a Scheme object that can accept characters."'' <code>read</code> and <code>write</code> and the other I/O operations of Scheme operate on ports. They more or less correspond to istream and ostream of [[C++]]. — [[User:Tobias Bergemann|Tobias Bergemann]] 12:14, 31 May 2006 (UTC)
== strongly typed? ==
|