From: Martin Jambon <martin_jambon@emailuser.net>
To: caml-list@inria.fr
Subject: Camlmix 1.3: OCaml-stuffed templates
Date: Sun, 22 Jan 2006 00:25:01 -0800 (PST) [thread overview]
Message-ID: <Pine.LNX.4.63.0601212145290.15397@droopy> (raw)
I would like to announce the latest version of Camlmix, since it provides
a few features that make it useful in a broader range of applications
than before. It now includes applications that serve web pages with
dynamic contents.
Camlmix is a template processor, which converts text containing
embedded OCaml into an OCaml program with embedded text.
Example:
This is ocaml version ## print Sys.ocaml_version ##
This is ocaml version ##= Sys.ocaml_version ##
becomes after execution:
This is ocaml version 3.09.1
This is ocaml version 3.09.1
The main novelty is that a template can now be converted into a
regular OCaml source file which provides a "render" function instead of
simply executing toplevel expressions when the module is initialized.
The resulting module can be compiled and included into any OCaml program,
and can take advantage of the numerous libraries that are now available
for OCaml, including syntax extensions.
Camlmix 1.3.0 can be installed from GODI or downloaded from its home at
http://martin.jambon.free.fr/camlmix
Have fun!
Martin
--
Martin Jambon, PhD
http://martin.jambon.free.fr
Visit http://wikiomics.org, the Bioinformatics Howto Wiki
reply other threads:[~2006-01-22 8:25 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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.63.0601212145290.15397@droopy \
--to=martin_jambon@emailuser.net \
--cc=caml-list@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