I wonder if is possible to create a bash replacement but in python. I have done REPLs before, know about subprocess and that kind of stuff, but wonder how use my python-like-bash replacement in the OSX terminal as if were a native shell environment (with limitations).
Or simply run ipython as is…
P.D. The majority of the google answer are related to create shell scripts. I’m interested in create a shell..
It’s certainly possible — check out hotwire for a great example of a shell written in python.