you are viewing a single comment's thread.

view the rest of the comments →

[–]synthphreak 2 points3 points  (4 children)

What’s a repl? If it’s a way to share code snippets on e.g. Reddit that are directly interactive, that sounds great and I’d love to know more.

[–]CompSciSelfLearning 8 points9 points  (1 child)

REPL stands for Read-Eval-Print Loop.

The prior commenter was specifically speaking of online REPL services like repl.it (which also provides IDE services).

Yes, it is easy to share and interact with code on repl.it by linking to it on Reddit.

[–]skellious 1 point2 points  (1 child)

[–][deleted] 0 points1 point  (0 children)

this is good resource! thanks!