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

Posted in Announcements, clj-net-pcap, Libs. | Tagged , , | Leave a comment

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

Posted in Announcements, clj-assorted-utils, Libs. | Tagged | Leave a comment

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

Posted in Announcements, clj-net-pcap, Libs. | Tagged , , , , | 1 Comment

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

Posted in Snippets | Tagged , , | Leave a comment