Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 08_deployment-and-distribution/8-06_primitive-arrays.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,10 @@ using +asum+, primarily because +map+ produces sequences of
an intermediate sequence, all arithmetic operations on boxed numbers
are significantly slower than on their primitive counterparts.

++hiphip++'s +amap+, +afill!+, +reduce+, and +asum+ macros (among others)
++hiphip++'s +amap+, +afill!+, +areduce+, and +asum+ macros (among others)
are available for +int+, +long+, +float+, and +double+ types. If you
wanted to use +reduce+ over an array of floats, for example, you would
use +hiphip.float/reduce+. These macros define the appropriate
use +hiphip.float/areduce+. These macros define the appropriate
type hints and optimizations per type.

Clojure also comes with
Expand Down