guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: define anywhere


From: Linus Björnstam
Subject: Re: define anywhere
Date: Sat, 05 Jun 2021 17:23:36 +0200
User-agent: Cyrus-JMAP/3.5.0-alpha0-519-g27a961944e-fm-20210531.001-g27a96194

I implemented this hack before guile 3 got defines in function bodies: 
https://hg.sr.ht/~bjoli/guile-define

Even I guile 3 it allows a more liberal placement of define, but it won't work 
for things like bodies of imported macros (like match)
-- 
  Linus Björnstam

On Sat, 5 Jun 2021, at 00:27, Damien Mattei wrote:
> hello,
> i'm was considering that i want to be able to define a variable 
> anywhere in
> code, the way Python do. Few scheme can do that (Bigloo i know)
> ( the list here is not exact:
> https://www.reddit.com/r/scheme/comments/b73fdz/placement_of_define_inside_lambda_bodies_in/
> )
>  is it possible in guile to do it? i do not know, so could it be added 
> to
> the language specification for future release?
> 
> regards,
> Damien
> 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]