Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×
Education Programming

Estonia To Teach Programming In Schools From Age 6 307

An anonymous reader writes "With the launch of the Raspberry Pi, computers are becoming affordable again for the younger generations. Now what we need is kids learning about computers in greater detail, including what the hardware is inside the box, and how to create rather than just use software. Estonia looks to be the pace-setter in this regard, and has just announced that it is introducing computer programming learning for all children attending school. By all, I mean from grades 1 through to 12, meaning children as young as 6 will be writing their own code and producing software. The program is called 'ProgeTiiger' and is being introduced by the Estonian Tiger Leap Foundation as a pilot scheme to some Estonian schools this year. Next year the program will expand, adding programming groups for older kids who want to carry on activities outside of the classroom. Eventually it looks as though ProgeTiiger will become just another standard part of the curriculum, just like math and language studies are."
This discussion has been archived. No new comments can be posted.

Estonia To Teach Programming In Schools From Age 6

Comments Filter:
  • boo (Score:5, Insightful)

    by buddyglass ( 925859 ) on Tuesday September 04, 2012 @06:15PM (#41228461)
    Computer programming is not such a fundamental area of study that it deserves to be elevated to the level of "math", "reading" and "writing". To a large extent this is a zero sum game. To teach programming in primary school necessarily crowds out something else. History? Foreign language? Music? Some subject other than "computer programming" is getting the shaft.
  • Why? (Score:4, Insightful)

    by RNLockwood ( 224353 ) on Tuesday September 04, 2012 @06:16PM (#41228471) Homepage

    Why would one want all kids to know programming? We don't require all kids to know automotive design or repair, nor manufacturing techniques for flat panel displays, nor cellphone antenna design, etc.

    Programming uses math? Well some arithmetic, surely, but usually not much else.

    Perhaps some sort of a fun introductory course might be good as it might spark interest in programming for some students, though.

  • Re:boo (Score:5, Insightful)

    by fiannaFailMan ( 702447 ) on Tuesday September 04, 2012 @06:18PM (#41228495) Journal

    Computer programming is not such a fundamental area of study that it deserves to be elevated to the level of "math", "reading" and "writing". To a large extent this is a zero sum game. To teach programming in primary school necessarily crowds out something else. History? Foreign language? Music? Some subject other than "computer programming" is getting the shaft.

    Hopefully it's religion.

  • by Microlith ( 54737 ) on Tuesday September 04, 2012 @06:34PM (#41228667)

    Maybe, just maybe because at age 6 the brain's ability to handle abstract concepts is not yet developed?

    There's no basis for this statement, unfortunately.

    Teaching programming to a handful of 6 year olds who show precocious ability is one thing, imposing the same on all kids this age is beyond stupid.

    Perhaps we should stop teaching basic math to 6 year olds as well? Math itself is pretty abstract, as it's all numbers and not anything physical. At least with programming they can see the results of their efforts play out before them.

  • Re:boo (Score:3, Insightful)

    by nebulus4 ( 799015 ) on Tuesday September 04, 2012 @06:37PM (#41228699)
    I'm going to disagree. Programming will teach kids the logic and logical thinking. Thus, I'm pretty sure they will excel in other subjects, especially math.
  • Re:Why? (Score:5, Insightful)

    by marcansoft ( 727665 ) <hector AT marcansoft DOT com> on Tuesday September 04, 2012 @06:41PM (#41228723) Homepage

    We don't require all kids to know automotive design or repair, nor manufacturing techniques for flat panel displays, nor cellphone antenna design, etc.

    That's the root of the issue: that programming is seen in the same light as design and manufacturing, in other words, something that only professionals with years of training should do.

    It's not. Most computer users could benefit from having some (very basic) programming knowledge. For example, my dad does software translation, and he doesn't really know much about "proper programming" (I did try, unsuccessfully, to get him to learn Python), but over the years he's worked with a number of scripting languages to automate parts of his job. These days, he tends to use AutoHotkey scripts, but a number of years ago he also used Windows analogs of shell scripting and sed to automate a number of tasks, including munging (ASCII-based) document formats in various ways. He understands the basics (variables, while loops, etc.) and can use them with a simple language to make his life (much) easier.

    What could Joe Average Computer User do if he knew a bit about programming? For example, he could write a userscript to fix up a gripe in website that he visits frequently. Or write a batch file or shell script to automate a daily task. Or add some more complex logic to a spreadsheet. Or write a tool to organize his music collection in exactly the way that he wants it. Or write out a long mathematical calculation into a script so that he doesn't have to type it into a calculator over and over.

    Keep in mind that the steepest part of the learning curve for an average person is figuring out the initial concepts (and the younger you start, the more likely it is that you'll "get it"). Once you know the basic constructs of computer languages, you can quickly pick up on any special-purpose language. Anyone who knows, say, Javascript (or any half-decent BASIC dialect for that matter) should be able to breeze through the Python tutorial.

    Now, say, teaching Software Engineering to everyone would be a silly idea. Most people couldn't care less about MVC, or proper object-oriented design.

  • Re:Great Idea! (Score:2, Insightful)

    by Anonymous Coward on Tuesday September 04, 2012 @06:50PM (#41228815)

    I'd stick a serrated knife in my own rectum before I let my child learn to program instead of playing with other kids or learning sports.

    Why do you imagine the two are mutually exclusive? I, in fact, started programming at the age of six. My "best friend" at the time would come over and we would program together on my C64. He now works for Google; I'm working on a PhD in Aerospace Engineering. I had other friends who weren't into programming so much, but would still get together for games.

    Have you seen kids today? Computers and cell phones are a background part of their lives - like dish washers and microwaves, and I think that is a very good thing. Would you say, "I'd stick a serrated knife in my own rectum before I let my child learn how to use a microwave", would you? There are programs and games out there that are both social and educational. (In fact, participating in open source software can even be both social and educational, although that wouldn't apply to most six-year-olds.) While I don't think they should entirely replace other forms of social interaction or educational instruction, I do think that deliberately withholding that from children will put them at a serious disadvantage. (You should, of course, teach your children how to be safe in an online setting, just as you should teach your child how to be safe "IRL" at a park, etc.)

  • by RabidReindeer ( 2625839 ) on Tuesday September 04, 2012 @06:58PM (#41228915)

    A lot of what is wrong with software today is that too many people think that "RIGHT 90, FORWARD 100, LEFT 80" is programming.

    Applying a Band-Aid on someone's finger is medicine, too, but if someone stuck a serrated knife up your recturm, I think you'd probably want someone whose training was a lot further along than RIGHT 90, FORWARD 100, LEFT 80.

    Real programming begins when the turtle impacts the wall and you have to figure out how to handle it properly.

  • Re:boo (Score:5, Insightful)

    by shitzu ( 931108 ) on Tuesday September 04, 2012 @07:05PM (#41228985)

    Programming actually teaches more than just programming computers. It teaches you to build structure into your thoughts. I personally think learning foreign language or music or other subjects will in fact benefit from programming basics.

    BTW i am Estonian, but did not have such luck - ran into programming in late teens.

  • by Anonymous Coward on Tuesday September 04, 2012 @07:07PM (#41229013)

    Real programming begins when the turtle impacts the wall and you have to figure out how to handle it properly.

    That's right!! If you can't code it out in hand assembled binary, it's not Real and has no real world use! And Punch Cards all the One True Interface, it's the only way to get close enough to the metal!! And everyone who ever started programming based basics is an idiot! That includes you, because I was born knowing how to program! I have a direct neural binary interface, it's an adaptation.

  • by Microlith ( 54737 ) on Tuesday September 04, 2012 @07:11PM (#41229077)

    Well, shit, let's teach them woodworking so they can see their results even faster.

    Woodworking doesn't have nearly the impact on your daily life that computers do.

    Let's avoid turning everything into a vocational school so we can pump out bots.

    You act as if that's the sole purpose of teaching programming. Nice myopic thinking there.

  • by Microlith ( 54737 ) on Tuesday September 04, 2012 @07:23PM (#41229183)

    For most people, computers are still TVs with typewriters attached.

    Yes, and this is a bad thing.

    People who don't know how to turn on a computer, navigate the filesystem, launch applications etc. could be considered illiterate.

    And they would be functionally computer illiterate. A bad thing when so much of our lives involves these devices.

    Beyond that, its like saying that anyone who doesn't know how to tune their car's engine is incapable of driving.

    Driving is separate from maintenance. Someone who can't drive can't pass the test to get their license. Someone incapable of maintaining their car spends lots of money at the mechanic or ends up destroying it far earlier than it would have otherwise failed.

    Knowing how to program is no more special than being literate.

    Do you realize how important that makes programming? In the first world we have literacy rates well above 99% and for good reason. Anything less damages a nation as a whole and makes it unable to maintain a functional economy.

  • by jdbuz ( 962721 ) on Tuesday September 04, 2012 @07:38PM (#41229333)
    To want to "bring the manufacturing jobs back" is a lost cause. Programming is the new manufacturing and what Estonia is doing is brilliant. More and more everything in our daily lives is governed by software. Estonia is a small country and choosing this as their national specialty is going to prove monumental to their long-term success.
  • by RightwingNutjob ( 1302813 ) on Tuesday September 04, 2012 @10:21PM (#41230555)
    In this day and age, rudimentary programming ability is as vital a skill as basic arithmetic. Even if you want to work a spreadsheet program, you need to do something pretty close to "programming". Just like not every 6 year old is a future Fields Medalist--or even a professional mathematician, engineer, or scientist--but still needs to be taught arithmetic in order to function, so too he should be taught programming, even though 99% of 6 year olds will not become professional programmers.
  • by Sqr(twg) ( 2126054 ) on Wednesday September 05, 2012 @03:16AM (#41232177)

    The idea that children can be "scarred for life" by learning skills that "they are not ready for yet" seems pretty common in U.S. culture. (Much less so in Europe, and even less in eastern Europe, so I'm not surprised they are doing this first in Estonia.)

    The hypothesis is that if you'd teach a child something "too early" then he'd not be very good at it, and therefore feel that he "failed". This would damage his self esteem and "scar him for life".

    That hypothesis has been disproven in two ways. First, children don't feel that they "failed" if they don't master a skill immediately. They enjoy the process of learning and getting better, even if it takes a long time. And they compare themselves to what they could do the day before, not to what adults can do. (They also compare themeselves to other kids the same age, and in that respect, learning a skill early is good for self-esteem.)

    Second, it is acaually bad for a child when parents try to build his self esteem by only giving him tasks that he can master immediately. The good kind of self esteem comes from knowing that some things take years to master, but you can get there if you work hard.

Living on Earth may be expensive, but it includes an annual free trip around the Sun.

Working...