How to Install librobert-hooke-clojure in Ubuntu 18.04



Install librobert-hooke-clojure by entering the following commands in the terminal:

sudo apt update
sudo apt install librobert-hooke-clojure

Description:

Function wrapper library for Clojure

Robert Hooke is a Clojure library that provides a flexible, composable mechanism to extend functions after they have been defined. . Hooks can be used to change the behaviour of the functions they wrap in many ways, for example: . * conditional execution * modify arguments * add side effects * return different values . Hooke is inspired by Emacs Lisp's defadvice and clojure.test fixtures.

Homepage: https://github.com/technomancy/robert-hooke

Version: 1.3.0-4

Section: universe/java