I'd love to use IronPython to explore the .net runtime and libraries, but coming from CPython I miss IPython's completion and shortcuts.
Last time I checked IPython couldn't be used due to a lack of sys.getframe, but the latest beta versions included support for it.
Is there anything lacking?
Can one start to use IPython with IronPython, and if so, what must one do?