Pierre Weis | 8 Sep 1994 15:04
Picon
Picon

TCL/TK interface for Caml Light

A new library interface between Caml Light and TCL/TK has been
contributed by Francois Pessaux and Francois Rouaix.

TK is a GUI library for the TCL language. Normally, TK is controlled
from TCL. The purpose of the Caml-TK interface is to provide a Caml Light
library to control TK from Caml Light programs. Thus, TK can be used to
program graphical user-interfaces in Caml Light without knowledge of
the TCL language.

The contribution is available by anonymous ftp from ftp.inria.fr
(192.93.2.54), directory lang/caml-light, file camltk-alpha1.tar.Z
A documentation is included into this distribution.

For the time being, the library is an alpha release not fully tested.
Please report problems and bugs directly to Francois.Rouaix <at> inria.fr
instead of caml mailing lists. Don't hesitate to make comments and
suggestions, or ask questions.

Enjoy!

Francois Rouaix.

Une interface entre Caml Light et TCL/TK, e'crite par Francois Pessaux
et Francois Rouaix, est disponible par ftp anonyme sur ftp.inria.fr
(192.93.2.54), re'pertoire lang/caml-light, fichier camltk-alpha1.tar.Z

TK est une bibliothe`que pour le langage TCL qui permet de cre'er des
interfaces graphiques. Avec Caml-TK on peut appeler directement TK
depuis Caml Light et programmer confortablement son interface
graphique dans son langage favori.
(Continue reading)

John Harrison | 27 Sep 1994 14:29
Picon
Picon
Favicon

System interface


Is there a straightforward way (under Unix) of executing
arbitrary system commands from inside CAML Light? 

For example:

  system "ls -al | sort +3 >/tmp/.listing"

John.

Xavier Leroy | 28 Sep 1994 18:02
Picon
Picon

Re: System interface

> Is there a straightforward way (under Unix) of executing
> arbitrary system commands from inside CAML Light? 

The unix__system function does just that. The "unix" library is in
contrib/libunix in the distribution. Once installed, it can be linked
with a standalone application as follows:

        camlc -custom -o <applname> unix.zo <appl .zo files> -lunix

For interactive use of the functions provided by this library, first
build a "custom toplevel":

        camlmktop -custom -o camlunix unix.zo -lunix

then launch it with:

        camllight camlunix

- Xavier Leroy

Veronique Donzeau-Gouge | 19 Sep 1994 16:12
Picon
Picon
Favicon

JFLA'95

 Nouvelle diffusion de l'appel aux communications pour les JFLA'95.
Ces journees vont avoir lieu dans le Jura, a Bois d'Amont (les Rousses).

   * FAITES CIRCULER * FAITES CIRCULER * FAITES CIRCULER * FAITES CIRCULER *

      (   This message is intentionally written in French  )

APPEL AUX COMMUNICATIONS                             APPEL AUX COMMUNICATIONS

                              JFLA'95
              Journe'es Francophones des Langages Applicatifs
                  Organise'es par l'INRIA et le CNAM

30-31 JANVIER 1995                                              

  JFLA'95 est la sixie`me confe'rence francophone organise'e autour des
langages applicatifs.  La se'rie des JFLA a de'bute' en janvier
1990 a` La Rochelle sur l'initiative de Christian Queinnec.  Depuis
lors, elles ont eu lieu a` Gresse-en-Vercors, Tre'guier,  Annecy,  Noirmoutier. 
Leur succe`s les font naturellement se re'pe'ter. Les prochaines
journe'es se tiendront les 30  et 31 janvier 1995 dans le Jura \`a
Bois d'Amont- Les Rousses.

 Ces journe'es ont pour but de re'unir les chercheurs : concepteurs ou
utilisateurs des langages applicatifs. 

 Elles ont pour ambition de couvrir le domaine des langages
applicatifs (langages ensemblistes, fonctionnels, parenthe'tiques, 
a` objets ou acteurs) a` la fois sur les plans the'orique et pratique.

(Continue reading)


Gmane