iT邦幫忙

clojure相關文章
共有 156 則文章
鐵人賽 Software Development DAY 18
clojure 30 days 系列 第 18

技術 clojure 30 days - day 16

Problem Description My grandfather always predicted how old people would get, a...

鐵人賽 Software Development DAY 17
clojure 30 days 系列 第 17

技術 clojure 30 days - day 15

Problem Description Write a function that converts any sentence into a V A P O...

鐵人賽 Software Development DAY 16
clojure 30 days 系列 第 16

技術 clojure 30 days - day 14

Problem Description Trolls are attacking your comment section! A common way to...

鐵人賽 Software Development DAY 15
clojure 30 days 系列 第 15

技術 clojure 30 days - day 13

Problem Description Simple, given a string of words, return the length of the s...

鐵人賽 Software Development DAY 14
clojure 30 days 系列 第 14

技術 clojure 30 days - day 12

Problem Description TaskKing Arthur and his knights are having a New Years part...

鐵人賽 Software Development DAY 13
clojure 30 days 系列 第 13

技術 clojure 30 days - day 11

Problem Description TaskGiven an array/list [] of integers , Construct a produc...

鐵人賽 Software Development DAY 12
clojure 30 days 系列 第 12

技術 clojure 30 days - day 10

Problem Description Write a function that finds the sum of all its arguments. e...

鐵人賽 Software Development DAY 11
clojure 30 days 系列 第 11

技術 clojure 30 days - day 9

Problem Description DefinitionA Tidy number is a number whose digits are in non...

鐵人賽 Software Development DAY 10
clojure 30 days 系列 第 10

技術 clojure 30 days - day 8

Problem Description There is a bus moving in the city, and it takes and drop so...

鐵人賽 Software Development DAY 9
clojure 30 days 系列 第 9

技術 clojure 30 days - day 7

Problem Description Clock shows h hours, m minutes and s seconds after midnight...

鐵人賽 Software Development DAY 8
clojure 30 days 系列 第 8

技術 clojure 30 days - day 6

Problem Description You ask a small girl,"How old are you?" She alway...

鐵人賽 Software Development DAY 7
clojure 30 days 系列 第 7

技術 clojure 30 days - day 5

Problem Description After a hard quarter in the office you decide to get some r...

鐵人賽 Software Development DAY 11

技術 Lisp 深入淺出—資料導向編程

有一個對 Clojure 評論是這樣子:「Clojure 是一種 Lisp ,但是因為有獨特的品味,難以歸類於傳統的 Lisp 。」 基本上,程式語言只要語法使...

鐵人賽 Software Development DAY 6
clojure 30 days 系列 第 6

技術 clojure 30 days - day 4

Problem Description Write a program that finds the summation of every number fr...

鐵人賽 Software Development DAY 5
clojure 30 days 系列 第 5

技術 clojure 30 days - day 3

Problem Description Given a sequence of items and a specific item in that seque...

鐵人賽 Software Development DAY 4
clojure 30 days 系列 第 4

技術 clojure 30 days - 番外篇 1

今天來點小心得。 funcctional programing language 的特性 在學習 clojure 時,其作為一門 function 的語言,cl...

鐵人賽 Software Development DAY 3
clojure 30 days 系列 第 3

技術 clojure 30 days - day 2

Problem Description You get an array of numbers, return the sum of all of the p...

鐵人賽 Software Development DAY 7

技術 Fennel 語言速成—nfnl 函式庫

在 Fennel 的官方文件裡,有一段話: There's also a Cljlib library, that implements a lot of f...

鐵人賽 Software Development DAY 2
clojure 30 days 系列 第 2

技術 clojure 30 days - day 1

Problem Description This function should test if the factor is a factor of base...

鐵人賽 Software Development DAY 1
clojure 30 days 系列 第 1

技術 clojure 30 days - day 0

選錯主題了,應該是自我挑戰啦。 前言 今年真的開始寫一點 clojure 了,稍微刷個題,記錄一下。希望不要像前年意外斷賽! 2023 年鐵人賽:從零開始的 c...

從零開始的 clojure 系列 第 24

技術 Day 24 Clojure - Function - Returning Functions

前言 大家好,2025 年的我依舊是對於 Clojure 一無所知的菜鳥小白工程師。 2023 年鐵人賽因不可抗力因素斷賽! 決定慢慢補完剩下 7 天。 今天我...

鐵人賽 自我挑戰組 DAY 23
從零開始的 clojure 系列 第 23

技術 Day 23 Clojure - Function - Anonymous Functions

前言 大家好,我是對於 Clojure 一無所知的菜鳥小白工程師。 今天我們要來學習 Clojure 中的匿名函數 Fnonynous Functions。...

鐵人賽 自我挑戰組 DAY 22
從零開始的 clojure 系列 第 22

技術 # Day 22 Clojure - Function- Function Body, and All Functions Are Created Equal

前言 大家好,我是對於 Clojure 一無所知的菜鳥小白工程師。 今天我們要來學習函數主體 Function Body,以及去認識 Clojure 中「所有函...

鐵人賽 自我挑戰組 DAY 21
從零開始的 clojure 系列 第 21

技術 Day 21 Clojure - Function- Destructuring

前言 大家好,我是對於 Clojure 一無所知的菜鳥小白工程師。 今天我們要來學習如何使用解構 Destructuring 。 try Clojure he...

鐵人賽 自我挑戰組 DAY 20
從零開始的 clojure 系列 第 20

技術 Day 20 Clojure - Function- Defining Functions with Docstrings, Parameters and Arity

前言 大家好,我是對於 Clojure 一無所知的菜鳥小白工程師。 今天我們要來學習在定義函數時的「文檔字符串」(docstring) 以及「參數和參數個數」(...

鐵人賽 自我挑戰組 DAY 19
從零開始的 clojure 系列 第 19

技術 Day 19 Clojure - Function- Defining Functions

前言 大家好,我是對於 Clojure 一無所知的菜鳥小白工程師。 今天我們要來學習 Defining Functions —— 如何定義函數。 try C...

鐵人賽 自我挑戰組 DAY 18
從零開始的 clojure 系列 第 18

技術 Day 18 Clojure - Function- Calling Function

前言 大家好,我是對於 Clojure 一無所知的菜鳥小白工程師。 今天我們要來學習 Calling Functions 呼叫函數。 try Clojure...

鐵人賽 自我挑戰組 DAY 17
從零開始的 clojure 系列 第 17

技術 Day 17 Clojure- Data Structures - Review

前言 大家好,我是對於 Clojure 一無所知的菜鳥小白工程師。 今天我們來複習一下前幾章有關 Clojure 資料結構的內容,如下: Numbers St...

鐵人賽 自我挑戰組 DAY 16
從零開始的 clojure 系列 第 16

技術 Day 16 Clojure- Data Structures - Sets

前言 大家好,我是對於 Clojure 一無所知的菜鳥小白工程師。 今天要來學習 Clojure 資料型態中的列表 Lists 。 try Clojure h...

鐵人賽 自我挑戰組 DAY 15
從零開始的 clojure 系列 第 15

技術 Day 15 Clojure- Data Structures - Lists

前言 大家好,我是對於 Clojure 一無所知的菜鳥小白工程師。 今天要來學習 Clojure 資料型態中的列表 Lists 。 try Clojure h...