eclipse - 奥卡姆。 OcaIDE eclipse 中的核心模块

标签 eclipse ubuntu ocaml

几天前我开始使用 Ocaml 进行编程。
我使用eclipse OcaIDE,ubuntu。

当我尝试在代码中使用 Core 模块时:
打开 Core.Std
...

我收到一个错误:
错误:未绑定(bind)模块 Unix

我尝试使用添加创建 .ocamlinit 文件:

#use "topfind";;
#thread;;
#camlp4o;;
#require "core.top";;
#require "core.syntax";;

同样的错误发生在eclipse中。
Сode 不使用模块运行良好。

请告诉我,我该怎么办?

抱歉英语不好。
谢谢您的回答!

最佳答案

OCaIDE 在 OCaml 社区中没有广泛传播,因此没有得到很好的支持。尝试使用 emacs 或 vim。如果您坚持使用 OCaIDE,那么一个不错的起点是查看 tutorials .

附言即使你设法配置了 OCaIDE,它仍然比 Emacs+ Merlin 差很多。 .

关于eclipse - 奥卡姆。 OcaIDE eclipse 中的核心模块,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32300895/

相关文章:

eclipse - CFBuilder 中的 cfscript 代码辅助

java - 如何将谷歌地图 Android 应用程序导入到另一个 Android 项目中?

dicom.read_file() 的 Python 错误

windows - 在 Linux 上使用 SOAP 的 Web 服务服务器

ocaml - 使用 float_of_int 进行类型转换

algorithm - OCaml 中的二叉搜索树预排序算法

java - 升级到 2021-06 (4.20.0) 后,Eclipse 内容辅助循环失败

node.js - Node Inspector 在 Ubuntu 上安装失败

git - git pull/clone 如何在一个网络上的 rev-list 后挂起,在其他网络上工作 : how debug and fix?

ocaml - 如何在 OCaml 中实现 lambda 演算?