Changes

Line 2,120: Line 2,120:  
| align="right" | — Herbert J. Bernstein, "Idols of Modern Science", [HJB, 38]
 
| align="right" | — Herbert J. Bernstein, "Idols of Modern Science", [HJB, 38]
 
|}
 
|}
 +
 +
In this Subsection, I discuss the ''mechanics'' of parsing the cactus language into the corresponding class of computational data structures.  This provides each sentence of the language with a translation into a computational form that articulates its syntactic structure and prepares it for automated modes of processing and evaluation.  For this purpose, it is necessary to describe the target data structures at a fairly high level of abstraction only, ignoring the details of address pointers and record structures and leaving the more operational aspects of implementation to the imagination of prospective programmers.  In this way, I can put off to another stage of elaboration and refinement the description of the program that constructs these pointers and operates on these graph-theoretic data structures.
    
<pre>
 
<pre>
In this Subsection, I discuss the "mechanics" of parsing the
  −
cactus language into the corresponding class of computational
  −
data structures.  This provides each sentence of the language
  −
with a translation into a computational form that articulates
  −
its syntactic structure and prepares it for automated modes of
  −
processing and evaluation.  For this purpose, it is necessary
  −
to describe the target data structures at a fairly high level
  −
of abstraction only, ignoring the details of address pointers
  −
and record structures and leaving the more operational aspects
  −
of implementation to the imagination of prospective programmers.
  −
In this way, I can put off to another stage of elaboration and
  −
refinement the description of the program that constructs these
  −
pointers and operates on these graph-theoretic data structures.
  −
   
The structure of a "painted cactus", insofar as it presents itself
 
The structure of a "painted cactus", insofar as it presents itself
 
to the visual imagination, can be described as follows.  The overall
 
to the visual imagination, can be described as follows.  The overall
12,080

edits