22 Déc
2015
22 Déc
'15
08:04
Hi, It seems like the gambini file(s) are ignored on my system (Ubuntu 14.04.3) . Here is what I've tried ~/.gambini ~/.gambini.scm /my/current/path/.gambini with gsi from Ubuntus 'gambc' package (v4.2.8) and also a manual build from the github repo (v4.8.1 20151113053459). My simple ~/.gambini always seems to be ignored in all the cases: ~~~ gambini ~~~ (define foo 77) ~~~~~~~~~~~~ $ gsi
foo Unbound variable: foo
I don't know what I'm doing wrong here.... ben