Re: "Programming is Life" Series

new topic     » goto parent     » topic index » view thread      » older message » newer message

cklester wrote:
> 
> DB James wrote:
> > 
> > --in god1.e
> > global constant NOTHING = 0
> > --in god2.e
> > global constant NOTHING = -1
> > 
> > --Believer.ex
> > include god.e
> > include god2.e
> > --Note god2.e is here auto-modified for compatibility, unless
> > author2>author1
> > 
> > --bunch of routines, declares, defines here
> > 
> > while not equal(Universe,NOTHING) do
> >     self=BeBorn(parents)--wow!
> >    
> >     self-state=HaveUniqueSubsetExperiences(allPossibleExperiences,self)--duck!
> >     self-mind=FormUniqueMentalStates(allPossibleMentalStates, self)--you
> >     dog!
> >     self=RandomLethalEvent(unfairnessOfItAll,self)--bummer
> >     self=PrepareForRebirth(NebulousVaguelyMoralEvents,self)--good luck on
> >     this one
> >     universe=ArrowOfTimeUpdate(universe)--time separates breakfast and
> >     dinner
> > end while
> > 
> > BOOM()
> 
> Undeclared variable 'self.' Universe destroyed.
> 
Thanks ck,

But notice the handy line:
> > --bunch of routines, declares, defines here

That covers all sins of omission...  However, I did mean to write:
include god1.e rather than include god.e  Does this mean the generative forces
of the universe needed the services of a good debugger before shipping the
product?

--Quark

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu