On Tue, 2006-11-14 at 11:29 +0000, Rhythmic Fistman wrote: > Cool. Bookmarking that. Do you reckon I can use that > cfun/cproc stuff to generate a c library of the same?
You can already use 'export' to make a C library. A cfun might not have a known name, so at the moment you'd need to use both. > Awesome. How about conversion? Can I generate > the N^2 cases for conversions between N formats? > Or at least ease the pain? Well you can make a generic *signature* for converting from X to Y, but typically you have to actually implement all the conversions one way or the other. -- John Skaller <skaller at users dot sf dot net> Felix, successor to C++: http://felix.sf.net ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Felix-language mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/felix-language
