ANNOUNCE: guille kernel for Jupyter

2018-01-25 Thread Linas Vepstas
I've just been pointed at this:

https://github.com/jerry40/guile-kernel

Recall that Jupyter is a web-based interactive framework meant for
collaborative creation of research diaries, journals, presentations & etc.
where the researcher/author can embed snippets of code that graph stuff, do
stuff, etc. (e.g. there is a "graphs like XKCD" plugin) It's mostly a
python thing, and I bitched about it, and now there's a guile thing!

Disclaimer: I have not tried this, and have played with jupyter only
shallowly. But I think this is a good thing, a very good thing, as it opens
the door for using guile in big-data settings or general science or
scientific-data analysis.

Linas.

-- 
cassette tapes - analog TV - film cameras - you


Re: guile-dbi: Use libltdl and prefer GUILE_DBD_PATH.

2017-07-11 Thread Linas Vepstas
Sorry for the very late reply.  I applied these patches to

https://github.com/opencog/guile-dbi

which will have to serve as the official repo for guile-dbi, since gna.org
is now dead.

Maurizio Boriani, I was surprised to see you answer -- do you have some
other repo somwhere that contains the guile-dbi code?

--linas



On Thu, Sep 15, 2016 at 10:36 PM, 宋文武  wrote:

> Hi!
>
> To reall, curentlly, guile-dbi use dlopen to load its backends.
> So, for Guix we have to set LD_LIBRARY_PATH, which is not desired.
>
> > [...]
> > (me:)
> >> I think it will be great to introduce a new search path (eg:
> GUILE_DBD_PATH)
> >> in addition to LD_LIBRARY_PATH.  Find the absolute so filepath in it
> >> ourself, then pass to dlopen.
> >
> > (ludo:)
> > Why not, but then it would be redundant with LD_LIBRARY_PATH and
> > LTDL_LIBRARY_PATH, which would further complicate the search rules.
> >
>
> Yeah, but I just learn that libltdl has a convenient function to do
> this..
>
>
> So, here are patches for using libltdl and a new search path:
>
>
>
> Hope they are obvious :-)
>
>