Computer Programming Tutorial, by Nick Antonaccio (#4) | Programming, .NET, Silverlight & More

Computer Programming Tutorial, by Nick Antonaccio (#4)

Learn to Create Computer Programs - INTRO TO VARIABLES AND FUNCTIONS, AND MORE GUI SYNTAX

Here are links to this entire video series (currently more than 8 hours total):

http://musiclessonz.com/rebol_video_links.html

These tutorials demonstrate how easy it is to accomplish real world programming goals with a flexible and powerful language called Rebol. The video tutorial closely follows the written text at:

http://musiclessonz.com/rebol_tutorial.html

which aims to teach average users to program computers to do useful things, without the long and difficult learning curve imposed by other programming languages. If you’re an experienced programmer, it’s strongly recommended that you read the more concise tutorial at:

http://musiclessonz.com/rebol.html

You’ll be amazed at Rebol’s compact code and simple cross-platform usability.

Duration : 0:9:22


No TweetBacks yet. (Be the first to Tweet this post)

Technorati Tags: , , , , , , , , , , , ,

22 Responses

  1. notchent Says:

    You can put the …
    You can put the code in the built in editor. Type “editor none” at the prompt, type in the code, and press the [F5] key to run it. Be sure to type in the rebol header “rebol []” on the first line.

  2. klemen1702 Says:

    how do you go down …
    how do you go down a line without confirming the action i tried shift enter and no luck tnx for the anwser

  3. Z3R0MAC Says:

    Okey! : )

    Sorry …
    Okey! : )

    Sorry for that..

  4. notchent Says:

    Absolutely right - …
    Absolutely right - there’s a section in the tutorial about that specifically. The whole point of the whole tutorial, in fact, is to teach people how to teach people to THINK through solving practical problems using the Rebol language - especially the several hundred pages of real life case studies at the end of the tutorial. Please look a little more deeply before making random comments again. Thanks :)

  5. Z3R0MAC Says:

    But your not a …
    But your not a computer programmer if you JUST copys and pastes!!

  6. notchent Says:

    In order to post to …
    In order to post to Altme, join the mail list, and then ask someone to add you. They’re a nice group, and will usually welcome you quickly.

  7. notchent Says:

    I’m not really sure …
    I’m not really sure of the plugin status. I think most of RT’s energy these days is geared towards putting together Rebol 3 (current version is 2.76, and 3 will be a very different and new animal). I expect that most future development work will happen on Rebol 3, so there may be a gap for a while. You’d be more likely to get a reliable answer on the Rebol mail list, and even more likely on the Altme Rebol groups - that’s where most of the Rebol gurus communicate.

  8. 3c00lcats Says:

    I’m really very …
    I’m really very interested in Rebol if it runs in a browser but the plug in version looks to be two years older than the latest release (and still in beta). Has it been abandoned?

  9. notchent Says:

    Like, or choose to …
    Like, or choose to use? I’d choose to use Python because I think it’s better entrenched, with a larger user base.

  10. TiLeNpWneD Says:

    Well… I’ll give …
    Well… I’ll give Rebol a try ^^
    Btw, which one do you like more Ruby or Python?

  11. notchent Says:

    The Rebol community …
    The Rebol community is definitely smaller than any of those mainstream languages, and that can make a difference for some issues. Since you’re already comfortable with C, C#, and Java, you’d probably have a little less to (re)learn with Python and Ruby. Their support for all things in modern computing is a bit more extensive, but Rebol handles all my needs well. It’s worth learning as a productive scripting solution - I don’t know of anything else that makes getting work done easier.

  12. TiLeNpWneD Says:

    Yes, i’ve noticed …
    Yes, i’ve noticed that REBOL is much smaller than any other programming language. Im currently searching for a “side” programming language to do some simple programs ( im happy with C, C# and Java ), maybe i’ll try REBOL, but peaple tell me that i should go to python or ruby

  13. notchent Says:

    Rebol’s language …
    Rebol’s language structure is elegant and really enjoyable to write in, and Rebol code is often much more compact and straightforward to create. Rebol is more productive than Python or Ruby by the same order of magnitude that Python and Ruby are more productive than C. The GUI code, in particular, is brilliantly simple compared to anything I’ve seen anywhere else. It’s also a much smaller download, has browser plugin versions available, and many other practical little benefits…

  14. TiLeNpWneD Says:

    Why should i use …
    Why should i use REBOL insted of Python or Ruby?
    Nice vids, good work.

  15. polkakinga Says:

    What if i were to …
    What if i were to say bending the language is it possible or just a myth?

  16. notchent Says:

    Every tool has it’s …
    Every tool has it’s own place. Python is very popular, so there are tons of tutorials, publicly available bits of code, etc. For some, that may be a very important issue. Also, if you want to work on a particular piece of software, or get a job, for example, at which everyone is using Java, then you’ll need to use Java. But if you simply want to be productive, and get things done quickly and effectively on your own, Rebol is a phenomenal tool that’s hard to beat.

  17. notchent Says:

    C/C++ are popular …
    C/C++ are popular for system programming because they provide precise control of memory and other resources, they can produce fast running executables, and they’re well known by anyone who’s been around for a while. But for simple scripting tasks, you don’t need or want the sort of time consuming overhead they require. Even embly language still has a place in creating device drivers, but you won’t see it used in developing web pages. You also won’t see PHP used to create camera drivers…

  18. 77xet Says:

    Then who would …
    Then who would bother to use them.

    Not everyday you see a 12 year old learning programming so today’s your lucky day. :]

  19. notchent Says:

    All the links you …
    All the links you need are in the “About this video” section on the right. Click “more” :)

  20. tholithemba Says:

    Where can i get the …
    Where can i get the tutorial that you are using on this video?

  21. notchent Says:

    Python is very …
    Python is very popular, and was made to do many of the same types of work, but I prefer Rebol. Java and C/C++ are most commonly used for large projects, but they require 10x as much code and design time to accomplish the same goals.

  22. tholithemba Says:

    great work….do …
    great work….do you know other programs for programming, that are good?

Leave a Comment

Please note: Comment moderation is enabled and may delay your comment. There is no need to resubmit your comment.