Hi!
On Thu 21 Apr 2011 17:56, Wolfgang J Moeller writes:
> btw., in R6RS and this latest "pre-R6RS" 'psyntax', the first argument
> to datum->syntax must be an identifier, not an arbitrary syntax
> form. Permitting the latter in the old 'psyntax' might have been a
> mistake ... I've still got t
On Thu 21 Apr 2011 12:21, Wolfgang J Moeller writes:
> In my browser, searching the Guile Reference Manual
> ( http://www.gnu.org/software/guile/manual) Indices
> for GUILE_LOAD_COMPILED_PATH ... no hits ...
An open bug, yes; hrm. Adding Mark Harig to the Cc, who had a plan
for
fixing this
On Thu, 21 Apr 2011, Andy Wingo wrote:
>[...]
> > In my browser, searching the Guile Reference Manual
> > ( http://www.gnu.org/software/guile/manual) Indices
> > for GUILE_LOAD_COMPILED_PATH ... no hits ...
>
> An open bug, yes; hrm. Adding Mark Harig to the Cc, who had a plan for
> fixing this.
Hi Wolfgang :)
On Thu 21 Apr 2011 12:21, Wolfgang J Moeller writes:
> In my browser, searching the Guile Reference Manual
> ( http://www.gnu.org/software/guile/manual) Indices
> for GUILE_LOAD_COMPILED_PATH ... no hits ...
An open bug, yes; hrm. Adding Mark Harig to the Cc, who had a plan for
Hi Andy,
>[...]
> >> > I'm mostly concerned with interactive use of (un-adorned) "guile"
> >> > command.
> >> > I have files that use macros defined elsewhere - once I have LOADed
> >> > (and automatically compiled) such files, and change the macros, there's
> >> > [apparently] no way to make gui
Hi Wolfgang,
On Mon 18 Apr 2011 11:53, Wolfgang J Moeller writes:
> On Fri, 15 Apr 2011, Andy Wingo wrote:
>
>> On Mon 21 Mar 2011 01:24, Wolfgang J Moeller writes:
>>
>> >> > (4) compiler: Now that compiling into hidden ~.cache/... directories
>> >> > has been declared the default behaviou
On Fri, 15 Apr 2011, Andy Wingo wrote:
> Hi Wolfgang,
>
> On Mon 21 Mar 2011 01:24, Wolfgang J Moeller writes:
>
> >> > (4) compiler: Now that compiling into hidden ~.cache/... directories
> >> > has been declared the default behaviour, please cater to those
> >> > (like me) who'd always
Hi Wolfgang,
On Mon 21 Mar 2011 01:24, Wolfgang J Moeller writes:
>> > (4) compiler: Now that compiling into hidden ~.cache/... directories
>> > has been declared the default behaviour, please cater to those
>> > (like me) who'd always look for their compiled files in the
>> > source
On Tue, 29 Mar 2011, Andy Wingo wrote:
>[...]
> > (a) undo MACRO definitions - you can't re-DEFINE a name after
> > DEFINE-SYNTAX;
>
> You can certainly re-define a name after define-syntax. This used to
> not be the case, at least with psyntax, but this changed at some point
> in upstream psyn
Hi Wolfgang,
On Mon 21 Mar 2011 01:24, Wolfgang J Moeller writes:
> (define (unintern sym) ; UNINTERN: delete (local) shadowing symbol
> (module-remove! (current-module) sym)
> (if #f #f))
>
> (define (undefine sym) ; UNDEFINE: provide an # shadowing
> symbol
> (module
On Thu 17 Mar 2011 12:50, Andy Wingo writes:
>> (3) documentation: Please do document that ~/.guile is (often) invoked
>> automatically (old omission), and what options (including
>> _undocumented_ "-q") inhibit this.
>
> Will do.
Done.
Andy
--
http://wingolog.org/
Hi,
On Mon 21 Mar 2011 01:24, Wolfgang J Moeller writes:
>> scheme@(guile-user)> ,option on-error backtrace
>>[...]
>
> Now if I could set that without typing ... didn't realize before
> that there's no obvious way to include REPL commands from a file.
In your .guile:
(use-modules (sys
Hi Andy,
On Thu, 17 Mar 2011, Andy Wingo wrote:
>[...]
> > (1) Please provide a means by which the debugger prompt (recursive REPL)
> > can be turned off/on. Both a 'hook' (like COMMON-LISP:DEBUGGER-HOOK
> > plus COMMON-LISP:ABORT) or a REPL command would be OK with me.
> > I mis-typ
13 matches
Mail list logo