You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes I need to check how certain code would work in PHP. But I don't want to put this code in a file in my data for this purpose, I don't have the Tinkerwell application (for economic and ideological reasons) and I don't want to upload my confidential data to 3v4l.org. It would be nice if you added support for some REPL (e.g. PsySH) to the UI in such a way that it would send commands to the REPL and display the responses. And the user could connect any number of containers with different versions of PHP to test cases. This solution appears to be a Tinkerwell clone, but it is not. What I mean here is a pure approach of accessing the REPL without installing anything in the application (maybe just a client script somewhere in a container, depending on the solution). So that we have this REPL in the UI, but with minimal interference to the environment and design in the PHP container.
The text was updated successfully, but these errors were encountered:
Sometimes I need to check how certain code would work in PHP. But I don't want to put this code in a file in my data for this purpose, I don't have the Tinkerwell application (for economic and ideological reasons) and I don't want to upload my confidential data to 3v4l.org. It would be nice if you added support for some REPL (e.g. PsySH) to the UI in such a way that it would send commands to the REPL and display the responses. And the user could connect any number of containers with different versions of PHP to test cases. This solution appears to be a Tinkerwell clone, but it is not. What I mean here is a pure approach of accessing the REPL without installing anything in the application (maybe just a client script somewhere in a container, depending on the solution). So that we have this REPL in the UI, but with minimal interference to the environment and design in the PHP container.
The text was updated successfully, but these errors were encountered: