Difference between revisions of "Read-eval-print loop"

From PKC
Jump to navigation Jump to search
Line 2: Line 2:


{{PagePostfix
{{PagePostfix
|category_csd=REPL,Shell,Hoare Triple
|category_csd=REPL,Shell,Hoare Triple,Universal construction
}}
}}

Revision as of 06:42, 24 November 2022

Read-eval-print loop(Q2032810), a.k.a. REPL, As stated in Wikipedia's explanation on Read-evaly-print loop, is also known as language shell or interactive toplevel. It is a technical realization of Hoare Triple in the arena of interactive programming tools. This can be directly mapped to the request-response loop in HTTP communication. Therefore, PKC will leverage this pervasive programming pattern to manage various APIs, runtime environments, and third-party software libraries.

References


Related Pages