caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [ANN] The course on Unix System programming in OCaml is translated
@ 2010-04-05  9:45 Daniel Bünzli
  2010-04-05 13:45 ` [Caml-list] " Oliver Bandel
  2010-04-07 17:25 ` Florent Monnier
  0 siblings, 2 replies; 5+ messages in thread
From: Daniel Bünzli @ 2010-04-05  9:45 UTC (permalink / raw)
  To: caml-list

Hello,

It is my pleasure to announce that Xavier Leroy and Didier Rémy's
course on Unix system programming in Objective Caml is now available
in english at this address :

http://ocamlunix.forge.ocamlcore.org/

If you had a look at the individual publications of the chapters
announced on the project feed you may want to have a look again: some
parts of the text were improved and a few translation errors were
corrected in the final version.

The translation was made by :

* Eric Cooper
* Eliot Handelman
* Priya Hattiangdi
* Thad Meyer
* Prashanth Mundkur
* Richard Paradies
* Till Varoquaux
* Mark Wong-VanHaren
* Daniel C. Bünzli

And the resulting text was proofread by :

* David Allsopp
* Erik de Castro Lopo
* John Clements
* Anil Madhavapeddy
* Prashanth Mundkur.

A big thank to all of them for the time they provided for the project.

A special mention goes to Prashanth Mundkur who was very supportive
and responsive all along. He not only proofread more than one chapter
but also provided fixes and improvements for every part of the
document.

Thanks also to all the people working on ocamlcore.org for the hosting
resources.

Best,

Daniel


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Caml-list] [ANN] The course on Unix System programming in OCaml is translated
  2010-04-05  9:45 [ANN] The course on Unix System programming in OCaml is translated Daniel Bünzli
@ 2010-04-05 13:45 ` Oliver Bandel
  2010-04-07 17:25 ` Florent Monnier
  1 sibling, 0 replies; 5+ messages in thread
From: Oliver Bandel @ 2010-04-05 13:45 UTC (permalink / raw)
  To: caml-list

Zitat von "Daniel Bünzli" <daniel.buenzli@erratique.ch>:

> Hello,
>
> It is my pleasure to announce that Xavier Leroy and Didier Rémy's
> course on Unix system programming in Objective Caml is now available
> in english at this address :
>
> http://ocamlunix.forge.ocamlcore.org/
[...]


Fine, thanks to all people who made this possible. :-)

Just yesterday night I did some Python-Programming and
wished I had started the stuff in OCaml (because of the type
checking as well as other reasons).... but I need to do more
Python at work... a reason why I chosed it (to have more Python
practising).

Sadly the argument against OCaml at work is, that I'm the only one who
knows it... and also that I'm working there as external person (freelancer).
So, if I leave, they think theys will have problems. (They will not  
have, because the code works well. :))

In one tool I used OCaml there... but they want to understand the Code,
so I will be urged to use C or Python in the future.

Nevertheless from time to time I do some OCaml coding,
but that only for my own stuff, not at work.

To have a paper to point at, makes it more easy
to show it to people, when trying to convince them to use OCaml. :)

Otherwise, one always must refer to C and the according manpages...
...and then translate all that into OCaml programming.

...so, I hope that new document will make things better in this respect.
It would be much more fun to use OCaml for a lot of tasks, even if  
Python has the one big advantage of the huge amount of libraries.

Maybe just writing wrappers from C-libs to OCaml would give OCaml
more libraries; I would prefer pure OCaml stuff, but maybe just to
get many libs accessible, wrappers/bindings would help here in a rather
short time.


Saying that, I would like to mention a wish:

     The next paper, that I wish to find,
     would be a detailed document on the OCaml <-> C-Interface.
     Some things are not 100% clear to me, so if
     Xavier Leroy and Didier Rémy are looking for something they could
     elaborate on, I would absolutely prefer that topic!



Ciao,
    Oliver


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Caml-list] [ANN] The course on Unix System programming in OCaml is translated
  2010-04-05  9:45 [ANN] The course on Unix System programming in OCaml is translated Daniel Bünzli
  2010-04-05 13:45 ` [Caml-list] " Oliver Bandel
@ 2010-04-07 17:25 ` Florent Monnier
  2010-04-08 17:29   ` Daniel Bünzli
  1 sibling, 1 reply; 5+ messages in thread
From: Florent Monnier @ 2010-04-07 17:25 UTC (permalink / raw)
  To: caml-list

Le lundi 5 avril 2010 11:45:12, Daniel Bünzli a écrit :
> Hello,
Hello,
I want to congratulate all the contributors to this project.
This is a great work!

[...]
>                                                                  some
> parts of the text were improved
[...]

do you mean that the original content was improved?
if so, are these improvements available back in the French version?

Also there are problems in the HTML version. Are you interested by some 
remarks ?

-- 
Regards


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Caml-list] [ANN] The course on Unix System programming in OCaml  is translated
  2010-04-07 17:25 ` Florent Monnier
@ 2010-04-08 17:29   ` Daniel Bünzli
  0 siblings, 0 replies; 5+ messages in thread
From: Daniel Bünzli @ 2010-04-08 17:29 UTC (permalink / raw)
  To: Florent Monnier; +Cc: caml-list

> do you mean that the original content was improved?

No the translation itself.

> if so, are these improvements available back in the French version?

A few errors were found and reported back to Didier.

> Also there are problems in the HTML version. Are you interested by some
> remarks ?

Yes.

Best,

Daniel


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [ANN] The course on Unix System programming in OCaml is translated
@ 2010-04-04 14:46 Daniel Bünzli
  0 siblings, 0 replies; 5+ messages in thread
From: Daniel Bünzli @ 2010-04-04 14:46 UTC (permalink / raw)
  To: caml-list List
  Cc: eliot, Prashanth Mundkur, Richard Paradies, Erik de Castro Lopo,
	Mark Wong-VanHaren, Anil Madhavapeddy, Thad Meyer, David Allsopp,
	John Clements, Till Varoquaux, Eric Cooper, Didier Remy,
	xavier.leroy

Hello,

It is my pleasure to announce that Xavier Leroy and Didier Rémy's
course on Unix system programming in Objective Caml is now available
in english at this address :

http://ocamlunix.forge.ocamlcore.org/

If you had a look at the individual publications of the chapters
announced on the project feed you may want to have a look again: some
parts of the text were improved and a few translation errors were
corrected in the final version.

The translation was made by :

* Eric Cooper
* Eliot Handelman
* Priya Hattiangdi
* Thad Meyer
* Prashanth Mundkur
* Richard Paradies
* Till Varoquaux
* Mark Wong-VanHaren
* Daniel C. Bünzli

And the resulting text was proofread by :

* David Allsopp
* Erik de Castro Lopo
* John Clements
* Anil Madhavapeddy
* Prashanth Mundkur.

A big thank to all of them for the time they provided for the project.

A special mention goes to Prashanth Mundkur who was very supportive
and responsive all along. He not only proofread more than one chapter
but also provided fixes and improvements for every part of the
document.

Thanks also to all the people working on ocamlcore.org for the hosting
resources.

Best,

Daniel


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-04-08 17:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-04-05  9:45 [ANN] The course on Unix System programming in OCaml is translated Daniel Bünzli
2010-04-05 13:45 ` [Caml-list] " Oliver Bandel
2010-04-07 17:25 ` Florent Monnier
2010-04-08 17:29   ` Daniel Bünzli
  -- strict thread matches above, loose matches on Subject: below --
2010-04-04 14:46 Daniel Bünzli

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).