Concept Flow - Swift REPL and Playgrounds
Start Swift REPL or Playground
Write Swift code line or block
Code is parsed and compiled
Code is executed immediately
Output or result shown
Modify code and repeat
End
You start Swift REPL or Playground, write code, it runs immediately, shows output, then you can change code and run again.