lambdalicious icon indicating copy to clipboard operation
lambdalicious copied to clipboard

REPL

Open mathiasverraes opened this issue 10 years ago • 3 comments

Based on http://psysh.org/ or https://github.com/d11wtq/boris

mathiasverraes avatar Jan 27 '15 07:01 mathiasverraes

psysh is probably the best choice

mathiasverraes avatar Jan 27 '15 07:01 mathiasverraes

It should delegate printing output to dump(), which in turn can deal with datastructures like pair().

mathiasverraes avatar Jan 27 '15 07:01 mathiasverraes

You can add custom Presenters to PsySH to print output however makes sense for your data. See, for example, how Laravel does theirs here: https://github.com/laravel/framework/pull/7208#issuecomment-75386250

bobthecow avatar Mar 04 '15 18:03 bobthecow