Where are the guile libraries?

2015-08-28 Thread Ian Zimmerman
I'm a newbie so please be gentle. Suppose I want to write a substantial program in guile. Where can I find the "batteries"? For example, I want to read and write Berkeley DB files (or any simple persistent hash format). Do I really have to write my own code for that? I see that there used to b

Re: Where are the guile libraries?

2015-08-28 Thread Arne Babenhauserheide
Am Freitag, 28. August 2015, 12:31:45 schrieb Ian Zimmerman: > I'm asking if it exists, anywhere, at all, possibly in small pieces, > but ready to be reused. Disclaimer: The following is just my limited knowledge. Some Batteries are in the Guildhall: https://github.com/ijp/guildhall Some might b

Re: Where are the guile libraries?

2015-08-28 Thread Amirouche Boubekki
Le 2015-08-28 21:31, Ian Zimmerman a écrit : I'm a newbie so please be gentle. Héllo Ian! Suppose I want to write a substantial program in guile. Where can I find the "batteries"? It depends of what you mean by batteries. bsddb is not part of Python as of Python 3. For example, I want

Re: Where are the guile libraries?

2015-08-28 Thread Ian Zimmerman
On 2015-08-29 00:15 +0200, Arne Babenhauserheide wrote: > Some Batteries are in the Guildhall: https://github.com/ijp/guildhall That sounds a lot like what I was looking for, thanks. I cloned it and built it. However, I'm confused how it is supposed to work, because I have no "guild" exacutable