Mailing list for all users of the OCaml language and system.
 help / color / mirror / Atom feed
From: David Allsopp <dra-news@metastack.com>
To: "caml-list@inria.fr" <caml-list@inria.fr>
Subject: RE: [Caml-list] fold missing in string/bytes
Date: Fri, 19 Dec 2014 07:48:56 +0000	[thread overview]
Message-ID: <E51C5B015DBD1348A1D85763337FB6D9E97B6569@Remus.metastack.local> (raw)
In-Reply-To: <CAL2Z3DCUjq1o7+mancpR+ttpJkHESNUeFicorK7BpE7qPntyAQ@mail.gmail.com>

Jiten Pathy wrote:
> Any rationale, why the stdlib doesn't have fold on string/bytes?

The Standard Library has to remain maintainably small for Inria - a line has to be drawn somewhere. There are alternatives available, all of which have String folding:

ExtLib: http://ocaml-extlib.googlecode.com/svn/doc/apiref/ExtString.String.html
Batteries: http://ocaml-batteries-team.github.io/batteries-included/hdoc/BatString.html
Jane Street Core: https://ocaml.janestreet.com/ocaml-core/111.28.00/doc/core_kernel/#Core_string

ExtLib & Batteries are intended to be drop-in replacements for the Standard Library (so all existing standard library functions are included); Core is not.


David

      reply	other threads:[~2014-12-19  7:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-19  5:35 Jiten Pathy
2014-12-19  7:48 ` David Allsopp [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E51C5B015DBD1348A1D85763337FB6D9E97B6569@Remus.metastack.local \
    --to=dra-news@metastack.com \
    --cc=caml-list@inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox