Posts

Showing posts from December, 2014

How To Enable Auto-Completion in Python Shell

Learn how to use TAB to auto-complete expressions in plain vannila Python shell.

If you need to have auto completion in…

How To Batch-set Environment Variables

Learn how to automatically (dump) set environment variables defined in a file.

Sometimes you have a file (usually calle…

How To Add Logging To A Clojure Project

When deploying a Clojure application in a production environment, it is necessary to have logging enabled to be able to…

Thoughts On JVM-based Forth Implementation

Image
Is it possible and worth to implement Forth on top of JVM?

Forth: A language which looks as weird as it is simple and po…