Clojure裡面的Higher-Order Function
還是在翻譯《seven programming languages in seven weeks》時遇到了問題。需要請教一下大家。我認為map
,filter
都是高階函式,但是原書中有兩處讓我感到困惑。
1. We can build a list of the lengths of the names, like this:
user=> (map count people)
(3 8)
You've seen these concepts before. count
in this context is a higher-order
function.
2. Here are some of the functions on collections that use higher-order functions.
- apply ...
- filter ...
給我的感覺好像是原作者認為傳遞給map,apply的函式才是更高階。我去wiki確認了一下:
In computer science, higher-order functions, are functions which do at least one of the following:
- take one or more functions as an input
- output a function
又去線上書店查了Errata,也沒找到相關資訊。
原作者的表述有錯嗎?我翻譯的時候該怎麼辦呢?
相關文章
- $(function{})裡面的onclick報錯Function
- JavaScript: window.onload = function() {} 裡面的函式不執行JavaScriptFunction函式
- Higher-order Graph Neural Networks
- Go 裡面的 ^ 和 &^Go
- What does -> do in clojure?
- SAP SEGW 事物碼裡的 Function ImportFunctionImport
- $(function(){}裡面方法不載入問題Function
- 獲取cookie裡面的值Cookie
- angular8裡面的*ngSwitchAngular
- php 呼叫dll 裡面的方法PHP
- 聊聊Go裡面的閉包Go
- javascript 中function(){},new function(),new Function(),Function 摘錄JavaScriptFunction
- 如何獲取 alter 裡面的字串?字串
- 【Clojure 基本知識】小技巧s
- 想要影片裡的音樂,如何提取裡面的音訊?音訊
- nodejs裡面的程式和執行緒NodeJS執行緒
- 如何調整Docker裡面的Image 大小?Docker
- 如何驗證 elk 裡面的資料?
- 說說Codewars 裡面的Multi Line Task
- 如何找到ABAP裡被動態呼叫的update function moduleFunction
- packagereference 裡面的資產是怎麼回事?Package
- Medium裡面的react相關文章記錄React
- Laravel 裡面的 chunk 分塊效率問題Laravel
- withoutEvents函式裡面的事件被觸發函式事件
- linux替換jar裡面的class檔案LinuxJAR
- 關於模組裡面的註冊中心
- WPS 使用宏操作 word裡面的所有表
- Oracle-批量修改欄位裡面的值Oracle
- 教你如何把HackTheBox裡面的Luke“幹掉”
- RabbitMQ裡面的routingkey是幹嘛用的????????MQ
- 鮑勃大爺:為何選擇Clojure?
- 6 年專業Clojure經驗分享 - Erez
- config 裡面的database 資料庫 連線取不到 .env 裡面的資料庫配置,所有快取已清,求解Database資料庫快取
- 使用雲桌面的技術優勢在哪裡
- H5-15 H5裡面的CSSH5CSS
- 線上白板裡面的協作工具有哪些
- Clojure 執行原理之位元組碼生成篇
- 從Rails到Clojure再到Java,最後回到RailsAIJava
- JavaScript FunctionJavaScriptFunction