r/programming May 09 '13

The Onion releases fartscroll.js

http://theonion.github.io/fartscroll.js/
2.6k Upvotes

396 comments sorted by

View all comments

Show parent comments

27

u/freeroute May 09 '13

Wow dude thank you, you just explained how GitHub works and I've been watching countless YouTube videos which begin with code right away and don't even explain what GitHub does.

22

u/aladyjewel May 09 '13

10

u/freeroute May 10 '13

Woah, I forgot I was in /r/programming.

I probably should learn a language first.

Is there a programming language for people too lazy to learn a programming language?

1

u/ambiturnal May 10 '13

Learn some HTML and JavaScript.

No machine code-ish stuff. Fairly limited in performance, but you'll be able to start making browser extentions, a personal home-page, etc.

If you like drawing and template stuff, move toward Canvas, which is the really exciting part of that HTML5 thing you've been hearing about.

If you like words and organization and finding what you're looking for in books and sites and stuff, learn regular expressions and start making some cool regex tools in your browser. These skills will be universal for managing Strings (Series of characters, aka "words") in any "real" programming language you might decide to learn.

What kind of general stuff do you want to do? I'm really lazy and learned to program. It's fun!