|
From: Stavros M. <mac...@gm...> - 2025-11-18 11:07:02
|
I suppose it's that user's fault if they have uu: [4,5]$ uu[8]: 23$ The nasty part is that the hasharray is global is I'm not mistaken and not shadowed by a local variable: vv[8]: 23$ block( [vv: [4,5]], for i in vv ... ) (typed on phone; please forgive errors) On Tue, Nov 18, 2025, 13:37 Michel Talon <ta...@lp...> wrote: > > Le 18/11/2025 à 08:49, Robert Dodier a écrit : > > Here's a proof of concept implementation for iterating over a hash > table using for-loop syntax. > > For sure the syntax is very nice, should we say pythonic? > > > -- > Michel Talon > > _______________________________________________ > Maxima-discuss mailing list > Max...@li... > https://lists.sourceforge.net/lists/listinfo/maxima-discuss > |