Re: guile-gnome and guile 2

2013-08-11 Thread David Pirotte
> This is due to recent Glib only allowing glib.h to be included directly. > Any old program which does this will get this compilation error. So, the > solution for you would be to find all occurences in guile-gnome where > another Glib header is included and remove it (or replace it with glib.h >

Operator parser

2013-08-11 Thread Stefan Israelsson Tampe
Hi all, I realized that prolog have a very cool feature. A Customizable operator parser. prolog is just one big expression with lot's of operators that can be redefined at will, also one would expect that parsing such a monster is a huge task, but it isn't. look at http://logic.cse.unt.edu/tarau