-
Notifications
You must be signed in to change notification settings - Fork 0
/
2002.06.25.html
98 lines (72 loc) · 3.49 KB
/
2002.06.25.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<html><body>
<a href="2002.06.18.html">Previous week</a> <a href="index.html">Up</a> <a href="2002.07.09.html">Next week</a>
<pre>
Hello,
Here is the latest Caml Weekly News, weeks 11 to 25 june, 2002.
1) <a href="#1">French interactive fiction, anyone ?</a>
2) <a href="#2">Ocaml tracing (with Camlp4)</a>
3) <a href="#3">Cameleon 0.4</a>
4) <a href="#4">DBForge 0.4</a>
<a name="1"/>======================================================================
1) French interactive fiction, anyone ?
----------------------------------------------------------------------
Berke Durak proposed:
Since it's now summer time, is anyone willing to write an interactive
fiction game (i.e. à la Zork or Adventure, although not necessarily in
that particular (fantasy) style) in French (and in Ocaml, of course) ?
The lack of IF games in french is frustrating. Plus, I guess it would
be really fun to write such a game in Ocaml, given that current IF
systems are half-baked, improvised languages.
In particular, natural language processing routines for french
(parsing/unparsing) would be needed.
<a name="2"/>======================================================================
2) Ocaml tracing (with Camlp4)
----------------------------------------------------------------------
Basile Starynkevitch announced:
Dear All,
A big thanks to Alain Frisch, John Malecki, and Daniel de Rauglaudre
for their help.
I finally managed to write a tracing preprocessor.
You can get it thru CVS, eg at
<a href="http://www2.poesia-filter.org:8000/cgi-bin/cvsweb.cgi/PoesiaSoft/PoesiaMonIcap/pa_trace.ml">http://www2.poesia-filter.org:8000/cgi-bin/cvsweb.cgi/PoesiaSoft/PoesiaMonIcap/pa_trace.ml</a>
<a name="3"/>======================================================================
3) Cameleon 0.4
----------------------------------------------------------------------
Maxence Guesdon announced:
I'm happy to announce the release of Cameleon 0.4, a bundle
of tools for the development of OCaml apllications.
It includes the following tools:
- dbforge 0.4,
- report 0.4,
- configwin 0.94,
- IoXML 0.6 (courtesy of Daniel de Rauglaudre),
- Okey 1.0,
- OCamlCVS 1.1++,
- Zoggy 0.91++
- a browser based on ocamldoc,
and additionnal configuration facilities.
<a href="http://www.maxence-g.net/Tools/cameleon/cameleon.html">http://www.maxence-g.net/Tools/cameleon/cameleon.html</a>
<a name="4"/>======================================================================
4) DBForge 0.4
----------------------------------------------------------------------
Maxence Guesdon announced:
I'm happy to announce the release of DBForge 0.4. This tool
lets you describe tables of a database and generates the code
to access these tables, now through 3 libraries :
- OCamlODBC,
- OCaml-MySQL,
- Postgres.
More details at DBForge's page:
<a href="http://www.maxence-g.net/Tools/dbforge/dbforge.html">http://www.maxence-g.net/Tools/dbforge/dbforge.html</a>
Enjoy !
Note: This new version is now included in Cameleon-bundle 0.4:
<a href="http://www.maxence-g.net/Tools/cameleon/cameleon.html">http://www.maxence-g.net/Tools/cameleon/cameleon.html</a>
======================================================================
Old cwn
----------------------------------------------------------------------
If you happen to miss a cwn, you can send me a message
([email protected]) and I'll mail it to you. If you also wish to
receive it every week by mail, just tell me so.
======================================================================
Alan Schmitt
</pre></body></html>