diff --git a/src/ending.md b/src/ending.md new file mode 100644 index 0000000..8fb02f9 --- /dev/null +++ b/src/ending.md @@ -0,0 +1,17 @@ + +# 맺으며 + +[원문](https://lisperati.com/clojure-spels/casting.html)에서는 커먼 리스프를 기준으로 설명했지만, 여기서는 클로저를 기준으로 설명했습니다. + 뿐만아니라 커먼 리스프에서 리스트로만 데이터를 다루는 것을 유용하게 생각하는 딕션어리나 벡터로 바꾸어 넣었습니다. + +다른 언어로 구현된 `Casting SPEL`도 역시 확인해보세요. + +| Casting SPEL | +| --------------------------------------------------------------------------------------- | +| [common lisp ](https://www.lisperati.com/casting.html) | +| [clojure](https://www.lisperati.com/clojure-spels/casting.html) | +| [ruby](http://rubyquiz.com/quiz49.html) | +| [hasekll](https://jpmoresmau.blogspot.com/2006/11/my-first-haskell-adventure-game.html) | +| [lfe](https://cnbbooks.github.io/lfe-casting-spels/) | + +- 리스프에 관심이 있어 클로저를 설치하고 싶으신 분이 있으시다면 [링크](https://lispkorea.github.io/clojure/setup_clojure/) 한번 방문해 주세요.