laravel / tinker

Powerful REPL for the Laravel framework.
https://laravel.com/docs/artisan#tinker
MIT License
7.32k stars 130 forks source link

Is there a tool like tinker without laravel framework. #92

Closed qshuai closed 4 years ago

qshuai commented 4 years ago

tinker is awesome! But I am working on golang, so I am looking for a similar tool for my workspace.

driesvints commented 4 years ago

yeah, it's based on Psysh: https://github.com/bobthecow/psysh

driesvints commented 4 years ago

I'm sorry, that wasn't a real answer to your question. I don't know if there's a similar tool for Go, sorry.

GrahamCampbell commented 4 years ago

Yeh, there is. https://github.com/motemen/gore is probably pretty close.