how to load clojureism and some examples
Closed this issue · 2 comments
ram535 commented
Could you add section in the readme where shows how to load this library and also add some examples?
Thanks.
shegeley commented
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.
shegeley commented
See this commit of my other project to check how it could be packaged with git-fetch
method