Welcome to the manual for libctl, a Guile-based library implementing flexible control files for scientific simulations! This documentation is divided into the following sections, which you should read roughly in order if you are new to libctl:
The introductory section describes the motivation, history, and high-level structure of libctl.
Here, we disuss what a basic ctl control file looks like. From this perspective, ctl is just another control-file format with lots of parentheses.
The advanced user can take advantage of the fact that the ctl file is actually a Scheme program running in a full interpreter (called Guile). Literally anything is possible, especially since the simulation program can support dynamic passing of information back and forth with the control file.
A compact listing of the various functions provided for the user by libctl.
libctl is powerful for the developer, too. One merely specifies an abstract specification file that describes the information that is exchanged with the ctl file, and nearly everything else is automatic.
Guile is a standard GNU program for adding scripting and extensibility to software. It implements an embeddable interpreter for the Scheme language. There are many places that you can go to learn more about Guile and Scheme, and we link to a few of them here.
libctl is free software under the GNU Lesser General Public License (GNU LGPL).
If you have comments or questions regarding libctl, you can contact Steven G. Johnson at stevenj@alum.mit.edu.