From: Erik de Castro Lopo <ocaml-erikd@mega-nerd.com>
To: caml-list@inria.fr
Cc: Richard Jones <rich@annexia.org>
Subject: Re: [Caml-list] Programming with modules
Date: Fri, 20 Aug 2004 21:59:38 +1000 [thread overview]
Message-ID: <20040820215938.7c21af1b.ocaml-erikd@mega-nerd.com> (raw)
In-Reply-To: <20040820114552.GA6634@annexia.org>
On Fri, 20 Aug 2004 12:45:52 +0100
Richard Jones <rich@annexia.org> wrote:
> Preprocessing with /lib/cpp is possible:
>
> -------------------------------------------------- main.ml
> #include "main-part1.ml"
> #include "main-part2.ml"
>
> -------------------------------------------------- main-part1.ml
> let v1 = 1
>
> -------------------------------------------------- main-part2.ml
> let v2 = v1 + 1;;
> print_endline ("v2 = " ^ string_of_int v2);;
>
>
>
> $ ocamlc -pp /lib/cpp main.ml
OK, I'm sure that will work for now, but I'm not sure if it
scales. What happens when my the line count of the files
hits 10,000 or 100,000 LOC?
Is there a solution that fits my original problem but still
allows separate compilation?
Erik
--
+-----------------------------------------------------------+
Erik de Castro Lopo nospam@mega-nerd.com (Yes it's valid)
+-----------------------------------------------------------+
"This is like creating laws against blasphemy and then complaining that
unbelievers can't come up with any logical argument against the existence
of God" -- www.infoanarchy.org on the Digital Millenium Copyright Act
-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
next prev parent reply other threads:[~2004-08-20 11:59 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-08-20 11:28 Erik de Castro Lopo
2004-08-20 11:45 ` Richard Jones
2004-08-20 11:59 ` Benjamin Geer
2004-08-20 11:59 ` Erik de Castro Lopo [this message]
2004-08-20 12:09 ` Richard Jones
2004-08-27 16:29 ` Richard Jones
2004-08-20 14:47 ` Brian Hurt
2004-08-20 16:56 ` brogoff
2004-08-21 1:28 ` skaller
2004-08-21 1:57 ` [Caml-list] Programming with classes Jean-Baptiste Rouquier
2004-08-21 2:44 ` skaller
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=20040820215938.7c21af1b.ocaml-erikd@mega-nerd.com \
--to=ocaml-erikd@mega-nerd.com \
--cc=caml-list@inria.fr \
--cc=rich@annexia.org \
/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