The Core Meta library

The core meta library is a collection of independent datatypes and functions. For convenience reasons these functions are a part of the Highlander library, but they are not related to the web server, i.e. you can use them even if you're not creating a web server.

But what's in the library?

Lots of stuff is in the core library. Most modules are implemented as Abstract Data Types, ADT.

Below is an incomplete list, just to indicate what you will find.

The core library is ready to use and is in use today as the library is used by the highlander web server. The major thing lacking now is documentation. The core library is not completely documented and no tutorials exist.

Having said that, quite a lot of man pages already exist. Please use these as documentation until a full blown tutorial and reference is available.

Back to front page