mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
2b905abd02
CDuce is an XML centric programming language result of a joint research project on XML, semantic subtyping, databases and efficient tree automata. Despite its XML orientation, it is also generalist. PR: 82117 Submitted by: Marwan Burelle <marwan.burelle (at) lri.fr>
18 lines
774 B
Plaintext
18 lines
774 B
Plaintext
CDuce is modern programming language, adapted to the manipulation of
|
|
XML documents. With a syntax inspired from ML, it comes with many
|
|
interesting features such as higher order, overloaded functions and
|
|
powerful regular expressions patterns. It also provides an embeded XML
|
|
query language, using the traditional SELECT FROM WHERE form.
|
|
|
|
This project is a spin-off of a research effort split amongst two CNRS
|
|
labs (the Languages group of ENS in Paris and the Databases group of
|
|
LRI in Orsay), and one INRIA project (the Cristal project). Please see
|
|
the CDuce team page for a list of researchers contributing to this
|
|
research effort. Some technical papers present the theoretical
|
|
foundations of the language.
|
|
|
|
WWW: http://www.cduce.org
|
|
|
|
- Burelle Marwan
|
|
marwan.burelle@lri.fr
|