简体   繁体   English

没有核心的OCaml是否无用?

[英]OCaml without Core useless or not?

Some time ago I started learning OCaml for improving my code skils. 前段时间我开始学习OCaml以改进我的代码技巧。 And now I wonder, is it worth to try use OCaml without Core, or it useful only with third party libs? 现在我想知道,在没有Core的情况下尝试使用OCaml是否值得,或者它只适用于第三方库?

No it is not useless. 不,它没用。 Moreover, Core is a library with a very high entrance barrier. 此外,Core是一个具有很高入口门槛的图书馆。 So I would personally suggest to learn OCaml without the Core library. 所以我个人建议在没有核心库的情况下学习OCaml。 And then switch to it, as soon as you start to use OCaml for real life coding. 一旦开始使用OCaml进行实际编码,就切换到它。

You may discover that ocaml has a standard library . 您可能会发现ocaml有一个标准库

Does Core support windows? Core支持窗口吗?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM