Hello
Here is the latest OCaml Weekly News, for the week of December 09 to 16, 2014.
Archive: https://sympa.inria.fr/sympa/arc/caml-list/2014-12/msg00064.html
Peter Zotov announced:
I'm glad to present m17n, a package that allows using Unicode
identifiers in the OCaml source code.
type 色 =
| @赤
| @黄色
| @緑色
[@@deriving show]
let () = print_endline (show_色 @赤)
See the complete description and installation instructions
on [1]. (It will take a few hours before OPAM is synchronized
properly).
[1]: https://github.com/whitequark/ocaml-m17n
Archive: https://sympa.inria.fr/sympa/arc/caml-list/2014-12/msg00067.html
Peter Zotov announced:
I'm glad to announce ppx_include, a syntax extension to
include OCaml source files in each other. It will be
available in OPAM shortly.
See the README at [1] for details.
[1]: https://github.com/whitequark/ppx_include
Thanks to Alp Mestan, we now include in the OCaml Weekly News the links to the
recent posts from the ocamlcore planet blog at http://planet.ocaml.org/.
OCaml App for iOS 8.1 (Sources):
http://psellos.com/2014/12/2014.12.ocaml-portland-app.html
OCaml EFL 1.12.0 released:
https://forge.ocamlcore.org/forum/forum.php?forum_id=917
Recognizers:
http://shayne-fletcher.blogspot.com/2014/12/recognizers.html
Parsing regular expressions:
http://shayne-fletcher.blogspot.com/2014/12/parsing-regular-expressions.html
OCaml 4.01 for iOS 8:
http://psellos.com/2014/12/2014.12.ocaml-ios8.html
If you happen to miss a CWN, you can send me a message and I'll mail it to you, or go take a look at the archive or the RSS feed of the archives.
If you also wish to receive it every week by mail, you may subscribe online.