If I state that people are both world makers and beings-in-the-world, so in other words that they – at once – create their habitats when inhabiting their creations, and becoming “inhabited” by them on a second step, what do you think or loudly say about it?
We, human beings are embedded in a world where we adapt to live thanks to some cognitive abilities that define our way to handle and perceive things. Such as formal knowledge, abstraction, logical intuitions and imagination that we mix together in a balanced (hopefully) way. Both of these features contribute to our (inter)personal cognitive growths.
The example of children in action during an experimental activity is slightly different. Despite the formal content technically acquired, they want to “feel” the enclosed knowledge by the precision of the technique saw and repeated. In fact, our nature is the one of very special species pertinent to highly intelligent and over imitative mammals, remember?
Thanks to this attitude we build our reasoning and all sort of cognitive connections that seems to us valuable and repeatable. Not for fancy, but for their efficiency! Since childhood period, the development of the ability that will allow us to manage all sort of precise movements require further exploration and reflections.
A larger percentage of our nowadays abilities derive from how and when a set of daily performances took place during our pedagogical formation. In fact, something happens where young eyes and little tiny hands started to interface a new environment: fun, pro activity, curiosity, failure and full engagement are able to produce and create a full envision on what the space may be. And of course to track the role of the object in this environment and participants perception. Even our “adult” bodies hold quite a bit of knowledge about space in their movement. Yet, much of this knowledge remains tacit, hidden in the beholder’s habitual activity or experiences.
One of Seymour Papert (American mathematician, computer scientist and educator) greatest insights in the constructionist movement in education and artificial intelligence was the idea that all sort of commands and procedures available to drive a logo turtle are fairly intuitive to the child. They are also carefully chosen to enable the design of a new generation of many mathematically relevant and intriguing figures in space! The guiding principles behind Turtle Geometry are simple and much in tune with our views: Papert’s turtles become extensions of self that the child controls using words.
Giving directions – remote driving – encourages the participant child to reflect upon a sort of inner know-how and to express it precisely enough so that the machine can carry it out. “In teaching the computer how to think, children embark on an exploration about how they themselves think” . More important, Papert’s turtles are designed to be “egocentric”.
Directions are given in reference to a turtle’s position and heading and not as a function of some external reference system (Cartesian axe with x,y coordinates). This requires that users (not only children) start to change their mind, literally putting themselves in the turtle’s shoes, to figure out where they want to move. One strategy can be design a software environment for building geometric shapes and use this knowledge as a tiller to help them explore all sort of new spatial relations and possible transformations.
Thanks to turtle geometry procedure, children start their own path to interact with this computational creature, moving in prescribed directions and starting to draw precise amounts of possible shapes. If you are curious, this turtle can be represented by one cursor on the screen or, even better, allowing a realistic embodiment as a mechanical toy-robot. The logo programming language is so intuitive and simple for the motivated children, that it is possible to communicate with the turtle using this understandable language.
Following these instructions, our turtle will move into the space by typing commands at the remote keyboard. Do you want some examples?
Typing ‘FORWARD 100’ makes the turtle move in a straight line, ‘RIGHT 90’ will lead the turtle to pivot in place through 90 degrees, choosing ‘PENDOWN’ will cause our turtle to lower a pen, while ‘PENUP’ will leave a visible trace of the same pen raised up, as commanded. In fact the turtle is highly reliable ;-).
The commands and procedures available to drive the turtle are fairly intuitive to the child. They are also carefully chosen to enable the generation of many mathematically relevant and intriguing figures in space.
LH