Browse thread
[Caml-list] kprintf with user formatters
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2004-07-22 (10:35) |
From: | lehalle@miriad <charles.lehalle@m...> |
Subject: | Re: [Caml-list] wait instruction |
On Thu, 22 Jul 2004 10:40:51 +0200 (CEST), Olivier Andrieu <andrieu@ijm.jussieu.fr> wrote: > select ? > let msleep ms = > let _ = Unix.select [] [] [] (float ms /. 1000.) in () thank you, it is indeed what I wanted. I will use it for my (now traditionnal) open source "summer game", that I program in ocaml for 2 years, the last year release was dominocaml (a domino game engine with an interface with any language to implement "AI players") and this year will be an hybrid tetris-winmine game called BoCaL, you can find its actual release here: http://sourceforge.net/project/showfiles.php?group_id=72934&package_id=123433&release_id=254953 more seriously I will try to upgrade ocamaweb (a "widely" used literate programming tool in ocaml) next week including new features accordingly to the new MATLAB release and allowing it to work with ANY programming language. if someone here already use it and wants to give me advices : monday is the dead line. charles ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners