Mailing list for all users of the OCaml language and system.
 help / color / mirror / Atom feed
From: brogoff <brogoff@speakeasy.net>
To: caml-list@yquem.inria.fr
Subject: Re: [Caml-list] Config_file : first release
Date: Sun, 21 Nov 2004 10:05:06 -0800 (PST)	[thread overview]
Message-ID: <Pine.LNX.4.58.0411210958520.7553@shell1.speakeasy.net> (raw)
In-Reply-To: <1100878356.419e12141967a@mouette.ens-lyon.fr>

On Fri, 19 Nov 2004, Jean-Baptiste Rouquier wrote:

> I'm pleased to annouce the first release of Config_file.
>
> This library allows one to save configuration parameters (basic types, lists,
> user defined, etc.) into a file and load them. The configuration file is human
> readable, structured and allow (* *) comments.
>
> I've started with the module Options from cameleon and added full
> documentation, a few new features, rewritten in OO style (to learn OO :-),
> error logging, more secure parsing of the configuration file.
>
> This lib is used in cameleon and in my own programms. It's available on
> http://savannah.nongnu.org/download/cameleon/ and on my own webpage.
> It's part of cameleon2 (not yet available) but is also available separately.
>
> Comments welcome, especially if you know other similar libs. I know Inifiles,
> Option from cameleon and I couldn't download ConfigParser from Missinglib.

I think the whole reason for the little language Lua is to provide a language
for config files, so Lua-ML (used in some C-- compiler I think) is a similar
library.

Once you accept the need for doing some computation in the config file, it
seems that you want a small extension language interpreter for this task.
Scheme also works. I'm currently trying to decide between Scheme and Lua for
this task.

-- Brian


  parent reply	other threads:[~2004-11-21 18:05 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-11-19 15:32 Jean-Baptiste Rouquier
2004-11-19 21:48 ` [Caml-list] " skaller
2004-11-20  8:26   ` Jean-Baptiste Rouquier
2004-11-21 18:05 ` brogoff [this message]
2004-11-21 21:00   ` skaller
2004-11-21 21:13     ` brogoff
2004-11-21 23:35   ` Richard Jones
2004-11-25 16:47 ` [Caml-announce] " John Goerzen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.LNX.4.58.0411210958520.7553@shell1.speakeasy.net \
    --to=brogoff@speakeasy.net \
    --cc=caml-list@yquem.inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox