shegeley/clojureism

how to load clojureism and some examples

Closed this issue · 2 comments

Could you add section in the readme where shows how to load this library and also add some examples?
Thanks.

The most simple and kinda dirty option is to git clone this repo in your Projects directory,cd into it and guix package -L guix -f guix.scm. Then you'll have it installed.

clojureism depends on srfi-125 (which depends on srfi-126). Both of them are into guix/packages/srfi repo of this project. I've send srfi-126 into the guix itself but it's still on review. As soon as it will be accepted I'll send srfi-125. Then it will be possible to pack clojureism in guix (gnu packages guile-xyz).

See tests on usage.

See this commit of my other project to check how it could be packaged with git-fetch method

shegeley/hatis@14f2e85