美文网首页
Clojure学习---字面量

Clojure学习---字面量

作者: Toly | 来源:发表于2019-01-19 16:24 被阅读7次

    Clojure的集成开发环境Nightcode

    课后习题参考。

    1.Using the REPL, compute the sum of 7654 and 1234.

    2.Rewrite the following algebraic expression as a Clojure expression: ( 7 + 3 * 4 + 5 ) / 10.

    3.Using REPL documentation functions, find the documentation for the rem and mod functions. Compare the results of the provided expressions based on the documentation.

    4.Using find-doc, find the function that prints the stack trace of the most recent REPL exception.

    旨在让你能够使用`find-doc`查询文档。

    相关文章

      网友评论

          本文标题:Clojure学习---字面量

          本文链接:https://www.haomeiwen.com/subject/phdzdqtx.html