Re: [fonc] yet another meta compiler compiler

2013-02-11 Thread Kjell Godo
) Cheers, Alan From: Charles Perkins ch...@kuracali.com To: Fundamentals of New Computing fonc@vpri.org Sent: Friday, February 8, 2013 3:52 PM Subject: [fonc] yet another meta compiler compiler While we're all waiting for the next STEP report I thought I'd share

Re: [fonc] yet another meta compiler compiler

2013-02-09 Thread Kjell Godo
another meta compiler compiler While we're all waiting for the next STEP report I thought I'd share something I've been working on, inspired by O'Meta and by the Meta-II paper and by the discussions on this list from November. I've written up the construction of a parser generator and compiler

Re: [fonc] yet another meta compiler compiler

2013-02-09 Thread Charles Perkins
, Alan From: Charles Perkins ch...@kuracali.com To: Fundamentals of New Computing fonc@vpri.org Sent: Friday, February 8, 2013 3:52 PM Subject: [fonc] yet another meta compiler compiler While we're all waiting for the next STEP report I thought I'd share

Re: [fonc] yet another meta compiler compiler

2013-02-09 Thread Julian Leviston
From: Charles Perkins ch...@kuracali.com To: Fundamentals of New Computing fonc@vpri.org Sent: Friday, February 8, 2013 3:52 PM Subject: [fonc] yet another meta compiler compiler While we're all waiting for the next STEP report I thought I'd share something I've been

Re: [fonc] yet another meta compiler compiler

2013-02-08 Thread Matthew Retchin
Where are the other chapters and what is the book about? On Fri, Feb 8, 2013 at 6:52 PM, Charles Perkins ch...@kuracali.com wrote: While we're all waiting for the next STEP report I thought I'd share something I've been working on, inspired by O'Meta and by the Meta-II paper and by the

Re: [fonc] yet another meta compiler compiler

2013-02-08 Thread Alan Kay
PM Subject: [fonc] yet another meta compiler compiler While we're all waiting for the next STEP report I thought I'd share something I've been working on, inspired by O'Meta and by the Meta-II paper and by the discussions on this list from November. I've written up the construction of a parser

Re: [fonc] yet another meta compiler compiler

2013-02-08 Thread Charles Perkins
Er… Hmm… About that… In the (missing) Chapter 1 I attempt to illustrate building a computation model using a declarative and incremental programming language. Towards the end of that effort I realized I really needed an implementation of the language. I really like Alessandro's work but when

Re: [fonc] yet another meta compiler compiler

2013-02-08 Thread Charles Perkins
:52 PM Subject: [fonc] yet another meta compiler compiler While we're all waiting for the next STEP report I thought I'd share something I've been working on, inspired by O'Meta and by the Meta-II paper and by the discussions on this list from November. I've written up the construction