Skip to main content
5 events
when toggle format what by license comment
Jun 17, 2020 at 9:04 history edited CommunityBot
Commonmark migration
Dec 11, 2016 at 16:24 comment added ThisSuitIsBlackNot @ais523 That's why I didn't mention it; you can't just type the string itself and get output, which is one of the requirements.
Dec 9, 2016 at 22:23 comment added user62131 Perl actually does have something very close to a built-in REPL. Try running perl -de 1 some time. This technically opens the debugger on an empty program, but the debugger has a REPL-alike built in. Unfortunately, you need to write p at the start of each line to get it to actually print the result.
Dec 9, 2016 at 19:05 history edited ThisSuitIsBlackNot CC BY-SA 3.0
added 2053 characters in body
Dec 9, 2016 at 18:56 history answered ThisSuitIsBlackNot CC BY-SA 3.0