trentolol and many others are using Hackety Hack to learn how to code.

Hackety Hack is a free program for Windows, Mac OS X and Linux that can teach you how to make games, applications and more and share those programs with your friends. You can ask other budding programmers questions and follow them to see what code they're working on through the Hackety Hack website.

Sign up Learn More

mad by trentolol

Shoes.app do
  stack do
    stack :width=> "300" do
      para "Hello"
      para "I am a program"
      para "But,"
    end
    flow :width => "100" do
      para "My only exsitience is to make you mad"
      para "Starting...."
      button "Now" do
        alert "If you are on a Mac, you are fine. If you are running Windows, be warned!"
    end
  end
  
end
end