IRC channel logs

2017-03-11.log

back to list of logs

<amz3>looking up scheme cursors leads me to an old question of mine http://stackoverflow.com/questions/32405303/how-to-avoid-the-use-of-mutable-datastructure-and-use-more-functional-approach
<amz3>I think I was looking for https://pavpanchekha.com/blog/zippers/huet.html
<amz3>I created a naive solution for me problem https://codereview.stackexchange.com/questions/157513/structuring-flat-html-structure-into-a-tree-using-scheme
<amz3>this was just to scratch an itch
<amz3>I will continue to work on yet-another-package-manager
<amz3>basically because I need to make my libraries stable
<amz3>also It's an easier project than a p2p global mind
<dsmith>Hmm.. I think I'm more on the checked and verified side.
<amz3>yes regarding the trust issue
<dsmith>Just used to using Debian I guess.
<amz3>I will add a notice for user to be aware of what their doing (executing non peer reviewed code)
<amz3>and allow registred user to comment on packages
<amz3>> (define-public home-directory (compose passwd:dir getpw getlogin))
<amz3>"/root/.primary.d/wt"
<amz3>when run from emacs
<amz3>but ok when run from the console
<amz3>I don't understand why
<amz3>it's even possible to add a --safe option to my package manager, it's not a mvp anymore tho
<amz3>It would require some kind of right management system
<amz3>et al.
<amz3>let's do the mvp
<amz3>$$
<amz3>oops!
<amz3>I am doing README Driven Development here: https://framagit.org/a-guile-mind/culturia.one/tree/guildhall#guile-primary
<ArneBab>amz3: :)
<dsmith>hey
<daviid>heya *
<ryanwatkins>Hey guys, I am trying to build the chickadee library but having some problems, does anybody have any idea? http://pastebin.com/JPADHyVM
<ryanwatkins>
<daviid>ryanwatkins: is there a previous version installed (of chickadee)? I suggest you try make uninstall; make distclean; ./autogen.sh; ./configure --prefix=...; make
<daviid>what guile version are you using?
<daviid>ryanwatkins: do you have more then 1 guile installed?