9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Skip Tavakkolian <9nut@9netics.com>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] Writing device drivers
Date: Sat, 15 Apr 2006 16:18:23 -0700	[thread overview]
Message-ID: <549c814d7d27c530a83808843de00619@9netics.com> (raw)
In-Reply-To: <32d987d50604151604k6392bedcy5ac7ebd9783724bd@mail.gmail.com>

i was going to suggest it and was looking for
what i thought i saw.  after a couple of searches
i figured i must have imagined it.

cpu% grep -i javascript /n/sources/contrib/*/INDEX
cpu% grep -i ecmascript /n/sources/contrib/*/INDEX
cpu% grep -i script /n/sources/contrib/*/INDEX
/n/sources/contrib/fst/INDEX:piggy.rc: A script for generating html picture galleries.
/n/sources/contrib/geoff/INDEX:ifup: script for configuring additional network interfaces.
/n/sources/contrib/mjl/INDEX:readme: details such as usage of the scripts
/n/sources/contrib/rsc/INDEX:rlogin: rlogin in shell script
/n/sources/contrib/rsc/INDEX:scripts: various scripts for /usr/$you/bin/rc
/n/sources/contrib/rsc/INDEX:talk: scripts to generate talk slides
/n/sources/contrib/steve/INDEX:rc: various rc(1) scripts, some less useful that others, see rc/Index for details

all due to a missing 't' in the description.  there's also
inferno/charon's ecmascript.

> I don't know if this is what you're talking about, but
> you might take a look at /n/sources/contrib/fgb/js.tgz
> is a native (not ape) port of mozilla's js engine:
> http://www.mozilla.org/js/spidermonkey/
>
>
> On 4/15/06, erik quanstrom <quanstro@quanstro.net> wrote:
>> this isn't a list of neat little projects.
>> most of these are very time consuming and/or difficult.
>> (allowing win to set the scratch flag notwithstanding.)
>>
>> one project not on the list i've been talking a look at is
>> javascript.  but holy phd-dissertations, batman.  implementing
>> js looks to be about as much code as cc+libc.  it's astonishing
>> that it was implemented to be simple and easy for non-professionals.
>>
>> then there's the fact that the language is as goofy as it gets.
>> here's an example from the ecma-262 documentation, page 87:
>>
>>         [these] produce the same result:
>>
>>                 new Function("a", "b", "c", "return a+b+c")
>>                 new Function("a, b, c", "return a+b+c")
>>                 new Function("a, b", "c", "return a+b+c")
>>
>> they also go on for a page and a half on the special rules
>> for free ';'s.
>>
>> - erik
>>
>> On Sat Apr 15 09:17:19DT 2006, anothy@gmail.com wrote:
>> > the wiki has a todo page
>> > (http://cm.bell-labs.com/wiki/plan9/TODO/index.html) with some
>> > proposed and ongoing projects. it's regularly out-of-date.
>>
>
>
> --
> Federico G. Benavento



  reply	other threads:[~2006-04-15 23:18 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-04-15 15:26 erik quanstrom
2006-04-15 23:04 ` Federico Benavento
2006-04-15 23:18   ` Skip Tavakkolian [this message]
2006-04-16  0:43     ` Federico G. Benavento
2006-04-16 18:03     ` Charles Forsyth
2006-04-16 18:14       ` Bruce Ellis
2006-04-16 21:31         ` Charles Forsyth
  -- strict thread matches above, loose matches on Subject: below --
2006-04-19  3:10 erik quanstrom
2006-04-19  4:02 ` jmk
2006-04-19  4:57   ` lucio
2006-04-19  6:59   ` Nigel Roles
2006-04-19 21:12   ` quanstro
2006-04-17  0:31 erik quanstrom
2006-04-17  1:44 ` Russ Cox
2006-04-17 10:01   ` Nigel Roles
2006-04-18  1:34     ` erik quanstrom
2006-04-18 14:49       ` Nigel Roles
2006-04-18 15:42         ` jmk
2006-04-18 15:59         ` Moritz Kiese
2006-04-18 16:03           ` Nigel Roles
2006-04-18 19:15       ` Paweł Lasek
2006-04-17  0:11 erik quanstrom
2006-04-17  1:24 ` Russ Cox
2006-04-16  1:02 erik quanstrom
2006-04-16  2:36 ` Anthony Sorace
2006-04-16  8:06   ` Bruce Ellis
2006-04-15 23:34 erik quanstrom
2006-04-15 23:55 ` Skip Tavakkolian
     [not found] <8a5bd8ccbc2e53557663e2a9020fb26c@coraid.com>
     [not found] ` <820bc1260604140834v2a773ev90ff46b4e6b2427f@mail.gmail.com>
2006-04-14 15:36   ` Eric Smith
2006-04-14 19:33     ` David Leimbach
2006-04-15  4:58     ` jmk
2006-04-15 13:24       ` Eric Smith
2006-04-15 14:16         ` Anthony Sorace
2006-04-16 23:00           ` Paweł Lasek
2006-04-14  3:20 Eric Smith

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=549c814d7d27c530a83808843de00619@9netics.com \
    --to=9nut@9netics.com \
    --cc=9fans@cse.psu.edu \
    /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).