On Mon, 2007-07-09 at 14:59 -0700, Krishna Srinivasan wrote: > > And I cannot find how to open, read, write files. > Can someone please point me to that ?
This is a mess at the moment. There are three basic kinds of files: * unix fd or windows handles * C FILE* * C++ iostreams and on top of that we have built Felix level wrappers, and on top of that there is a half completed typeclass based stream abstraction. So actually we have not got this right yet. The last version of Felix added typeclasses, and it changed the whole way we approached making libraries: we start to use typeclasses instead of open overloading, but typeclasses make you think much harder about your abstractions, which is good. But the conversion isn't finished because we're still confused.. this isn't a Felix language issue but a library issue. It needs to be driven by what users expect tempered with a nice theoretical model .. so .. What do you want? -- John Skaller <skaller at users dot sf dot net> Felix, successor to C++: http://felix.sf.net ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Felix-language mailing list Felix-language@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/felix-language