Re: [pro] [Review Request] Small example of modern application of Common Lisp

2011-11-01 Thread Samium Gromoff
a mathematically-sound, peer-to-peer archive authenticity co-verification -- perhaps in the same sense as git manages to do it. -- regards, Samium Gromoff -- "Actually I made up the term 'object-oriented', and I can tell you I did not have C++ in mind." - Alan Kay (OOPSLA 1997 Keyno

Re: [pro] Is cl-yacc going to cut it?

2011-02-14 Thread Samium Gromoff
mentation doesn't feel idiomatic and the code isn't always clean. Besides this, and a somewhat idiosynractic syntax of OMeta grammars (which is, to degree, by necessity) it's a very interesting framework. I've got modifications adding match tracing and source location support, whi

Re: [pro] Initialization of shared slots

2011-01-10 Thread Samium Gromoff
e. I remember elaborate macros, from my other attempts to use shared slots for this purpose, which solved exactly this problem of excess manual specification of "please make the sublattice rooted at this class a separate subdomain for this shared slot". -- regards, Samium Gromoff -- &quo

Re: [pro] Initialization of shared slots

2011-01-08 Thread Samium Gromoff
On Sat, 8 Jan 2011 15:48:33 +0100, Pascal Costanza wrote: > > On 8 Jan 2011, at 14:15, Samium Gromoff wrote: > > > On Fri, 7 Jan 2011 23:42:23 +0100, Pascal Costanza wrote: > >> There is no real advantage in having shared slots over global special > >> va

Re: [pro] Initialization of shared slots

2011-01-08 Thread Samium Gromoff
y this, multiple times, having, instead, to resort to manual storage of this information. -- regards, Samium Gromoff -- "Actually I made up the term 'object-oriented', and I can tell you I did not have C++ in mind." - Alan Kay (OOPSLA 1997 Keynote) _