On Fri, Nov 02, 2018 at 12:37:15PM +0100, swedebugia wrote: > Ok. Is there a json guile module?
Yup. Dave wrote one, I believe. There is one shipped with Guix. It is probably this one https://directory.fsf.org/wiki/Guile-json#Details > How would I go about mixing python and guile? Export the list of > package records from guile -> JSON and import in a python script? > Can I call a python-script from guile and receive input from it? > So something like: iterate over record fields calling a python > script to fetch data from wikidata acting on the data feeding it > to the console/web template code fire up the webserver serving > the html That could work, for sure. Pj.