caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Remi VANICAT <vanicat@labri.u-bordeaux.fr>
To: caml-list@inria.fr
Subject: Re: [Caml-list] récupération de paramètre
Date: 04 May 2001 00:49:19 +0200	[thread overview]
Message-ID: <87y9senj4g.dlv@labri.u-bordeaux.fr> (raw)
In-Reply-To: <15089.47735.317609.314974@ext>

Jean-Christophe Filliatre <Jean-Christophe.Filliatre@lri.fr> writes:

> Il n'y a pas d'acces au compilateur Caml aussi simple que
> "function_of_string" (comment cela pourrait-il etre statiquement type,
> d'ailleurs ?) Il y a cependant plusieurs manieres de faire, dont entre
> autres :
> 
>   - dans un toplevel, l'inclusion d'un morceau de code avec #use
>     (qui peut par exemple definir une fonction f, la stocker dans
>     une reference, etc.)
> 
>   - la compilation d'un module definissant une fonction f (avec un
>     appel externe au compilo Caml) puis un chargement dynamique de ce
>     code avec le module Dynlink
> 
>   - la definition de votre propre type pour les fonctions dont vous
>     avez besoin, le parseur et l'interpreteur associes, bref votre
>     mini Caml dans Caml :-)
> 
> Cordialement,

il y a aussi la solution dynamic caml (http://oops.tepkom.ru/dml/)

-- 
Rémi Vanicat
vanicat@labri.u-bordeaux.fr
http://dept-info.labri.u-bordeaux.fr/~vanicat
-------------------
To unsubscribe, mail caml-list-request@inria.fr.  Archives: http://caml.inria.fr


  reply	other threads:[~2001-05-03 21:38 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-05-03 15:07 Guy Yeterian
2001-05-03 20:07 ` Jean-Christophe Filliatre
2001-05-03 22:49   ` Remi VANICAT [this message]
2001-05-07 10:07     ` Fabrice Le Fessant
2001-05-10 11:22       ` Dmitry Lomov

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=87y9senj4g.dlv@labri.u-bordeaux.fr \
    --to=vanicat@labri.u-bordeaux.fr \
    --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;
as well as URLs for NNTP newsgroup(s).