help-gnu-emacs
[Top][All Lists]
Advanced

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

RE: What does "lacks a prefix" mean?


From: Drew Adams
Subject: RE: What does "lacks a prefix" mean?
Date: Thu, 9 Jul 2015 17:33:30 -0700 (PDT)

> > And non-parallelizable theoretically :)
> 
> Regular let isn't parallelizable. It specifies that the value
> expressions are evaluated in order.
> 
> The only difference between the two is the environment within which
> later expressions are evaluated.

FWIW, Common Lisp specifies that "let performs the bindings
in parallel and let* does them sequentially."

That is theoretical, just a restatement that `let' bindings
are independent.  But it means that yes, they *could* be
evaluated in parallel (because they are independent).



reply via email to

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