[Day27] 從ClojureScript 到 Reagent (4) Atom / swap! / deref 在看ClojureScript Cheats...
[Day16] Clojure Macro (3) as-> / cond-> / some-> 早安! 昨天公司大大分享色彩繽紛、香氣十...
話說...Javascript可說是世界上最多工程師會用的語言!有超過65%的developers使用 所以,今天就來跟大家比較一下,clojurescript...
本篇文章以brave clojure的第3章為靈感來介紹clojure基礎語法及特色。 Everything is a list Ref: Chapter 3:...
[Day29] 從ClojureScript 到 Reframe (2)form & Event Handler Tracing 簡介 大家早安~昨天d...
[Day22] 從ClojureScript 到 Reagent (1) React, Reagent, and Why 在昨天建立好ClojureScript...
早安!歡迎進入前端的世界今天來介紹ClojureScript專案,並且寫一個會跳出來跟我們說Hello Ironman的網頁~ 用ClojureScript寫專...
Sets Sets是一組不重複值的集合, 例如本期樂透號碼就很適合用Set存放,因為數字不可能重複: Javascript Clojurescript...
[Day18] Clojure - Laziness (2) Recursive function & Fibonacci sequence 用Lazi...
為了熟悉 clojure,刷題練習語法 Get the mean of an array 回傳最接近陣列平均數的整數(無條件捨去),且不會給空陣列Return...
[Day28] 從ClojureScript, Reagent到 re-frame (1)建立re-frame專案 大家晚安~前面幾天對Reagent的初步認識...
[Day08] Clojure Functional Programming與資料操作(1) - map 我們在第一週簡單地帶大家Clojurescript的基...
[Day26] 從ClojureScript 到 Reagent (3之3) 路由 route簡介. 設計文章列表 早安!昨天我們完成了增加component,...
Alternate case Write function alternateCase which switch every letter in string...
Beginner Series - Clock Clock shows 'h' hours, 'm' minutes and 's' seconds after...
[Day12] Clojure Flow Control (2) when / while / doseq 早安! 原本流程控制只想用一天的篇幅,但發現有好多內...
Grasshopper - Check for factor This function should test if the factor is a fact...
Testing 1-2-3 Your team is writing a fancy new text editor and you've been taske...
Recursion 101 In this Kata, you will be given two positive integers a and b and...
今天是深夜模式,走凌晨發文路線~ Maps 在Clojure裡Map類似Python的Disctionary, Ruby的Hash和Javascript的Obj...
[Day10] Clojure Functional Programming與資料操作(3) - filter 在前天和昨天文章介紹了map和reduce之後,...
大家週日愉快~歡迎繼續來優化我們的Reagent專案 昨天用clojure語法讓貓貓emoji可以顯示在專案首頁裡 今天的自我練習題來啦: 我想要把貓貓kiss...
[Day13] Clojure Flow Control (3) case / cond vs. condp / doall vs. dorun 早安!今天要聊...
Human Readable Time Write a function, which takes a non-negative integer (second...
Is n divisible by x and y? Create a function that checks if a number n is divisi...
Responsible Drinking Codewars Bar recommends you drink 1 glass of water per stan...
Function 1 - hello world Make a simple function called greet that returns the mo...
No zeros for heros Numbers ending with zeros are boring. They might be fun in yo...
午安~昨天建了一個Reagent App,也開啟好了專案起始頁面,是一個里程碑! 但身為工程師的我們,可不會僅止步於此啦~ 除了用clojure(結合cloju...
Recursion 101 You will be given two positive integers a and b and your task will...