This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
lecture:clojure:디자인_패턴 [2016/01/15 16:51] psk810 [클로저에서의 디자인 패턴] |
lecture:clojure:디자인_패턴 [2019/02/04 14:26] (current) |
||
---|---|---|---|
Line 111: | Line 111: | ||
===== AOP ===== | ===== AOP ===== | ||
- | ==== Robert Hook ==== | + | [[https://github.com/technomancy/robert-hooke|Robert Hooke]] |
===== 함수형 디자인 패턴 ===== | ===== 함수형 디자인 패턴 ===== | ||
Line 179: | Line 179: | ||
- | ==== Pipeline ==== | + | ==== Pipeline Pattern ==== |
+ | |||
+ | [[https://github.com/rm-hull/monet|monet canvas drawing 라이브러리]] | ||
==== Prymid of Doom ==== | ==== Prymid of Doom ==== | ||
+ | |||
+ | [[https://adambard.com/blog/acceptable-error-handling-in-clojure/|Maybe 모나드]] |