From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mimir.eigenstate.org ([206.124.132.107]) by ewsd; Fri Mar 13 21:34:22 EDT 2020 Received: from stockyard.bk.recurse-network.net (gateway.bk.recurse-network.net [185.230.222.2]) by mimir.eigenstate.org (OpenSMTPD) with ESMTPSA id 3b436e90 (TLSv1.2:ECDHE-RSA-AES256-SHA:256:NO); Fri, 13 Mar 2020 18:34:12 -0700 (PDT) Message-ID: To: kokamoto@hera.eonet.ne.jp, 9front@9front.org Subject: Re: [9front] adding javascript enable to netsurf Date: Fri, 13 Mar 2020 18:34:10 -0700 From: ori@eigenstate.org In-Reply-To: <426C4745CBFD67F8815B6149504C294A@hera.eonet.ne.jp> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: abstract plugin session firewall polling frontend > Ori, you said earlier, you could compile perl for Plan9. > Do you have one? I can compile miniperl, but it suicides when I try to do more than hello world. Building with debug makes 6c suicide. miniperl is needed to build the rest of perl. I can post what I have if you want to debug. Also, I realized that the changes to cpp are still not quite right -- something like #define foo foo,bar #define baz(x) x #define nop(x) x baz(nop(foo)) doesn't affect any of our code, but still gets expanded incorrectly -- I'll need to track which ',' came from a macro expansion in order to expand correctly, I think.