How To Enable Auto-Completion in Python Shell Get link Facebook X Pinterest Email Other Apps 30 December Learn how to use TAB to auto-complete expressions in plain vannila Python shell. If you need to have auto completion in… Read more
How To Batch-set Environment Variables Get link Facebook X Pinterest Email Other Apps 30 December Learn how to automatically (dump) set environment variables defined in a file. Sometimes you have a file (usually calle… Read more
How To Add Logging To A Clojure Project Get link Facebook X Pinterest Email Other Apps 30 December When deploying a Clojure application in a production environment, it is necessary to have logging enabled to be able to… Read more
Thoughts On JVM-based Forth Implementation Get link Facebook X Pinterest Email Other Apps 20 December 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… Read more