Here's the other half of my wiki-tizing:

http://www.felix.cybercloud.net/wiki/index.php/Interface_standardization

It should be pretty obvious. Here's the open questions I had:

1. what do if we have key-value pairs? Should we pass them in as a tuple 
(how stl does it), or break them apart (as in ocaml)?

2. '+' is synonymous with adding an element to a data structure. Should 
'-' be synonymous with removing one? My vote is no. Any other opinions?

3. do we want common function aliases, such as 'mem' for contains'?

4. how functional should the data structures be?

5. should 'pop' and similar functions return the data structure, in 
order to be compatible with functional data structures?


-e

-------------------------------------------------------------------------
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
Felix-language@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to