Re: Me no understand scoping

2008-08-01 Thread Jon Wilson
Time to trot out the tired old koan [1] ... Maciek Godek wrote: which is sad because closures are a very powerful yet simple mechanism (definitely simpler than what GOOPS or CLOS have to offer if it comes to OOP -- both in concepts and implementation) " The venerable master Qc Na was walking

Re: Me no understand scoping

2008-08-01 Thread Maciek Godek
2008/8/1 Clinton Ebadi <[EMAIL PROTECTED]>: > > module-define! MODULE NAME VALUE > > e.g. > (let ((foo 'bar)) > (module-define! (current-module) foo 5) > bar) > => 5 > > Issue: this will be a top level binding, but a solution using `eval' > would also produce a top level binding (as it executes t

[ANN] Guile Curses Bindings: 0.2

2008-08-01 Thread Mike Gran
Guile bindings for the NCurses libraries (curses, panel, form, and menu) have been updated and are to be found at http://gano.sourceforge.net/ This wrapset is now feature complete. The docs need scrubbing, but, are nearly complete. As a consequence, I'm calling this "beta". It has been tested