Re: New library: guile-wikidata

2018-12-05 Thread Alex Sassmannshausen
Hi Swedebugia, This looks pretty cool! Congrats on getting this far :-) I would love to be able to have a nice high-level library to introduce Wikipedia info in my programs, so please continue! Alex swedebu...@riseup.net writes: > Hi > > I worked hard for a few hours playing with guile and cam

New library: guile-wikidata

2018-12-04 Thread swedebugia
Hi I worked hard for a few hours playing with guile and came up with this. Next step is to implement looking up the entities for the result and filter on instance of (the properties). E.g. software. :D What do you think? I tried reuse code and abstract away in a a la Guile. This is my first pro