Programming Beginners Guide

This guide only assumes that you can use a computer.

All we're gonna need are 3 things:

1. Web browser - to find and read documentation,
2. Text editor - for writing your source code,
3. Terminal - for entering commands.

Depending on your operating system you may need to install Java. You can verify you have it by opening your terminal and typing:

java -version


The only other thing we need to install is Leiningen, which will take care of everything else. Follow the instructions over there. Download and run the installer and test it out by typing the magic words:

lein repl

This is where it all happens! Test it out by trying a simple calculation:

(+ 1 1)

If you've gotten this far, welcome to the future! The power to shape it is yours.

In the next post, we'll learn about basic commands.

Comments

Popular posts from this blog

MilkyTracker: The quest for the perfect music software

Programming: The New Rock 'N' Roll

Pardon My Parsing...