- 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.
- JavaScript 網頁編程從入門到精通 (清華社"視頻大講堂"大系·網絡開發視頻大講堂)
- 三維圖形化C++趣味編程
- 人人都是網站分析師:從分析師的視角理解網站和解讀數據
- 你不知道的JavaScript(中卷)
- PySide 6/PyQt 6快速開發與實戰
- Mastering Python Design Patterns
- 零基礎學Python編程(少兒趣味版)
- 從零開始學Android開發
- 零基礎學HTML+CSS第2版
- 從零開始學Selenium自動化測試:基于Python:視頻教學版
- Hack與HHVM權威指南
- Clojure for Finance
- JBoss AS 7 Development
- Learning Redux
- C# 10核心技術指南