Programming Books

Excellent Free Books to Learn about Clojure

Clojure is a dynamic functional general purpose programming language that runs on the Java platform. There’s lots of good reasons to learn Clojure. It offers a modern take on Lisp. There’s an excellent parser library, and a fully featured logic engine. In Clojure, immutability is the default. Once an object or data structure is created, it cannot be changed.

Read more

Clockywock – ncurses analog clock

Clockywock is billed as a cool ncurses analog clock. The software is written in the C++ programming language. The software is released under an open source license. Features include: Mono or color mode. Change characters used for hands. Change background

Read more