This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2011-11-06 12:25:48

stevetheipad
Scratcher
Registered: 2011-08-06
Posts: 1000+

Hackety Hack

Learning programming language with Hackety Hack.

Heard of it?


http://i.imgur.com/0x8ia.jpg
gone

Offline

 

#2 2011-11-06 12:26:19

bananaman114
Scratcher
Registered: 2010-03-15
Posts: 1000+

Re: Hackety Hack

i've heard it's good
but i've never used it


the sun still shines

Offline

 

#3 2011-11-06 12:28:51

veggieman001
Scratcher
Registered: 2010-02-20
Posts: 1000+

Re: Hackety Hack

never heard of it, but it looks cool


Posts: 20000 - Show all posts

Offline

 

#4 2011-11-06 12:29:38

kayybee
Scratcher
Registered: 2009-12-07
Posts: 1000+

Re: Hackety Hack

I used it. I tried to make a number guessing game, but it didn't work. So I gave up. Now i'm learning java.

Offline

 

#5 2011-11-06 12:42:51

stevetheipad
Scratcher
Registered: 2011-08-06
Posts: 1000+

Re: Hackety Hack

kayybee wrote:

I used it. I tried to make a number guessing game, but it didn't work. So I gave up. Now i'm learning java.

You can't do anything with Ruby, I'm just learning it so It will be easier to learn Objective -C!


http://i.imgur.com/0x8ia.jpg
gone

Offline

 

#6 2011-11-06 12:50:52

kayybee
Scratcher
Registered: 2009-12-07
Posts: 1000+

Re: Hackety Hack

stevetheipad wrote:

kayybee wrote:

I used it. I tried to make a number guessing game, but it didn't work. So I gave up. Now i'm learning java.

You can't do anything with Ruby, I'm just learning it so It will be easier to learn Objective -C!

me too

that's why i gave up so easily

that's why i'm learning java now

Offline

 

#7 2011-11-06 13:00:08

Scratchthatguys
Scratcher
Registered: 2010-07-16
Posts: 1000+

Re: Hackety Hack

You found it! ZOMG That's the thing I had on my computer! I didn't remember it and it was deleted somehow. THANK YOU!

Offline

 

#8 2011-11-06 13:02:24

stevetheipad
Scratcher
Registered: 2011-08-06
Posts: 1000+

Re: Hackety Hack

Scratchthatguys wrote:

You found it! ZOMG That's the thing I had on my computer! I didn't remember it and it was deleted somehow. THANK YOU!

What?


http://i.imgur.com/0x8ia.jpg
gone

Offline

 

#9 2011-11-06 13:07:10

WindowsExplorer
Scratcher
Registered: 2011-02-25
Posts: 1000+

Re: Hackety Hack

I heard of it - but such a weird name  roll


http://i.imgur.com/H6LLdnK.pnghttp://i.imgur.com/VYuD7BY.png

Offline

 

#10 2011-11-06 13:11:14

maxskywalker
Scratcher
Registered: 2008-01-27
Posts: 1000+

Offline

 

#11 2011-11-06 13:12:53

maxskywalker
Scratcher
Registered: 2008-01-27
Posts: 1000+

Re: Hackety Hack

kayybee wrote:

stevetheipad wrote:

kayybee wrote:

I used it. I tried to make a number guessing game, but it didn't work. So I gave up. Now i'm learning java.

You can't do anything with Ruby, I'm just learning it so It will be easier to learn Objective -C!

me too

that's why i gave up so easily

that's why i'm learning java now

What?  Java?  I'm learning that as my 5th language, and it's not a beginner programmer's language!  Start with Python is my suggestion.

Offline

 

#12 2011-11-06 13:39:39

kayybee
Scratcher
Registered: 2009-12-07
Posts: 1000+

Re: Hackety Hack

maxskywalker wrote:

kayybee wrote:

stevetheipad wrote:


You can't do anything with Ruby, I'm just learning it so It will be easier to learn Objective -C!

me too

that's why i gave up so easily

that's why i'm learning java now

What?  Java?  I'm learning that as my 5th language, and it's not a beginner programmer's language!  Start with Python is my suggestion.

is there something wrong with me learning java?

why can't i learn it?

why do you assume i am a beginner programmer?

Offline

 

#13 2011-11-06 18:08:42

maxskywalker
Scratcher
Registered: 2008-01-27
Posts: 1000+

Re: Hackety Hack

stevetheipad wrote:

kayybee wrote:

I used it. I tried to make a number guessing game, but it didn't work. So I gave up. Now i'm learning java.

You can't do anything with Ruby, I'm just learning it so It will be easier to learn Objective -C!

Ruby builds SO many bad habits.  Go with Python 3 instead.  Just a thought.

Last edited by maxskywalker (2011-11-06 18:14:42)

Offline

 

#14 2011-11-06 18:13:25

maxskywalker
Scratcher
Registered: 2008-01-27
Posts: 1000+

Re: Hackety Hack

kayybee wrote:

maxskywalker wrote:

kayybee wrote:

me too

that's why i gave up so easily

that's why i'm learning java now

What?  Java?  I'm learning that as my 5th language, and it's not a beginner programmer's language!  Start with Python is my suggestion.

is there something wrong with me learning java?

why can't i learn it?

why do you assume i am a beginner programmer?

Because you said you gave up.  But if you're not, then do you consider it a good programming language for beginners?  Most people who are new-to-programming will take one look at class Java { public static void main (String[] args) { System.out.println("Hello World!"); } } and run away instantly.  I mean, 'public static void'?  And the average non-programmer won't skip the 'main' in their account of complexness.  And String args[].  And the pretty long hierchy for a simple print statement compared to the usual plain print().  And then there's the punctuation.  Alright, just typing this to pass the time while I wait for the 60 second rule to let me post.

Offline

 

#15 2011-11-06 18:37:40

kayybee
Scratcher
Registered: 2009-12-07
Posts: 1000+

Re: Hackety Hack

maxskywalker wrote:

kayybee wrote:

maxskywalker wrote:


What?  Java?  I'm learning that as my 5th language, and it's not a beginner programmer's language!  Start with Python is my suggestion.

is there something wrong with me learning java?

why can't i learn it?

why do you assume i am a beginner programmer?

Because you said you gave up.  But if you're not, then do you consider it a good programming language for beginners?  Most people who are new-to-programming will take one look at class Java { public static void main (String[] args) { System.out.println("Hello World!"); } } and run away instantly.  I mean, 'public static void'?  And the average non-programmer won't skip the 'main' in their account of complexness.  And String args[].  And the pretty long hierchy for a simple print statement compared to the usual plain print().  And then there's the punctuation.  Alright, just typing this to pass the time while I wait for the 60 second rule to let me post.

I gave up cause I wanted to.


If ruby won't let me  make a simple game, I don't want it to make a simple game for me.

I'm not a beginner programmer. You're a beginner at your social skills, thank you very much.

Offline

 

#16 2011-11-06 18:41:21

CheeseMunchy
Scratcher
Registered: 2008-10-13
Posts: 1000+

Re: Hackety Hack

Nope. If ur looking to hack may I recommend cheat engine.


6418,

Offline

 

#17 2011-11-07 09:53:26

maxskywalker
Scratcher
Registered: 2008-01-27
Posts: 1000+

Re: Hackety Hack

kayybee wrote:

maxskywalker wrote:

kayybee wrote:


is there something wrong with me learning java?

why can't i learn it?

why do you assume i am a beginner programmer?

Because you said you gave up.  But if you're not, then do you consider it a good programming language for beginners?  Most people who are new-to-programming will take one look at class Java { public static void main (String[] args) { System.out.println("Hello World!"); } } and run away instantly.  I mean, 'public static void'?  And the average non-programmer won't skip the 'main' in their account of complexness.  And String args[].  And the pretty long hierchy for a simple print statement compared to the usual plain print().  And then there's the punctuation.  Alright, just typing this to pass the time while I wait for the 60 second rule to let me post.

I gave up cause I wanted to.


If ruby won't let me  make a simple game, I don't want it to make a simple game for me.

I'm not a beginner programmer. You're a beginner at your social skills, thank you very much.

Right.  Er, sorry about that.  But you know, I made a simple game in Ruby.  And yeah, my only social experience comes from debugging programs with Harakou and a few others on the forums.

Offline

 

#18 2011-11-07 09:56:49

maxskywalker
Scratcher
Registered: 2008-01-27
Posts: 1000+

Re: Hackety Hack

kayybee wrote:

stevetheipad wrote:

kayybee wrote:

I used it. I tried to make a number guessing game, but it didn't work. So I gave up. Now i'm learning java.

You can't do anything with Ruby, I'm just learning it so It will be easier to learn Objective -C!

me too

that's why i gave up so easily

that's why i'm learning java now

Just a quick suggestion if you're not too far into your lessons: try your hand at C++.  I've looked at some Objective-C code (very interesting, by the way) and C++ might help a bit more than Java or Ruby.  Mainly, it's just C++ but with the keywords in a different order and slightly different punctuation at the earlier stages, and once you get past the earlier stages, you'll be familiar with Objective-C.  Again, just a suggestion.

Offline

 

#19 2011-11-09 18:53:54

undefeatedgames
Scratcher
Registered: 2011-05-22
Posts: 1000+

Re: Hackety Hack

downloading it now


Please call me udg or bearsfan, not undefeated.
Scratch and Misc.! Click here for Misc.'s Successorhttps://lh3.googleusercontent.com/-jkhes3yzmQk/T7G_BnxT9xI/AAAAAAAABYI/xhoN1Jk2M08/s513/sigp1.gif

Offline

 

#20 2011-11-09 19:58:58

fungirl123
Scratcher
Registered: 2011-10-09
Posts: 1000+

Re: Hackety Hack

Lol, when I saw this topic name I thought, "WHAT?!"


http://www.thebrag.com/wp-content/uploads/2011/06/GroupLove_General1_IMG_9057.jpg

Offline

 

#21 2011-11-09 20:05:24

veggieman001
Scratcher
Registered: 2010-02-20
Posts: 1000+

Re: Hackety Hack

maxskywalker wrote:

stevetheipad wrote:

kayybee wrote:

I used it. I tried to make a number guessing game, but it didn't work. So I gave up. Now i'm learning java.

You can't do anything with Ruby, I'm just learning it so It will be easier to learn Objective -C!

Ruby builds SO many bad habits.  Go with Python 3 instead.  Just a thought.

And what bad habits are those? I think Ruby would actually be good for learning Objective-C, because they both have Smalltalk-like characteristics.


Posts: 20000 - Show all posts

Offline

 

#22 2011-11-09 20:09:12

stevetheipad
Scratcher
Registered: 2011-08-06
Posts: 1000+

Re: Hackety Hack

veggieman001 wrote:

maxskywalker wrote:

stevetheipad wrote:

You can't do anything with Ruby, I'm just learning it so It will be easier to learn Objective -C!

Ruby builds SO many bad habits.  Go with Python 3 instead.  Just a thought.

And what bad habits are those? I think Ruby would actually be good for learning Objective-C, because they both have Smalltalk-like characteristics.

Objective C is the most useful.


http://i.imgur.com/0x8ia.jpg
gone

Offline

 

#23 2011-11-10 06:56:54

slinger
Scratcher
Registered: 2011-06-21
Posts: 1000+

Re: Hackety Hack

I tried it, very buggy.


http://s0.bcbits.com/img/buttons/bandcamp_130x27_blue.png

Offline

 

#24 2011-11-10 08:32:13

undefeatedgames
Scratcher
Registered: 2011-05-22
Posts: 1000+

Re: Hackety Hack

slinger wrote:

I tried it, very buggy.

It's very buggy. I may uninstall it.


Please call me udg or bearsfan, not undefeated.
Scratch and Misc.! Click here for Misc.'s Successorhttps://lh3.googleusercontent.com/-jkhes3yzmQk/T7G_BnxT9xI/AAAAAAAABYI/xhoN1Jk2M08/s513/sigp1.gif

Offline

 

#25 2011-11-10 09:04:02

ProgrammingFreak
Scratcher
Registered: 2010-09-04
Posts: 1000+

Re: Hackety Hack

You can learn Objective C with it? That must be a big help, cause its so hard. Meh, I don't have a mac so.....yeah.

Offline

 

Board footer