- Clojure for Java Developers
- Eduardo Díaz
- 240字
- 2021-07-16 09:49:46
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "We are using :require
to include functions from the clojure.test
and the ns-playground.core
packages."
A block of code is set as follows:
curl -O https://raw.githubusercontent.com/technomancy/leiningen/stable/bin/lein # The next step just set up the lein script in your path, you can do it any way you wish mv lein ~/bin echo "export PATH=$PATH:~/bin/">> ~/.bashrc source ~/.bashrc # Everything should be running now, let's test it lein help
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
lein new app getting-started
cd getting-started
lein run
# Hello, world!
Any command-line input or output is written as follows:
lein uberjar
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "After that you can run any tests, just open your test file and go to Tools | Run Tests in the current NS in REPL."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- 現代C++編程:從入門到實踐
- Python程序設計(第3版)
- PHP+MySQL網站開發項目式教程
- Mastering JavaScript Design Patterns(Second Edition)
- HTML5秘籍(第2版)
- Hands-On GUI Programming with C++ and Qt5
- Python預測之美:數據分析與算法實戰(雙色)
- Monitoring Docker
- Flask開發Web搜索引擎入門與實戰
- 系統分析師UML用例實戰
- C++ Data Structures and Algorithm Design Principles
- Python網絡爬蟲從入門到實踐
- Jenkins 2.x實踐指南
- 編程風格:程序設計與系統構建的藝術(原書第2版)
- Web前端開發實戰教程(HTML5+CSS3+JavaScript)(微課版)