Why was LOGO created?Logo of a bow tie guy with a spoonWhy BGR color orderWhy did expert systems fall?Why was 2^127-1 an interesting problem for “Baby”?Why was the 6809 so expensive?How old is Perl's “Plain Old Documentation” (POD) format and why was it called “old” initially?Why was the shrinking from 8″ made only to 5.25″ and not smaller (4″ or less)?Why was the DEC Q-Bus called the Q-bus?What was the earliest microcomputer Logo language implementation?What are the screen editor commands for MIT LOGO for the Apple II?

Is there a way to hide HTML source code yet keeping it effective?

What secular civic space would pioneers build for small frontier towns?

Why is a road bike faster than a city bike with the same effort? & how much faster it can be?

Error Message when nothing should be evaluated

Can I see the total amount of my crafting materials?

Safe to use 220V electric clothes dryer when building has been bridged down to 110V?

Does every piano need tuning every year?

Carry vs Roll-Down on a zero-coupon IRS

Why does this image of Jupiter look so strange?

Does "as soon as" imply simultaneity?

What is the difference between an astronaut in the ISS and a freediver in perfect neutral buoyancy?

A famous scholar sent me an unpublished draft of hers. Then she died. I think her work should be published. What should I do?

How can this Stack Exchange site have an animated favicon?

Suffocation while cooking under an umbrella?

How can an attacker use robots.txt?

Global Frame of Reference in General Relativity

Why does my browser attempt to download pages from http://clhs.lisp.se instead of viewing them normally?

My Project Manager does not accept carry-over in Scrum, Is that normal?

Why are there two fundamental laws of logic?

Tesla coil and Tesla tower

Do we know the situation in Britain before Sealion (summer 1940)?

A file manager to open a zip file like opening a folder, instead of extract it by using a archive manager

Why was LOGO created?

What are ATC-side procedures to handle a jammed frequency?



Why was LOGO created?


Logo of a bow tie guy with a spoonWhy BGR color orderWhy did expert systems fall?Why was 2^127-1 an interesting problem for “Baby”?Why was the 6809 so expensive?How old is Perl's “Plain Old Documentation” (POD) format and why was it called “old” initially?Why was the shrinking from 8″ made only to 5.25″ and not smaller (4″ or less)?Why was the DEC Q-Bus called the Q-bus?What was the earliest microcomputer Logo language implementation?What are the screen editor commands for MIT LOGO for the Apple II?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








3















The Logo programming language was created by researchers at MIT's AI Lab. Its post-1980s use has been predominately in the educational field, but is this was the language was originally designed for?



The PDP-11 assembly contains numerous references to a "real turtle" and a "display turtle". Since tortoises, an analogue precursor to turtles, were originally developed as a demonstration on cognition, the MIT AI Lab might've wanted to explore (potentially more powerful) digital implementations – was this what the language was originally designed for?



Or was it something else?










share|improve this question
























  • By 'tortoise' are you referring to the sort of thing that William Grey Walter built?

    – another-dave
    8 hours ago












  • @another-dave Yes.

    – wizzwizz4
    8 hours ago

















3















The Logo programming language was created by researchers at MIT's AI Lab. Its post-1980s use has been predominately in the educational field, but is this was the language was originally designed for?



The PDP-11 assembly contains numerous references to a "real turtle" and a "display turtle". Since tortoises, an analogue precursor to turtles, were originally developed as a demonstration on cognition, the MIT AI Lab might've wanted to explore (potentially more powerful) digital implementations – was this what the language was originally designed for?



Or was it something else?










share|improve this question
























  • By 'tortoise' are you referring to the sort of thing that William Grey Walter built?

    – another-dave
    8 hours ago












  • @another-dave Yes.

    – wizzwizz4
    8 hours ago













3












3








3








The Logo programming language was created by researchers at MIT's AI Lab. Its post-1980s use has been predominately in the educational field, but is this was the language was originally designed for?



The PDP-11 assembly contains numerous references to a "real turtle" and a "display turtle". Since tortoises, an analogue precursor to turtles, were originally developed as a demonstration on cognition, the MIT AI Lab might've wanted to explore (potentially more powerful) digital implementations – was this what the language was originally designed for?



Or was it something else?










share|improve this question














The Logo programming language was created by researchers at MIT's AI Lab. Its post-1980s use has been predominately in the educational field, but is this was the language was originally designed for?



The PDP-11 assembly contains numerous references to a "real turtle" and a "display turtle". Since tortoises, an analogue precursor to turtles, were originally developed as a demonstration on cognition, the MIT AI Lab might've wanted to explore (potentially more powerful) digital implementations – was this what the language was originally designed for?



Or was it something else?







history logo-language






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked 9 hours ago









wizzwizz4wizzwizz4

9,6926 gold badges47 silver badges113 bronze badges




9,6926 gold badges47 silver badges113 bronze badges















  • By 'tortoise' are you referring to the sort of thing that William Grey Walter built?

    – another-dave
    8 hours ago












  • @another-dave Yes.

    – wizzwizz4
    8 hours ago

















  • By 'tortoise' are you referring to the sort of thing that William Grey Walter built?

    – another-dave
    8 hours ago












  • @another-dave Yes.

    – wizzwizz4
    8 hours ago
















By 'tortoise' are you referring to the sort of thing that William Grey Walter built?

– another-dave
8 hours ago






By 'tortoise' are you referring to the sort of thing that William Grey Walter built?

– another-dave
8 hours ago














@another-dave Yes.

– wizzwizz4
8 hours ago





@another-dave Yes.

– wizzwizz4
8 hours ago










2 Answers
2






active

oldest

votes


















4
















LOGO was intimately tied up with research into educational methods, and in teaching children how to use computers.



The project proposal by Seymour Papert mentions "research on children's thinking and elementary education".



Further LOGO memos are found here.



The question remains is, is this what the language was "originally" for, or was the language co-opted for the educational research project?



My reading of this page on the history of LOGO says that it's been intended as an educational tool all along, but there's still some wiggle-room in interpretation.



Edited to add: this page at the MIT Media Lab in memory of Papert says that "Papert came up with the idea for Logo, the first programming language for children". Assuming it to be accurate, and since it has the air of an 'official' posting it probably is, that seems to answer the question.






share|improve this answer


































    2
















    According to Wikipedia: Logo, second paragraph fragment




    The language was conceived to teach concepts of programming related to
    Lisp and only later to enable what Papert called "body-syntonic
    reasoning", where students could understand, predict, and reason about
    the turtle's motion by imagining what they would do if they were the
    turtle.







    share|improve this answer




















    • 2





      Agreed - the way I was taught about it (back in the dark ages) was that it was expressly intended for teaching programming concepts to children.

      – another-dave
      8 hours ago






    • 1





      With no citation, contradicted by the first paragraph of the "History" section which (ambiguously) posits AI, logic and "a mathematical land where children could play with words and sentences" as goals. I'm looking for answers with citations or authority, since I can't readily identify speculation / apocrypha.

      – wizzwizz4
      8 hours ago












    • @another-dave me too indeed ...

      – Michel Keijzers
      7 hours ago











    • @wizzwizz4 I can imagine, I also don't know more than what is written in wikipedia.

      – Michel Keijzers
      7 hours ago













    Your Answer








    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "648"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: false,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    imageUploader:
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    ,
    noCode: true, onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );














    draft saved

    draft discarded
















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fretrocomputing.stackexchange.com%2fquestions%2f12383%2fwhy-was-logo-created%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    4
















    LOGO was intimately tied up with research into educational methods, and in teaching children how to use computers.



    The project proposal by Seymour Papert mentions "research on children's thinking and elementary education".



    Further LOGO memos are found here.



    The question remains is, is this what the language was "originally" for, or was the language co-opted for the educational research project?



    My reading of this page on the history of LOGO says that it's been intended as an educational tool all along, but there's still some wiggle-room in interpretation.



    Edited to add: this page at the MIT Media Lab in memory of Papert says that "Papert came up with the idea for Logo, the first programming language for children". Assuming it to be accurate, and since it has the air of an 'official' posting it probably is, that seems to answer the question.






    share|improve this answer































      4
















      LOGO was intimately tied up with research into educational methods, and in teaching children how to use computers.



      The project proposal by Seymour Papert mentions "research on children's thinking and elementary education".



      Further LOGO memos are found here.



      The question remains is, is this what the language was "originally" for, or was the language co-opted for the educational research project?



      My reading of this page on the history of LOGO says that it's been intended as an educational tool all along, but there's still some wiggle-room in interpretation.



      Edited to add: this page at the MIT Media Lab in memory of Papert says that "Papert came up with the idea for Logo, the first programming language for children". Assuming it to be accurate, and since it has the air of an 'official' posting it probably is, that seems to answer the question.






      share|improve this answer





























        4














        4










        4









        LOGO was intimately tied up with research into educational methods, and in teaching children how to use computers.



        The project proposal by Seymour Papert mentions "research on children's thinking and elementary education".



        Further LOGO memos are found here.



        The question remains is, is this what the language was "originally" for, or was the language co-opted for the educational research project?



        My reading of this page on the history of LOGO says that it's been intended as an educational tool all along, but there's still some wiggle-room in interpretation.



        Edited to add: this page at the MIT Media Lab in memory of Papert says that "Papert came up with the idea for Logo, the first programming language for children". Assuming it to be accurate, and since it has the air of an 'official' posting it probably is, that seems to answer the question.






        share|improve this answer















        LOGO was intimately tied up with research into educational methods, and in teaching children how to use computers.



        The project proposal by Seymour Papert mentions "research on children's thinking and elementary education".



        Further LOGO memos are found here.



        The question remains is, is this what the language was "originally" for, or was the language co-opted for the educational research project?



        My reading of this page on the history of LOGO says that it's been intended as an educational tool all along, but there's still some wiggle-room in interpretation.



        Edited to add: this page at the MIT Media Lab in memory of Papert says that "Papert came up with the idea for Logo, the first programming language for children". Assuming it to be accurate, and since it has the air of an 'official' posting it probably is, that seems to answer the question.







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited 7 hours ago

























        answered 8 hours ago









        another-daveanother-dave

        3,1771 gold badge10 silver badges25 bronze badges




        3,1771 gold badge10 silver badges25 bronze badges


























            2
















            According to Wikipedia: Logo, second paragraph fragment




            The language was conceived to teach concepts of programming related to
            Lisp and only later to enable what Papert called "body-syntonic
            reasoning", where students could understand, predict, and reason about
            the turtle's motion by imagining what they would do if they were the
            turtle.







            share|improve this answer




















            • 2





              Agreed - the way I was taught about it (back in the dark ages) was that it was expressly intended for teaching programming concepts to children.

              – another-dave
              8 hours ago






            • 1





              With no citation, contradicted by the first paragraph of the "History" section which (ambiguously) posits AI, logic and "a mathematical land where children could play with words and sentences" as goals. I'm looking for answers with citations or authority, since I can't readily identify speculation / apocrypha.

              – wizzwizz4
              8 hours ago












            • @another-dave me too indeed ...

              – Michel Keijzers
              7 hours ago











            • @wizzwizz4 I can imagine, I also don't know more than what is written in wikipedia.

              – Michel Keijzers
              7 hours ago















            2
















            According to Wikipedia: Logo, second paragraph fragment




            The language was conceived to teach concepts of programming related to
            Lisp and only later to enable what Papert called "body-syntonic
            reasoning", where students could understand, predict, and reason about
            the turtle's motion by imagining what they would do if they were the
            turtle.







            share|improve this answer




















            • 2





              Agreed - the way I was taught about it (back in the dark ages) was that it was expressly intended for teaching programming concepts to children.

              – another-dave
              8 hours ago






            • 1





              With no citation, contradicted by the first paragraph of the "History" section which (ambiguously) posits AI, logic and "a mathematical land where children could play with words and sentences" as goals. I'm looking for answers with citations or authority, since I can't readily identify speculation / apocrypha.

              – wizzwizz4
              8 hours ago












            • @another-dave me too indeed ...

              – Michel Keijzers
              7 hours ago











            • @wizzwizz4 I can imagine, I also don't know more than what is written in wikipedia.

              – Michel Keijzers
              7 hours ago













            2














            2










            2









            According to Wikipedia: Logo, second paragraph fragment




            The language was conceived to teach concepts of programming related to
            Lisp and only later to enable what Papert called "body-syntonic
            reasoning", where students could understand, predict, and reason about
            the turtle's motion by imagining what they would do if they were the
            turtle.







            share|improve this answer













            According to Wikipedia: Logo, second paragraph fragment




            The language was conceived to teach concepts of programming related to
            Lisp and only later to enable what Papert called "body-syntonic
            reasoning", where students could understand, predict, and reason about
            the turtle's motion by imagining what they would do if they were the
            turtle.








            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered 8 hours ago









            Michel KeijzersMichel Keijzers

            4703 silver badges16 bronze badges




            4703 silver badges16 bronze badges










            • 2





              Agreed - the way I was taught about it (back in the dark ages) was that it was expressly intended for teaching programming concepts to children.

              – another-dave
              8 hours ago






            • 1





              With no citation, contradicted by the first paragraph of the "History" section which (ambiguously) posits AI, logic and "a mathematical land where children could play with words and sentences" as goals. I'm looking for answers with citations or authority, since I can't readily identify speculation / apocrypha.

              – wizzwizz4
              8 hours ago












            • @another-dave me too indeed ...

              – Michel Keijzers
              7 hours ago











            • @wizzwizz4 I can imagine, I also don't know more than what is written in wikipedia.

              – Michel Keijzers
              7 hours ago












            • 2





              Agreed - the way I was taught about it (back in the dark ages) was that it was expressly intended for teaching programming concepts to children.

              – another-dave
              8 hours ago






            • 1





              With no citation, contradicted by the first paragraph of the "History" section which (ambiguously) posits AI, logic and "a mathematical land where children could play with words and sentences" as goals. I'm looking for answers with citations or authority, since I can't readily identify speculation / apocrypha.

              – wizzwizz4
              8 hours ago












            • @another-dave me too indeed ...

              – Michel Keijzers
              7 hours ago











            • @wizzwizz4 I can imagine, I also don't know more than what is written in wikipedia.

              – Michel Keijzers
              7 hours ago







            2




            2





            Agreed - the way I was taught about it (back in the dark ages) was that it was expressly intended for teaching programming concepts to children.

            – another-dave
            8 hours ago





            Agreed - the way I was taught about it (back in the dark ages) was that it was expressly intended for teaching programming concepts to children.

            – another-dave
            8 hours ago




            1




            1





            With no citation, contradicted by the first paragraph of the "History" section which (ambiguously) posits AI, logic and "a mathematical land where children could play with words and sentences" as goals. I'm looking for answers with citations or authority, since I can't readily identify speculation / apocrypha.

            – wizzwizz4
            8 hours ago






            With no citation, contradicted by the first paragraph of the "History" section which (ambiguously) posits AI, logic and "a mathematical land where children could play with words and sentences" as goals. I'm looking for answers with citations or authority, since I can't readily identify speculation / apocrypha.

            – wizzwizz4
            8 hours ago














            @another-dave me too indeed ...

            – Michel Keijzers
            7 hours ago





            @another-dave me too indeed ...

            – Michel Keijzers
            7 hours ago













            @wizzwizz4 I can imagine, I also don't know more than what is written in wikipedia.

            – Michel Keijzers
            7 hours ago





            @wizzwizz4 I can imagine, I also don't know more than what is written in wikipedia.

            – Michel Keijzers
            7 hours ago


















            draft saved

            draft discarded















































            Thanks for contributing an answer to Retrocomputing Stack Exchange!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid


            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.

            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fretrocomputing.stackexchange.com%2fquestions%2f12383%2fwhy-was-logo-created%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Invision Community Contents History See also References External links Navigation menuProprietaryinvisioncommunity.comIPS Community ForumsIPS Community Forumsthis blog entry"License Changes, IP.Board 3.4, and the Future""Interview -- Matt Mecham of Ibforums""CEO Invision Power Board, Matt Mecham Is a Liar, Thief!"IPB License Explanation 1.3, 1.3.1, 2.0, and 2.1ArchivedSecurity Fixes, Updates And Enhancements For IPB 1.3.1Archived"New Demo Accounts - Invision Power Services"the original"New Default Skin"the original"Invision Power Board 3.0.0 and Applications Released"the original"Archived copy"the original"Perpetual licenses being done away with""Release Notes - Invision Power Services""Introducing: IPS Community Suite 4!"Invision Community Release Notes

            Canceling a color specificationRandomly assigning color to Graphics3D objects?Default color for Filling in Mathematica 9Coloring specific elements of sets with a prime modified order in an array plotHow to pick a color differing significantly from the colors already in a given color list?Detection of the text colorColor numbers based on their valueCan color schemes for use with ColorData include opacity specification?My dynamic color schemes

            Ласкавець круглолистий Зміст Опис | Поширення | Галерея | Примітки | Посилання | Навігаційне меню58171138361-22960890446Bupleurum rotundifoliumEuro+Med PlantbasePlants of the World Online — Kew ScienceGermplasm Resources Information Network (GRIN)Ласкавецькн. VI : Літери Ком — Левиправивши або дописавши її