Wow, Ciao looks clever! I will def. check that out sometime.
In the meantime I have been writing a GNU Prolog extension that wraps dynamic library loading… I figured that if I was going to use existing libraries it would be smarter to be able to wrap *any* C library so I am working on an FFI library for gprolog I guess. Much to my amazement after only a few hours, never having written gprolog C code before, I have a working dlopen(), dlclose() and dlerror() going on! I want to stick with GNU Prolog for various reasons but Cia def looks interesting. Thatks for that! On 22 Jun 2013, at 10:28, Francois Fages <[email protected]> wrote: > The Ciao Prolog http://ciao-lang.org/ people did a very good job on this a > long time ago > but I'm not sure of the current status of their HTTP > http://ciao-lang.org/docs/1.14/13646/CiaoDE-1.14.2-13646_ciao.html/pillow_doc.html > and SQL > http://ciao-lang.org/docs/1.14/13646/CiaoDE-1.14.2-13646_ciao.html/sqltypes.html > libraries. > > Best > > François Fages > > > emacstheviking a écrit : >> Does anybody know the current status and availability of this? >> >> If it appears to be a "dead" project then I am very very tempted to start a >> moden clean-room implementation of my own and see how it works out. I am >> learning Prolog *again* and I want to be able to talk to MySQL for lots of >> reasons. >> >> I am also planning (time, such precious little time...) on some kind of HTTP >> interface too, maybe using cURL or something as that would just be plain FFI >> into libcurl which means that things like ElasticSearch, MongoDB et al. >> would be opened up i.e. anything that works over HTTP. >> >> Thanks in advance, >> Sean Charles. >> >> >> >> _______________________________________________ >> Users-prolog mailing list >> [email protected] >> https://lists.gnu.org/mailman/listinfo/users-prolog > > > -- > Francois Fages <[email protected]> Directeur de Recherche > INRIA Paris Rocquencourt - Equipe projet Contraintes > Domaine de Voluceau, Rocquencourt, BP 105 Tel: (+33) 1 39 63 57 09 > 78153 LE CHESNAY CEDEX - FRANCE Fax: (+33) 1 39 63 54 69 > http://contraintes.inria.fr/~fages Mob: (+33) 6 82 82 29 37 > _______________________________________________ Users-prolog mailing list [email protected] https://lists.gnu.org/mailman/listinfo/users-prolog
