-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Scaling the REPL Experience | ||
|
||
The REPL (Read-eval-print loop) is an invaluable tool used by many programmers to great satisfaction. | ||
It shines best for programming in the small, but when programming in the large, developers rarely use it, with systems languages like Go and Rust not even offering a REPL. | ||
|
||
We have identified three reasons why the REPL doesn't currently suit programming in the large, which we have titled "Bandwidth", "Liveness", and "Availability". | ||
|
||
We describe these problems, and also offer a solution to each one, which we demonstrate in Lamdu. Lamdu is a live programming projectional code editor with a statically typed purely functional programming language, which we are developing. |