Programming, Tutorials

Creating Your First Clojure Program on Linux

I find that if you really want to start learning a language, it helps if it is easy to get up and running with it with a REPL as fast as possible. This post will cover the installation of Clojure and an editor on Ubuntu Linux. Since Clojure runs on the Java Virtual Machine you… Continue reading Creating Your First Clojure Program on Linux

Programming, Tutorials

Creating Your First C Program

It can be overwhelming to start coding in a new language. We've all been there, and I have found that in order to build confidence to keep going, its nice to just learn how to easily get your development environment working so you can futz around with the language. For this tutorial I will be… Continue reading Creating Your First C Program