Hi there, I'm NewlandBB. I have been using Scratch for around 2/3s of a year and have really gotten to like it. Its taught me the basics of Computer Programming and even if I find another language I can teach myself I will almost definitely stick around on the website and make Projects still. Yet I am looking for the next stage to jump to, are there any easy languages along in the chain that are easy if you have been using Scratch? I have already tried Java but I fear that is a completely different kind of language which I will have to apply from another language. Anyway if anyone reading this has the answer to my question please post it.
Offline
Try JustBasic or Real Basic.
Offline
Well, my professor used Scratch as a means of getting students to jump into C++. I find that C++ wasn't too hard to learn, some of the concepts I got down pretty easily. Maybe you'll want to give C++ a spin?
Offline
cheddargirl wrote:
Well, my professor used Scratch as a means of getting students to jump into C++. I find that C++ wasn't too hard to learn, some of the concepts I got down pretty easily. Maybe you'll want to give C++ a spin?
![]()
I agree, I have tried C++ and I was able to create a text-based game. It may look hard to use, but if you learn more about it, you will find that it's just like Scratch!
Offline
I agree that C++ could be a good language to move on to; just prepare to work at it. You could also try Python, which is fairly easy to get started with (at least with making text-based programs). You also don't have to worry about classes like in Java; using class is optional. Or you could use a variant of Basic like JustBasic, although I'm not sure how good that is specifically.
Offline
I'd say a good start would be a text-based language like Python, Basic or [insert operating system here] shell programming. I like these because they're easy to learn and you don't have to worry about shapes and things like that.
Offline
Try Squeak Smalltalk.
It's easy, and Scratch is written in it. Well, Scratch is actually written in a modified Squeak 2.8 image. That's very outdated!
It might seem confusing at first, but once you start diving into it, it's very clear
Offline
I would recommend Batch, if your using Windows, or Applescript, if you're on a Mac. I use Applescript more often, though. Batch has a cryptic syntax. Or, if you want to program on a lower level, try the express editions of Visual Basic.NET or C#.NET. Hope it helped
Offline
mXsoft11 wrote:
I would recommend Batch, if your using Windows, or Applescript, if you're on a Mac. I use Applescript more often, though. Batch has a cryptic syntax. Or, if you want to program on a lower level, try the express editions of Visual Basic.NET or C#.NET.
Hope it helped
You're forgetting about Bash. It's the UNIX version of Batch. (with an almost the same syntax)
Offline
You could try Python. Simpler than C++ but you should probably try C++ first though.
Offline
I'd recommend C++ next, or even Python. I would recommend against Smalltalk, but only because it's not very widely used.
Offline