9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: "LiteStar numnums" <litestar@gmail.com>
To: "Fans of the OS Plan 9 from Bell Labs" <9fans@9fans.net>
Subject: Re: [9fans] Les Misérables
Date: Sun, 18 Jan 2009 19:19:06 -0500	[thread overview]
Message-ID: <283f5df10901181619j1324fed3m15fe9027bfd51595@mail.gmail.com> (raw)
In-Reply-To: <4cd4c87cb8529f8749aa97b7f5faef58@quanstro.net>

[-- Attachment #1: Type: text/plain, Size: 3824 bytes --]

Inline

On Sun, Jan 18, 2009 at 6:52 PM, erik quanstrom <quanstro@quanstro.net>wrote:

> > Well, actually, I was thinking of something along the lines of Lisaac:
> > "dynamic" modules are statically compiled ala object files, & the run
> time
> > handles issues between Plan9 & Inferno. Sys->load & the like would not be
> > dynamic, but would work as expected. Hell, it could even just be a
> > .Net/perl2exe clone: every binary is just an ultra-cut down Dis +
> compiled
> > modules. I like the Lisaac model better, and that's where I was hedging
> my
> > bets; I have a bunch of notes on my local Inferno install, but nothing to
> > show due to more pressing issues. C'est la vie.
> > & debugging this would require a 9Limbo-aware debugger; the .Net-style
> > approach could serve a /lproc or the like though (not that the native one
> > couldn't, but the VMish approach could have hooks for stopping
> execution).
> > $0.02
>
> perhaps i wasn't clear.  so please forgive me for repeating
> myself and charles.
>

No, I understand actually, but we're talking past each other. Despite being
an ass, I'm not nearly as stupid as you
may think.


>
> this is exactly the type approach that i was pointing out
> would not work.  it won't work because inferno provides an
> environment.  the inferno vm will not be able to replicate
> the environment without also dragging large parts of the
> inferno kernel along.  but the consequence of doing this
> will make inferno procs fundamentally different from
> plan 9 procs.
>

Understood; you'll note I never say port Inferno's everything to run atop
Plan9 (Dis does this fine enough).
I meant an static collection of Limbo modules could be shoe-horned into a
binary. I'm talking about Limbo the language;
there would be numerous differences between a 'native' limbo & the hosted
one. For one, dynamic loading wouldn't work.
Another is the thought experiment you provide below. Certain things could be
abstracted, other things would have to go.
I don't want an libinferno.


>
> if you're not convinced of this, try this thought experiment.
> suppose an inferno proc accesses a # device.  and suppose
> further that this device is different in plan 9 and inferno.
> how do you bridge the cap in both directions so that neither
> inferno nor plan 9 is aware of the joke?
>

Again, a native limbo might be different; a programmer might have to handle
such things, much like the way C programmers
have to handle the differences between Plan9 & everything else. I like Limbo
the *language*, most of which could be abstracted to run atop Plan9 fine
methinks. I don't think I'll be running wm/wm anytime soon, nor did I ever
say that. Given that Limbo is modular, reads of # devices could be handled
by a plan9_limbo & an inferno_limbo module, with the same "interface". I
don't see this as a major issue stopping Limbo *the language* from being
brought into native use. *shrug*


> - erik
>
>


--
And in the "Only Prolog programmers will find this funny" department:

Q: How many Prolog programmers does it take to change a lightbulb?

A: No.
 -- Ovid

   "By cosmic rule, as day yields night, so winter summer, war peace, plenty
famine. All things change. Air penetrates the lump of myrrh, until the
joining bodies die and rise again in smoke called incense."

   "Men do not know how that which is drawn in different directions
harmonises with itself. The harmonious structure of the world depends upon
opposite tension like that of the bow and the lyre."

   "This universe, which is the same for all, has not been made by any god
or man, but it always has been, is, and will be an ever-living fire,
kindling itself by regular measures and going out by regular measures"
-- Heraclitus

[-- Attachment #2: Type: text/html, Size: 5016 bytes --]

  reply	other threads:[~2009-01-19  0:19 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-17  1:07 Akshat Kumar
2009-01-18  2:04 ` Akshat Kumar
2009-01-18 11:14   ` Uriel
2009-01-18 14:28     ` erik quanstrom
2009-01-18 18:12       ` Steve Simon
2009-01-18 19:41       ` hiro
2009-01-19  9:26         ` Akshat Kumar
2009-01-18 20:16       ` LiteStar numnums
2009-01-18 21:53         ` Charles Forsyth
2009-01-18 21:50           ` LiteStar numnums
2009-01-18 22:26             ` erik quanstrom
2009-01-18 23:37               ` LiteStar numnums
2009-01-18 23:52                 ` erik quanstrom
2009-01-19  0:19                   ` LiteStar numnums [this message]
2009-01-18 11:39   ` hiro
2009-01-17  1:14 Akshat Kumar
2009-01-17  1:17 ` erik quanstrom
2009-01-17 14:36   ` Eris Discordia
2009-01-19  6:53 [9fans] Les Mis?rables jimmy brisson
2009-01-19  8:31 ` Eris Discordia
2009-01-19  9:45 ` Akshat Kumar
2009-01-19 13:39   ` erik quanstrom
2009-01-19 16:25 ` ron minnich
2009-01-19 16:43   ` erik quanstrom
2009-01-19 17:39 jimmy brisson
2009-01-19 20:05 ` Steve Simon
2009-01-19 20:27 ` Akshat Kumar
2009-02-25  4:00 ` Enrico Weigelt
2009-02-25 19:45   ` jimmy brisson
2009-02-25 20:40     ` Enrico Weigelt
2009-02-25 22:45       ` jimmy brisson

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=283f5df10901181619j1324fed3m15fe9027bfd51595@mail.gmail.com \
    --to=litestar@gmail.com \
    --cc=9fans@9fans.net \
    /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).