Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Learning programming - 6th grade

Learning programming - 6th grade

Scheduled Pinned Locked Moved The Lounge
delphihtmlcomhardwarequestion
70 Posts 38 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Jim SS

    This came from a friend this morning: One son is really interested in learning programming. Do you know of any resources for kids to learn on their own ? Not much offered in the 6th grade in our schools. What languages are most people using these days…..or I should say what appears to be the future trends for development ? What would you recommend for a setup if someone wanted to start in terms of hardware and software to start building code and/or websites ? I would suggest Turbo Pascal but I don't think any computers accept the 5 1/4" floppy that I have it on. :) Seriously though, I haven't given it much thought lately. I even looked at some old posts and articles. I'll send the link that came in the CP e-mail this morning http://news.cnet.com/8301-17939_109-10375115-2.html[^] , one or two pieces might be useful. Any other ideas?

    SS => Qualified in Submarines "We sleep soundly in our beds because rough men stand ready in the night to visit violence on those who would do us harm". Winston Churchill "Real programmers can write FORTRAN in any language". Unknown

    C Offline
    C Offline
    CaptainSeeSharp
    wrote on last edited by
    #21

    How about a Primer Plus series book and a command-line compiler. That is how I learned when I was 13.

    Fall of the Republic[^]

    R 1 Reply Last reply
    0
    • J Jim SS

      This came from a friend this morning: One son is really interested in learning programming. Do you know of any resources for kids to learn on their own ? Not much offered in the 6th grade in our schools. What languages are most people using these days…..or I should say what appears to be the future trends for development ? What would you recommend for a setup if someone wanted to start in terms of hardware and software to start building code and/or websites ? I would suggest Turbo Pascal but I don't think any computers accept the 5 1/4" floppy that I have it on. :) Seriously though, I haven't given it much thought lately. I even looked at some old posts and articles. I'll send the link that came in the CP e-mail this morning http://news.cnet.com/8301-17939_109-10375115-2.html[^] , one or two pieces might be useful. Any other ideas?

      SS => Qualified in Submarines "We sleep soundly in our beds because rough men stand ready in the night to visit violence on those who would do us harm". Winston Churchill "Real programmers can write FORTRAN in any language". Unknown

      E Offline
      E Offline
      Ennis Ray Lynch Jr
      wrote on last edited by
      #22

      Teach themselves and don't need parental intervention. Everyone else is destined to be a Click-n-Play programmer. The best thing the parent can do to provide a programming education is to provide 1) A computer (preferable n computers), 2) Provide access to the Internet, 3) Provide money for books, and 4) Allow staying up late to compile.

      Need custom software developed? I do custom programming based primarily on MS tools with an emphasis on C# development and consulting. A man said to the universe: "Sir I exist!" "However," replied the universe, "The fact has not created in me A sense of obligation." --Stephen Crane

      C D 0 3 Replies Last reply
      0
      • L Luc Pattyn

        Hi, I would go for a simple language and stay away from the "flashy looks, no content" kind of stuff (hence web sites). this[^] might be interesting. :)

        Luc Pattyn


        I only read code that is properly indented, and rendered in a non-proportional font; hint: use PRE tags in forum messages


        Local announcement (Antwerp region): Lange Wapper? Neen!


        P Offline
        P Offline
        PIEBALDconsult
        wrote on last edited by
        #23

        Luc Pattyn wrote:

        stay away from the "flashy looks, no content"

        Hear hear! It seems that's all the kids these days are interested in.

        0 1 Reply Last reply
        0
        • J Jim SS

          This came from a friend this morning: One son is really interested in learning programming. Do you know of any resources for kids to learn on their own ? Not much offered in the 6th grade in our schools. What languages are most people using these days…..or I should say what appears to be the future trends for development ? What would you recommend for a setup if someone wanted to start in terms of hardware and software to start building code and/or websites ? I would suggest Turbo Pascal but I don't think any computers accept the 5 1/4" floppy that I have it on. :) Seriously though, I haven't given it much thought lately. I even looked at some old posts and articles. I'll send the link that came in the CP e-mail this morning http://news.cnet.com/8301-17939_109-10375115-2.html[^] , one or two pieces might be useful. Any other ideas?

          SS => Qualified in Submarines "We sleep soundly in our beds because rough men stand ready in the night to visit violence on those who would do us harm". Winston Churchill "Real programmers can write FORTRAN in any language". Unknown

          K Offline
          K Offline
          Kant
          wrote on last edited by
          #24

          http://scratch.mit.edu/[^]

          రవికాంత్

          1 Reply Last reply
          0
          • J Joe Woodbury

            Visual C++ Express. Seriously. I'm baffled why we are so condescending toward young people thinking they have to be given toy computer languages. I really dislike the idea of using Python. One reason is that it has horrible tool support. With Visual C++ and writing a simple console application, you can step through the code and see what's going on. Another HUGE advantage of learning C (or procedural C++) is that you also learn how computers work. You can be a good programmer while still being ignorant about how computers actually work, but not a great one. (Most veteran developers learned a little bit of Basic, Fortran or Pascal first, but once they really wanted to know computers, that learning was done in assembly or C. The best developers I know all did the bulk of their real learning on one of those languages. The worse developers did the bulk of their learning in Java and other high level "abstract" languages.)

            modified on Thursday, October 15, 2009 2:10 PM

            R Offline
            R Offline
            Rajesh R Subramanian
            wrote on last edited by
            #25

            Excellent suggestion!

            “Follow your bliss.” – Joseph Campbell

            1 Reply Last reply
            0
            • C CaptainSeeSharp

              How about a Primer Plus series book and a command-line compiler. That is how I learned when I was 13.

              Fall of the Republic[^]

              R Offline
              R Offline
              Rajesh R Subramanian
              wrote on last edited by
              #26

              Why a 1 vote on that post of CSS? What's wrong?! He's just stating his opinion/experience. :|

              “Follow your bliss.” – Joseph Campbell

              0 1 Reply Last reply
              0
              • L Lost User

                I still recommend assembly (not necessarily x86), it doesn't really have syntax so the learning curve doesn't start out being steep (in most languages you can not do anything at all until you already know a lot)

                L Offline
                L Offline
                Luc Pattyn
                wrote on last edited by
                #27

                harold aptroot wrote:

                it doesn't really have syntax

                :wtf: last time I looked, it had keywords, directives, punctuation requirements, indentation, etc. it may work without semicolons and curly brackets, but it has syntax.

                Luc Pattyn


                I only read code that is properly indented, and rendered in a non-proportional font; hint: use PRE tags in forum messages


                Local announcement (Antwerp region): Lange Wapper? Neen!


                L 1 Reply Last reply
                0
                • R Rajesh R Subramanian

                  Why a 1 vote on that post of CSS? What's wrong?! He's just stating his opinion/experience. :|

                  “Follow your bliss.” – Joseph Campbell

                  0 Offline
                  0 Offline
                  0x3c0
                  wrote on last edited by
                  #28

                  Because he's built up a rubbish reputation in the back room. It's wrong to univote every post, but his reputation has followed him. I don't sympathise with him. FWIW, I didn't univote. In fact, I very rarely vote at all.

                  OSDev :)

                  R 1 Reply Last reply
                  0
                  • L Luc Pattyn

                    harold aptroot wrote:

                    it doesn't really have syntax

                    :wtf: last time I looked, it had keywords, directives, punctuation requirements, indentation, etc. it may work without semicolons and curly brackets, but it has syntax.

                    Luc Pattyn


                    I only read code that is properly indented, and rendered in a non-proportional font; hint: use PRE tags in forum messages


                    Local announcement (Antwerp region): Lange Wapper? Neen!


                    L Offline
                    L Offline
                    Lost User
                    wrote on last edited by
                    #29

                    "not really" not "not at all" There is barely any syntax, compared to other languages.

                    L 1 Reply Last reply
                    0
                    • L Lost User

                      "not really" not "not at all" There is barely any syntax, compared to other languages.

                      L Offline
                      L Offline
                      Luc Pattyn
                      wrote on last edited by
                      #30

                      lots of syntax there. I forgot to mention macros, nested macros, parameter operations, conditionals, repeats, ... expressions, operators, parentheses, ... :)

                      Luc Pattyn


                      I only read code that is properly indented, and rendered in a non-proportional font; hint: use PRE tags in forum messages


                      Local announcement (Antwerp region): Lange Wapper? Neen!


                      L 1 Reply Last reply
                      0
                      • 0 0x3c0

                        Because he's built up a rubbish reputation in the back room. It's wrong to univote every post, but his reputation has followed him. I don't sympathise with him. FWIW, I didn't univote. In fact, I very rarely vote at all.

                        OSDev :)

                        R Offline
                        R Offline
                        Rajesh R Subramanian
                        wrote on last edited by
                        #31

                        I know the kind of drivel that he posts there (and everywhere else for that matter). However, people should not be voting 1 tirelessly on every single post that he makes; especially not on the ones that are actually sensible.

                        Computafreak wrote:

                        I don't sympathise with him.

                        It's not a matter of sympathy. Some people just vote for the removal of his message, even when there was absolutely nothing offensive in it. That's just plainly wrong and is a misuse of that feature. Which is why I balanced it and voiced my opinion.

                        “Follow your bliss.” – Joseph Campbell

                        0 B 2 Replies Last reply
                        0
                        • E Ennis Ray Lynch Jr

                          Teach themselves and don't need parental intervention. Everyone else is destined to be a Click-n-Play programmer. The best thing the parent can do to provide a programming education is to provide 1) A computer (preferable n computers), 2) Provide access to the Internet, 3) Provide money for books, and 4) Allow staying up late to compile.

                          Need custom software developed? I do custom programming based primarily on MS tools with an emphasis on C# development and consulting. A man said to the universe: "Sir I exist!" "However," replied the universe, "The fact has not created in me A sense of obligation." --Stephen Crane

                          C Offline
                          C Offline
                          CPallini
                          wrote on last edited by
                          #32

                          Ennis Ray Lynch, Jr. wrote:

                          Real programmers teach themselves

                          Klingon developers don't event need it. :-D

                          Ennis Ray Lynch, Jr. wrote:

                          Click-n-Play programmer

                          or gimme codez plz plz urgentz programmer. :rolleyes:

                          If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
                          This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
                          [My articles]

                          1 Reply Last reply
                          0
                          • E Ennis Ray Lynch Jr

                            Teach themselves and don't need parental intervention. Everyone else is destined to be a Click-n-Play programmer. The best thing the parent can do to provide a programming education is to provide 1) A computer (preferable n computers), 2) Provide access to the Internet, 3) Provide money for books, and 4) Allow staying up late to compile.

                            Need custom software developed? I do custom programming based primarily on MS tools with an emphasis on C# development and consulting. A man said to the universe: "Sir I exist!" "However," replied the universe, "The fact has not created in me A sense of obligation." --Stephen Crane

                            D Offline
                            D Offline
                            Doctor Nick
                            wrote on last edited by
                            #33

                            Ennis Ray Lynch, Jr. wrote:

                            1. Allow staying up late to compilesurf pron

                            FTFY :laugh:

                            ------------------------------------- Do not do what has already been done. Absolute power corrupts absolutely.. but it ROCKS absolutely, too.

                            R 1 Reply Last reply
                            0
                            • R Rajesh R Subramanian

                              I know the kind of drivel that he posts there (and everywhere else for that matter). However, people should not be voting 1 tirelessly on every single post that he makes; especially not on the ones that are actually sensible.

                              Computafreak wrote:

                              I don't sympathise with him.

                              It's not a matter of sympathy. Some people just vote for the removal of his message, even when there was absolutely nothing offensive in it. That's just plainly wrong and is a misuse of that feature. Which is why I balanced it and voiced my opinion.

                              “Follow your bliss.” – Joseph Campbell

                              0 Offline
                              0 Offline
                              0x3c0
                              wrote on last edited by
                              #34

                              No, they shouldn't. But that's just human nature; if he doesn't want reprisals (for want of a better word) in one forum, then he shouldn't be posting drivel. There is no innocent party here.

                              OSDev :)

                              C 1 Reply Last reply
                              0
                              • J Jim SS

                                This came from a friend this morning: One son is really interested in learning programming. Do you know of any resources for kids to learn on their own ? Not much offered in the 6th grade in our schools. What languages are most people using these days…..or I should say what appears to be the future trends for development ? What would you recommend for a setup if someone wanted to start in terms of hardware and software to start building code and/or websites ? I would suggest Turbo Pascal but I don't think any computers accept the 5 1/4" floppy that I have it on. :) Seriously though, I haven't given it much thought lately. I even looked at some old posts and articles. I'll send the link that came in the CP e-mail this morning http://news.cnet.com/8301-17939_109-10375115-2.html[^] , one or two pieces might be useful. Any other ideas?

                                SS => Qualified in Submarines "We sleep soundly in our beds because rough men stand ready in the night to visit violence on those who would do us harm". Winston Churchill "Real programmers can write FORTRAN in any language". Unknown

                                P Offline
                                P Offline
                                PIEBALDconsult
                                wrote on last edited by
                                #35

                                P.S. See if he can complete this[^] first.

                                J 1 Reply Last reply
                                0
                                • R Rajesh R Subramanian

                                  I know the kind of drivel that he posts there (and everywhere else for that matter). However, people should not be voting 1 tirelessly on every single post that he makes; especially not on the ones that are actually sensible.

                                  Computafreak wrote:

                                  I don't sympathise with him.

                                  It's not a matter of sympathy. Some people just vote for the removal of his message, even when there was absolutely nothing offensive in it. That's just plainly wrong and is a misuse of that feature. Which is why I balanced it and voiced my opinion.

                                  “Follow your bliss.” – Joseph Campbell

                                  B Offline
                                  B Offline
                                  Big Daddy Farang
                                  wrote on last edited by
                                  #36

                                  I'm with you 100 per cent. He occasionaly does have a valid point.

                                  BDF People don't mind being mean; but they never want to be ridiculous. -- Moliere

                                  D 1 Reply Last reply
                                  0
                                  • E Ennis Ray Lynch Jr

                                    Teach themselves and don't need parental intervention. Everyone else is destined to be a Click-n-Play programmer. The best thing the parent can do to provide a programming education is to provide 1) A computer (preferable n computers), 2) Provide access to the Internet, 3) Provide money for books, and 4) Allow staying up late to compile.

                                    Need custom software developed? I do custom programming based primarily on MS tools with an emphasis on C# development and consulting. A man said to the universe: "Sir I exist!" "However," replied the universe, "The fact has not created in me A sense of obligation." --Stephen Crane

                                    0 Offline
                                    0 Offline
                                    0x3c0
                                    wrote on last edited by
                                    #37

                                    Ennis Ray Lynch, Jr. wrote:

                                    Allow staying up late to compile.

                                    http://xkcd.com/303/[^]

                                    OSDev :)

                                    1 Reply Last reply
                                    0
                                    • P PIEBALDconsult

                                      Luc Pattyn wrote:

                                      stay away from the "flashy looks, no content"

                                      Hear hear! It seems that's all the kids these days are interested in.

                                      0 Offline
                                      0 Offline
                                      0x3c0
                                      wrote on last edited by
                                      #38

                                      Hello. I'm the exception. ;) In my opinion, knowing how to dynamically link executables and write a network stack will always trounce flashy appearances.

                                      OSDev :)

                                      1 Reply Last reply
                                      0
                                      • L Luc Pattyn

                                        lots of syntax there. I forgot to mention macros, nested macros, parameter operations, conditionals, repeats, ... expressions, operators, parentheses, ... :)

                                        Luc Pattyn


                                        I only read code that is properly indented, and rendered in a non-proportional font; hint: use PRE tags in forum messages


                                        Local announcement (Antwerp region): Lange Wapper? Neen!


                                        L Offline
                                        L Offline
                                        Lost User
                                        wrote on last edited by
                                        #39

                                        Most of that is optional though Ok big parts of "normal" languages are optional as well.. but in, say, C# or Java, you're not going to get around classes (and classes are very confusing if you're never done vtables manually!)

                                        1 Reply Last reply
                                        0
                                        • P PIEBALDconsult

                                          P.S. See if he can complete this[^] first.

                                          J Offline
                                          J Offline
                                          Jim SS
                                          wrote on last edited by
                                          #40

                                          Blocked at work; have to wait to get home to look at that :sigh:

                                          SS => Qualified in Submarines "We sleep soundly in our beds because rough men stand ready in the night to visit violence on those who would do us harm". Winston Churchill "Real programmers can write FORTRAN in any language". Unknown

                                          P 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups