From: John Malecki <johnm@artisan.com>
To: Doug Bagley <doug@bagley.org>
Cc: caml-list@inria.fr
Subject: Re: [Caml-list] error messages to stdout?
Date: Thu, 17 Jan 2002 10:33:06 -0800 [thread overview]
Message-ID: <15431.6370.86918.38285@reggie.artisan.com> (raw)
In-Reply-To: <15429.56844.510694.554970@ns.bagley.org>
Doug Bagley wrote (2002-01-16T14:09:48-0600):
>
> Anyway, I have a workaround, I wrote a "trampoline" program that can
> be used in place of the toplevel interpreter and does the compilation
> transparently for lazy persons such as myself.
>
> It essentially turns any compiled language into a scripting language.
> If anyone is interested in it ... I could clean it up for public
> consumption.
Hi Doug,
I'd be interested in the trampoline program.
At the moment we are operating in a homogeneous computing environment.
Sooner or later we will add some a different computer architecture to
our pool and I was thinking about how to take advantage of compiling
byte-code once and using it on all platforms. This has the advantage
that a developer can compile once, on any one platform, and make that
program immediately available on all other machine architectures.
I'm not sure of the best way to do this. I was thinking of using the
bash MACHTYPE environment variable and then install the byte-code
program in /usr/local/bin but have the 1st line of that file say
#! /usr/local/bin/ocamlrun.$MACHTYPE
Unfortunately the loader does not perform environment variable
expansion. I tried other tricks but I couldn't find a simple "1
liner". I'm still looking for something simple. If anyone has any
ideas I'd like to hear them.
(Yes, there are probably automount tricks I could use but I'm looking
for a solution that will work for people without administrator
privileges.)
-cheers
-------------------
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
next prev parent reply other threads:[~2002-01-17 18:33 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-01-16 5:12 Doug Bagley
2002-01-16 18:50 ` Warp
2002-01-16 19:06 ` Doug Bagley
2002-01-16 19:49 ` Remi VANICAT
2002-01-16 20:09 ` Doug Bagley
2002-01-17 18:33 ` John Malecki [this message]
2002-01-17 19:15 ` Doug Bagley
2002-01-19 8:11 ` Stefano Zacchiroli
2002-01-19 8:46 ` Florian Douetteau
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=15431.6370.86918.38285@reggie.artisan.com \
--to=johnm@artisan.com \
--cc=caml-list@inria.fr \
--cc=doug@bagley.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