edit-article
Home
Up
Delete
Article Name:
Article Description:
REPL Read Eval Print Loop - an overview of these types of tool, used in software development
Chapter ID/Name:
Status:
Write
Writing
Written
Add Photo:
Owner ID:
Content:
use HTML
Edit Content
<h1 style="text-align: center;">REPL</h1> <h2>[WHAT]</h2> <ol> <li>] A read–eval–print loop (REPL), also known as an interactive toplevel or language shell, is a simple, interactive computer programming environment that takes single user inputs (i.e. single expressions), evaluates them, and returns the result to the user; a program written in a REPL environment is executed piecewise.</li> <li>] there are many repls available today, some are language specific, some support multiple languages</li> <li>] some are integrated into other programs, ex - learning to code tutorials</li> </ol> <h2>[WHY]</h2> <ol> <li>] code development -</li> <li>] practice coding,</li> <li>] troubleshooting code segments,</li> </ol> <h2>[WHERE]</h2> <ol> <li>] <a href="https://babeljs.io/" target="_blank">https://babeljs.io/</a> </li> <li>] <a href="http://www.telerik.com/fiddler">http://www.telerik.com/fiddler</a> </li> <li>] <a href="https://jsfiddle.net/" target="_blank">https://jsfiddle.net/</a> </li> </ol> <h2>[WHEN]</h2> <ol> <li>]</li> </ol> <h2>[EXAMPLE]</h2> <ol> <li>]</li> </ol> <h2>[HOW-TO]</h2> <ol> <li>]</li> </ol> <h2>[REFERENCE]</h2> <ol> <li>] <a href="http://en.wikipedia.org/wiki/Read%E2%80%93eval%E2%80%93print_loop" target="_blank">http://en.wikipedia.org/wiki/Read%E2%80%93eval%E2%80%93print_loop</a> </li> </ol> <h1 style="text-align: center;"> </h1>