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`查询文档。
网友评论