> Compliments pour votre Coopérative.
> 
> Voici un exemple d'utilisation de SQLite, si vous voulez l'ajouter à la
> documentation.
> Toutefois j'ai eu des problèmes avec result_get_length (Uncaught
> exception - [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>).

SQLite C API is a mess. In particular, there is no possibility to
retreive the number of results from a SELECT without fetching them.

> Je crois qu'accepter les labels seul si elles sont suivantes au
> $goto(label) soit restrictif.

This is not the case, as the following example shows :

begin:
$goto(begin);

> Comment je peux accéder à NekoML? Est'il suffisant la documentation d'OCAML?

The best is to read sources in neko/src directory, and use the nekoml
compiler (will be built when compiling Neko CVS version).

Best,
Nicolas

-- 
Neko : One VM to run them all
(http://nekovm.org)

Reply via email to