5.3 条件 (Conditionals) 5.3 条件 (Conditionals) 最简单的条件式是 if ;其余的条件式都是基于 if 所构造的。第二简单的条件式是 when ,它接受一个测试表达式(test expression)与一个代码主体。若测试表达式求值返回真时,则对主体求值。所以 ( when ( oddp that )...
Song Sources Song Sources Because a Shoutcast server has to keep streaming songs to the client for as long as it’s connected, you need to provide your server with a source of s...
Parent Environment Parent Environment We’ve given functions their own environment. In this environment we will place the values that their formal arguments are set to. When we...
How the Reader Uses Packages How the Reader Uses Packages In Chapter 4 I discussed briefly how the Lisp reader translates names into symbols, but I glossed over most of the det...
Getting Started Resources Getting Started Julia installation is straightforward, whether using precompiled binaries or compiling from source. Download and install Julia by fo...
Generating the Expansion Generating the Expansion Because do-primes is a fairly simple macro, after you’ve destructured the arguments, all that’s left is to interpolate them i...