Go to the first, previous, next, last section, table of contents.
Elib is still under development and needs a number of enhancements to be
called fairly complete. Here is a list of wishes of functions and data
types which we would like to enter into Elib in future releases:
-
Numerical data types such as Floating point numbers, Complex
numbers, Arbitrarily long integers, etc. (Perhaps we can get
these from the freely distributable elisp package
calc
.)
-
Other container data types such as Priority queues, 2-3-trees, Hash
tables, Sets, etc.
-
Other implementations of old container data types. For instance, are
vector implementations of stacks and queues faster than the current ones
using cons cells?
-
Miscellaneous other small functions.
We are grateful for all donations of code that we can receive. However,
your code will be still more useful if you also provide documentation
and code to test your new library functions.
Go to the first, previous, next, last section, table of contents.