Posted by
Derek Banas on Nov 26, 2017 in
Web Design |
0 comments
Clojure is a functional programming language based on Lisp that runs on the JVM. In this one video we’ll cover the core language in one video. Basically I condensed a 300 page book into one 1 hour video.
I covered how to install Emacs here and how to set up Clojure here. Down below you can find both a...
Posted by
Derek Banas on Nov 18, 2017 in
Web Design |
0 comments
In my Emacs video tutorial I’ll cover installation on Windows and MacOS. Then we’ll cover what you’d learn in a standard 300 page book. We’ll cover how to move around, editing, repeating commands, regions, searching, buffers, frames, shells, macros and then I’ll cover how to...
As we continue making Zelda, I’ll show you how to make the camera follow Link. We’ll create a script that animates Link smoothly. I’ll show you how to handle collisions between game assets and I’ll demonstrate the usefulness of tags. We’ll also make a Sound Manager we’ll...
Posted by
Derek Banas on Nov 1, 2017 in
Web Design |
0 comments
In this one tutorial I will cover the basic syntax of the R programming language as well as provide numerous examples on plotting and statistical analysis. R is widely considered to be the best language for statistical analysis and data mining. R makes it extremely easy to perform numerous complex...