From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu From: steve.simon@snellwilcox.com Subject: [9fans] Pico (again) Message-Id: <3158981379@snellwilcox.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Id: <3158981379-1@snellwilcox.com> Content-Transfer-Encoding: 7bit Date: Thu, 18 Jul 2002 09:53:13 +0100 Topicbox-Message-UUID: cf90e352-eaca-11e9-9e20-41e7f4b1d025 Hi, Pico was a JIT compiler for expressions mapping one image onto another. The compiler was written only for the VAX. There are several versions available in c.s.u starting with a cut down, interpreted version called popi released by Gerard Holzman later versions had JIT compilers added by Byron Rakitzis of Unix RC fame. Some time ago I had grand ideas of producing something similar for processing data streams of video but I'm afraid it fell at the hurdle of my lack of understanding of process networks generation. The original interpreted popi should run fine on Plan9 under pcc. Sorry if any of this is inaccurate, its from memory. -Steve