Recent Posts

Travelling Salesman Problem (TSP)

8 minute read

This post comes from a work done over an undergraduate course, Programming Languages 2, where the Travelling Salesman Problem was studied to analyse and appl...

My Clojure programming environment

1 minute read

Until the last week, Slimv was my main tool to code in Clojure using Vim. Although Slimv is still a very nice plugin, it seems not a good idea to keep using...

Local repositories for Clojure

1 minute read

Local repositories are useful when you have some dependencies that are not in Maven or Clojars repositories. The following steps are one alternative to suppr...