What alternatives to IRB are there?

前端 未结 9 1122
一生所求
一生所求 2021-01-31 03:17

In the python world, there are a number of alternative python interpreters that add cool additional features. One particularly useful example is bpython, which adds dynamic synt

9条回答
  •  自闭症患者
    2021-01-31 03:41

    I made a pure Ruby console, inspired off Google Chrome's JavaScript console.

    https://github.com/sancarn/RubyConsole

    It's still mostly a WIP project as I keep finding bugs with the current algorithm, however I'm building it to be 1.9.3+ compatible.

提交回复
热议问题