Homoiconicity An example References Homoiconicity Clojure is a homoiconic language, which is a term describing the fact that Clojure programs are represented by Clojure data ...
Atom.io and ProtoREPL Install Atom.io Standalone Install Via Package Manager Running Atom Danger::Leiningen in GitBash does not work with Atom Install Proto REPL package Conf...
Binary Format Basics Binary Format Basics The starting point for reading and writing binary files is to open the file for reading or writing individual bytes. As I discussed in...
Training the Filter Training the Filter Now that you have a way to keep track of individual features, you’re almost ready to implement score . But first you need to write the c...
Multimethods Multimethods Methods that explicitly specialize more than one of the generic function’s required parameters are called multimethods. Multimethods are where generic...