On Mon, 2007-10-01 at 17:58 -0700, Erick Tryzelaar wrote:

>  What do you think about starting to migrate
> the instances into the modules for things like list, varray, and etc?

BTW: probably more important, as pointer out by the last deserter ..
typeclasses for I/O. There's only so much you can do calculating
2 + 40 and printing to the console.

We have 3 kinds of files: native handles, C FILE* streams,
and C++ iostreams, plus, we have sockets with concrete
and typeclass bytestream abstractions. And I have a load
function for text files.. its all very confusing.

print(ln) delegates to fprint (iostream, string) ..
I can't see a reason not to add C files and native
handles in so string I/O will work with any kind
of file.

-- 
John Skaller <skaller at users dot sf dot net>
Felix, successor to C++: http://felix.sf.net

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Felix-language mailing list
Felix-language@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to