iT邦幫忙

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

技術 clojure 30 days - day 30

Problem Description Take 2 strings s1 and s2 including only letters from a to z...

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

技術 clojure 30 days - day 29

Problem Description Write a function that takes in a string of one or more word...

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

技術 clojure 30 days - day 28

Problem Description Create a function that returns the name of the winner in a...

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

技術 clojure 30 days - day 27

Problem Description The goal of this exercise is to convert a string to a new...

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

技術 clojure 30 days - day 26

Problem Description Deoxyribonucleic acid (DNA) is a chemical found in the nucl...

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

技術 clojure 30 days - day 25

Problem Description DefinitionStrong number is the number that the sum of the f...

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

技術 clojure 30 days - day 24

Problem Description Your team is writing a fancy new text editor and you've bee...

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

技術 clojure 30 days - day 23

Problem Description Complete the solution so that it splits the string into pai...

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

技術 clojure 30 days - day 22

Problem Description Take an integer n (n >= 0) and a digit d (0 <= d <...

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

技術 clojure 30 days - day 21

Problem Description Complete the function/method so that it returns the url wit...

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

技術 clojure 30 days - day 20

Problem Description Complete the solution so that it reverses all of the words...

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

技術 clojure 30 days - day 19

Problem Description Given a string made up of letters a, b, and/or c, switch th...

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

技術 clojure 30 days - day 18

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

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

技術 clojure 30 days - day 17

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 16

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

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

技術 clojure 30 days - day 15

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 14

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 13

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

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

技術 clojure 30 days - day 12

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 11

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 10

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 9

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 8

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 7

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 6

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 5

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 - day 4 - 番外篇 1

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

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

技術 clojure 30 days - day 3

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...