Tag Archives: Clojure
cljNetPcap Version 1.6.3
Already before my vacation I fixed some annoying issues in cljNetPcap. You can get cljNetPcap version 1.6.3 from its github page. This version improves the stability, offers more robust mechanisms for extracting the shipped native libs, and improves the stability … Continue reading
cljAcmeUtils: Assorted Helper Functions for Clojure
cljAcmeUtils is a collection of assorted helper functions that I wrote over time in order to reduce the amount of duplicate code in my Clojure projects and to help me implement code quicker. Now, I finally had the time to … Continue reading
cljNetPcap: Packet Capturing with Clojure
Update: Please note that cljNetPcap had been moved to clj-net-pcap. cljNetPcap allows to easily capture packets in Clojure. cljNetPcap builds on top of the jNetPcap Java library and provides a wrapper/facade/whatever for easily using the functionality as provided by jNetPcap … Continue reading
Speed up TDD in Clojure with lein-reload
Personally, I am a big fan of the Test-driven Development (TDD) approach; iterative development by writing tests first and then implementing the required functionality is just so much fun and very efficient as well. As a very nice side effect … Continue reading