From: Dave Benjamin <dave@ramenlabs.com>
To: Dario Teixeira <darioteixeira@yahoo.com>
Cc: Till Varoquaux <till.varoquaux@gmail.com>, caml-list@yquem.inria.fr
Subject: Re: [Caml-list] Width subtyping
Date: Sat, 30 May 2009 22:18:38 -0700 [thread overview]
Message-ID: <4A22132E.30505@ramenlabs.com> (raw)
In-Reply-To: <380372.47429.qm@web111503.mail.gq1.yahoo.com>
Dario Teixeira wrote:
> Hi,
>
>> There must be something that escapes me.... This seems to be an
>> example where ocaml objects really shine because of the structural
>> typing (i.e. an object is defined by the its structure):
>
> You are right. I was probably too fixated on the OOP way of doing this,
> translating record fields into object fields and the functions acting on
> records into object methods. Your solution, where record fields become object
> methods and external functions act on objects that match a certain structure,
> does solve the inconveniences I mentioned before. But objects are still
> a somewhat heavier solution, right?
Heavier in terms of efficiency, or syntax? If you mean the latter, I
wonder if a camlp4 syntax extension might help ease the burden; perhaps
something like:
#{x=5; y=6}
could be translated to:
object method x = 5 method y = 6 end
and then you could benefit from a lightweight syntax and still get the
static type checking.
Dave
next prev parent reply other threads:[~2009-05-31 5:18 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-05-30 15:36 Dario Teixeira
2009-05-31 5:18 ` Dave Benjamin [this message]
2009-05-31 7:34 ` David Allsopp
2009-06-01 4:21 ` Jacques Garrigue
-- strict thread matches above, loose matches on Subject: below --
2009-06-01 13:56 Dario Teixeira
2009-06-01 14:21 ` David Allsopp
2009-06-01 17:04 ` Peng Zang
2009-05-31 23:08 Dario Teixeira
2009-06-01 11:34 ` Yaron Minsky
2009-05-29 15:50 Dario Teixeira
2009-05-29 15:45 Dario Teixeira
2009-05-29 16:06 ` Till Varoquaux
2009-05-29 15:38 Dario Teixeira
2009-05-29 14:10 Dario Teixeira
2009-05-29 14:21 ` [Caml-list] " Jacques Carette
2009-05-29 14:43 ` David Allsopp
2009-05-29 15:33 ` Richard Jones
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=4A22132E.30505@ramenlabs.com \
--to=dave@ramenlabs.com \
--cc=caml-list@yquem.inria.fr \
--cc=darioteixeira@yahoo.com \
--cc=till.varoquaux@gmail.com \
/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