On Mon, Sep 12, 2016 at 01:57:55PM +0000, ng0 wrote: > * gnu/packages/lisp.scm (femtolisp): New variable.
Thanks! Pushed with the following minor changes: > + (let* ((commit "68c5b1225572ecf2c52baf62f928063e5a30511b") > + (revision "1")) I made it use (let) instead of (let*). The difference is described here: https://www.gnu.org/software/guile/manual/html_node/Local-Bindings.html#index-let > + (version (string-append "0.0.0-" revision "-" (string-take commit 7))) ^ I used a '.' instead of a '-', to conform with the guidelines: https://www.gnu.org/software/guix/manual/html_node/Version-Numbers.html