Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Python 有IPython .. OCaml 有类似的东西吗?
我非常希望拥有命令历史记录,尽管其他功能也会很好。我读过我可以通过在 Emacs 中运行它来获取命令历史记录,但我不使用 Emacs ..
rlwrap为您提供 readline 功能(历史、编辑命令等)。此外,Findlib添加了一些功能,请参阅快速入门以获取示例。
有顶!它具有自动完成功能,兼容 emacs 等等。
ledit ocaml与ledit一起使用。
ledit ocaml
您也可以使用在线顶级。