One more discussion about the map:

In Scheme, (map f ls) doesn't specify the order,
f should be functional (non-destructive, no IO), thus
the order doesn't matter.  And it also opens the gate
for parallel map optimization. On the other hand,
(for-each f ls) follows the order and f considered
non-functional.

What do you think?  and about "map!"?

I'll change according to your opinion and add patch for
Dequeue.

-- 
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to fricas-devel+unsubscr...@googlegroups.com.
To post to this group, send email to fricas-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to