Caml Weekly News
[Posted September 9, 2008 by cook]
| From: |
| Alan Schmitt <alan.schmitt-AT-polytechnique.org> |
| To: |
| lwn-AT-lwn.net |
| Subject: |
| Attn: Development Editor, Latest Caml Weekly News |
| Date: |
| Tue, 9 Sep 2008 09:26:13 +0200 |
| Message-ID: |
| <A284E3A5-00C9-45F1-931F-2A0199307BEA@polytechnique.org> |
| Cc: |
| cwn <cwn-AT-lists.idyll.org> |
Hello,
Here is the latest Caml Weekly News, for the week of September 02 to
09, 2008.
1) Batteries Included documentation, updated preview
2) OCamlSpotter: OCaml compiler extension for source browsing
========================================================================
1) Batteries Included documentation, updated preview
------------------------------------------------------------------------
** David Teller announced:
We're happy to announce a new version of the API documentation,
available at
<https://forge.ocamlcore.org/docman/index.php?group_id=17&...
>.
It's still a preview, but a much more readable one than what we had
provided
so far.
========================================================================
2) OCamlSpotter: OCaml compiler extension for source browsing
Archive: <http://groups.google.com/group/fa.caml/browse_thread/thre...
>
------------------------------------------------------------------------
** Jun Furuse announced:
I have written a small compiler patch called ocamlspotter. It extends
-annot option and records all the variable definition locations, so
that we can jump from variable uses to their definitions easily from
editors such as emacs.
It is still in a beta version quality, but it is already very useful
to browse very complex ocaml project trees.
The source is available as a diff against a cvs version of OCaml
compiler at:
<http://www.furuse.info/jun/hacks/ocamlspotter/>
Comments and suggestions are welcome.
========================================================================
Using folding to read the cwn in vim 6+
------------------------------------------------------------------------
Here is a quick trick to help you read this CWN if you are viewing it
using
vim (version 6 or greater).
:set foldmethod=expr
:set foldexpr=getline(v:lnum)=~'^=\\{78}$'?'<1':1
zM
If you know of a better way, please let me know.
========================================================================
Old cwn
------------------------------------------------------------------------
If you happen to miss a CWN, you can send me a message
(alan.schmitt@polytechnique.org) and I'll mail it to you, or go take a
look at
the archive (<http://alan.petitepomme.net/cwn/>) or the RSS feed of the
archives (<http://alan.petitepomme.net/cwn/cwn.rss>). If you also wish
to receive it every week by mail, you may subscribe online at
<http://lists.idyll.org/listinfo/caml-news-weekly/> .
========================================================================
--
Alan Schmitt <http://alan.petitepomme.net/>
The hacker: someone who figured things out and made something cool
happen.
.O.
..O
OOO
(
Log in to post comments)