Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Perl
Perl Misc
to RG - Lisp lunacy and Perl psychosis
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Peter J. Holzer, post: 4872218"] I don't know about the theory, but in practice a REPL makes debugging easier because you can interactively test your code. This is especially powerful if it is combined with a debugger. The Perl debugger is a primitive REPL (well, only a REL, you have to P yourself), so you may already have used some of its features (like invoking functions or evaluating arbitrarily complex expressions) and take them for granted, but if you've ever used a debugger which didn't have the ability or had to work without any debugger you'll appreciate it (of course you can always write test programs which do the same thing, but that takes more time). hp [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Perl
Perl Misc
to RG - Lisp lunacy and Perl psychosis
Top