<div>The Core/Async tutorials from 2011 and 2012 are linked below, but they don't mention where the corresponding repos might be.</div><div><br></div><div><a href="http://cufp.org/conference/sessions/2011/t2-janestreets-ocaml-core-library">http://cufp.org/conference/sessions/2011/t2-janestreets-ocaml-core-library</a><br>

</div><a href="http://cufp.org/conference/sessions/2012/t1-real-world-ocaml-anil-madhavapeddy-university-c">http://cufp.org/conference/sessions/2012/t1-real-world-ocaml-anil-madhavapeddy-university-c</a><br><div><br></div>

<div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Nov 12, 2012 at 11:59 PM, Malcolm Matalka <span dir="ltr"><<a href="mailto:mmatalka@gmail.com" target="_blank">mmatalka@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I don't know if it's still available, but the ocaml-tutorial repo from<br>
CUFP has been handy for some things, especially sexp and binio.<br>
<br>
What is the easiest way to contribute docs to core?  The bitbucket wiki?<br>
<span class="HOEnZb"><font color="#888888"><br>
/M<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
Dominick LoBraico <<a href="mailto:dj@lobraico.com">dj@lobraico.com</a>> writes:<br>
<br>
> The fact that has probably blocked that is the general vastness of Core.<br>
> There is an example file for the Command module included with Core I<br>
> believe (command-line parsing module). If there are specific areas that you<br>
> would like to see some clarity on I could write up some simple examples for<br>
> you/the community.<br>
><br>
> On Monday, November 12, 2012 7:02:51 PM UTC-6, Francois Berenger wrote:<br>
>><br>
>> Thanks for the command.<br>
>><br>
>> In fact, it would be quite useful to have example programs for core too.<br>
>> I think I saw just one, while async has many.<br>
>><br>
>> On Tuesday, November 13, 2012 5:20:43 AM UTC+9, Dominick LoBraico wrote:<br>
>>><br>
>>> Francois,<br>
>>><br>
>>> If you have ocamlfind install, this should work (for example):<br>
>>><br>
>>> $ ocamlfind ocamlc -thread -package async -linkpkg <a href="http://hello.ml" target="_blank">hello.ml</a> -o hello.exe<br>
>>><br>
>>><br>
>>> On Thursday, November 8, 2012 7:01:50 PM UTC-6, Francois Berenger wrote:<br>
>>>><br>
>>>> By the way, how do I compile them?<br>
>>>> It was my initial question. ;)<br>
>>>><br>
>>>> On Fri, Nov 9, 2012 at 10:00 AM, Francois Berenger<br>
>>>> <<a href="mailto:francois.ber...@gmail.com">francois.ber...@gmail.com</a>> wrote:<br>
>>>> > $ cd ~/.opam/system/build/async.108.07.01/examples<br>
>>>> > $ grep -ri jane.std *<br>
>>>> > bin_prot_test.ml:open Jane.Std<br>
>>>> > cat.ml:open Jane.Std<br>
>>>> > countdown.ml:open Jane.Std<br>
>>>> > finalizer.ml:open Jane.Std<br>
>>>> > monitors.ml:open Jane.Std<br>
>>>> > process.ml:open Jane.Std<br>
>>>> > process_stream.ml:open Jane.Std<br>
>>>> > server.ml:open Jane.Std<br>
>>>> > signals.ml:open Jane.Std<br>
>>>> > sigpipe.ml:open Jane.Std<br>
>>>> > socket.ml:open Jane.Std<br>
>>>> > sound.ml:open Jane.Std<br>
>>>> > write_forever.ml:open Jane.Std<br>
>>>> ><br>
>>>> > On Fri, Nov 9, 2012 at 2:02 AM, Stephen Weeks <<a href="mailto:swe...@janestreet.com">swe...@janestreet.com</a>><br>
>>>> wrote:<br>
>>>> >>> Jane.Std is some internal stuff that is not exported.  We should fix<br>
>>>> >>> that example not to use it.  Which specific example is it?<br>
>>>> >><br>
>>>> >> Many of the examples in base/async/examples unnecessarily refer to<br>
>>>> >> Jane.Std.  I pushed a fix internally to change them all to Core.Std.<br>
>>>><br>
>>><br>
</div></div></blockquote></div><br></div>