A program in which multiple call expressions may be evaluated simultaneously.
Tags
#python #scip
Question
What is a concurrent program?
Answer
?
Tags
#python #scip
Question
What is a concurrent program?
Answer
A program in which multiple call expressions may be evaluated simultaneously.
If you want to change selection, open original toplevel document below and click on "Move attachment"
Parent (intermediate) annotation
Open it Third, Chapter 4 will illustrate that pure functions are essential for writing
concurrent programs, in which multiple call expressions may be evaluated
simultaneously.
Original toplevel document
1.2 Elements of Programming expressions.
Second, pure functions tend to be simpler to test. A list of arguments will
always lead to the same return value, which can be compared to the expected
return value. Testing is discussed in more detail later in this chapter.
<span>Third, Chapter 4 will illustrate that pure functions are essential for writing
concurrent programs, in which multiple call expressions may be evaluated
simultaneously.
By contrast, Chapter 2 investigates a range of non-pure functions and describes
their uses.
For these reasons, we concentrate heavily on creating and using pure functions
in the rem
Summary
status
not learned
measured difficulty
37% [default]
last interval [days]
repetition number in this series
0
memorised on
scheduled repetition
scheduled repetition interval
last repetition or drill
Details
No repetitions
Discussion
Do you want to join discussion? Click here to log in or create user.