<?xml version="1.0" encoding="ISO-8859-1"?>

<!DOCTYPE message PUBLIC
  "-//MLarc//DTD MLarc output files//EN"
  "../../mlarc.dtd"[
  <!ATTLIST message
    listname CDATA #REQUIRED
    title CDATA #REQUIRED
  >
]>

  <?xml-stylesheet href="../../mlarc.xsl" type="text/xsl"?>


<message 
  url="2003/12/b27fe723d723ccd52a027df72e683a76"
  from="Dustin Sallings &lt;dustin@s...&gt;"
  author="Dustin Sallings"
  date="2003-12-13T06:25:04"
  subject="Re: [Caml-list] Saying hi and the most basic question"
  prev="2003/12/294e6e26a75ec5a94aec065cd022d938"
  next="2003/12/be509fa3a919a5e8efb6a28c92bb384e"
  prev-in-thread="2003/12/a9cdb4b70dd2f4462ee618bef6f12a1a"
  prev-thread="2003/12/dfcdf05bb7a89d0d1442fbf3242c80f8"
  next-thread="2003/12/c8b08257908c25043521e0a3fe5eaa77"
  root="../../"
  period="month"
  listname="caml-list"
  title="Archives of the Caml mailing list">

<thread subject="[Caml-list] Saying hi and the most basic question">
<msg 
  url="2003/12/d1e1de7970b7af2882a64e70200b90ab"
  from="Joaquin Bernal &lt;jobe@b...&gt;"
  author="Joaquin Bernal"
  date="2003-12-12T17:36:37"
  subject="[Caml-list] Saying hi and the most basic question">
<msg 
  url="2003/12/899f95172faf46b3cd08e38f0686cfa2"
  from="ronniec95@l..."
  author="ronniec95@l..."
  date="2003-12-12T17:57:17"
  subject="RE: [Caml-list] Saying hi and the most basic question">
</msg>
<msg 
  url="2003/12/a9cdb4b70dd2f4462ee618bef6f12a1a"
  from="Benjamin Geer &lt;ben@s...&gt;"
  author="Benjamin Geer"
  date="2003-12-12T18:25:54"
  subject="Re: [Caml-list] Saying hi and the most basic question">
</msg>
<msg 
  url="2003/12/b27fe723d723ccd52a027df72e683a76"
  from="Dustin Sallings &lt;dustin@s...&gt;"
  author="Dustin Sallings"
  date="2003-12-13T06:25:04"
  subject="Re: [Caml-list] Saying hi and the most basic question">
</msg>
</msg>
</thread>

<contents>

On Dec 12, 2003, at 9:36, Joaquin Bernal wrote:

&gt; Hi all. I've just subscribed to the list (most redundant sentence
&gt; ever) so I'm dropping the first question. Are there any tutorials or
&gt; books available for download (english or spanish) besides Michael
&gt; Mauny's "Functional Programing using Caml Light" and the OCaml 3.07
&gt; Reference Manual itself?

	Besides the ora reference, I've found this book to be pretty good:

http://www.cs.caltech.edu/courses/cs134/cs134b/book.pdf

&gt; Besides that, what was your first project using Caml? I'd like to
&gt; start mine, so maybe you can give advice about the kind of project
&gt; most suitable for learning.

	I had a few data processing utilities I rewrote.  The original 
versions were written in python and just weren't fast enough for the 
amount of data I was getting daily (well, they were, but it took a 
couple of hours to process everything).  I started looking for other 
languages that would provide better performance.  In my early tests, 
bigloo scheme and ocaml processed one of my data sets in approximately 
the same amount of time.  I went with bigloo for a while because I was 
familiar with scheme and very uncomfortable in ocaml.

	After a while, and with added complexity, I started having both 
performance and stability problems with the bigloo version of my 
processor pilot.  I had some trouble growing the thing as well.

	I decided to give ocaml another go and found that it was insanely 
fast, and completely solid.  Since then, I've been trying to figure out 
what apps I can rewrite.  When I can't rewrite an app, I build 
libraries I figure I'll need later (file processing stuff, auto-filling 
lru cache, cdb, base64, etc...).  It's a lot more fun than my day job.  
:)  (of course, I use ocaml in my day job as well)

--
SPY                      My girlfriend asked me which one I like better.
pub  1024/3CAE01D5 1994/11/03 Dustin Sallings &lt;dustin@spy.net&gt;
|    Key fingerprint =  87 02 57 08 02 D0 DA D6  C8 0F 3E 65 51 98 D8 BE
L_______________________ I hope the answer won't upset her. ____________

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

</contents>

</message>

