caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Berke Durak <berke@altern.org>
To: caml-list@inria.fr
Subject: [Caml-list] String.unescaped and some other little pitiful laments
Date: Tue, 10 Jul 2001 20:07:34 +0200	[thread overview]
Message-ID: <20010710200734.B10265@localhost.localdomain> (raw)

There's a reversible String.escaped function, and I think it would be
nice to have its inverse function built in the String module.

Also I'd like to see those horrible functions returning parameters in
global variables be eradicated, such as those that can be found in the Str
(regular expression) module. Is there a complete, typeful regular
expression package entirely written in Ocaml ?

Many people on this list are talking lighthearted about functions such
as Obj.magic. These functions are pure evil. It makes me sorry to see
that my favorite language has an unsafe and ugly type casting
function. Modules using such features should be flagged as
``evil'', and the use of these functions should not be publicly
advocated.

PS. What is the purpose of the "uses unsafe features" flag in .cmo
files ?  (it can be seen in the output of the "objinfo" program in the
tools/ directory of the compiler). I've made a test program using
unsafe features such as Obj and Array.unsafe_get but the flag wasn't
set.
--
Berke Durak

-------------------
Bug reports: http://caml.inria.fr/bin/caml-bugs  FAQ: http://caml.inria.fr/FAQ/
To unsubscribe, mail caml-list-request@inria.fr  Archives: http://caml.inria.fr


             reply	other threads:[~2001-07-10 18:20 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-07-10 18:07 Berke Durak [this message]
2001-07-10 18:55 ` Markus Mottl
2001-07-11  6:44   ` Jean-Christophe Filliatre
2001-07-11  6:37 ` Jean-Christophe Filliatre
2001-07-11  7:29   ` Claude Marche
2001-07-11 18:03   ` Jerome Vouillon
2001-07-11 19:30 ` Xavier Leroy
2001-07-11 20:33   ` Markus Mottl

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=20010710200734.B10265@localhost.localdomain \
    --to=berke@altern.org \
    --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;
as well as URLs for NNTP newsgroup(s).