April 7, 2018
By: coldnewClojureTW 週報 2018-04-07
Clojure
- How I create Automatic Annotation Tools: 我們都知道軟語言最大的問題就是缺乏型別,這會在除錯時候增加難度。本文為 Typed Clojure 作者 Ambrose Bonnaire-Sergeant 的博士資格考 (Ph.D. qualifying exam) 投影片以及口頭描述稿,講述他是如何設計自動的型別偵測工具,用來取代以往的手動設定型別的方法。
ClojureScript
- ClojureScript + re-frame 入門: 日本人寫的 re-frame 入門教程,實際上想要搞懂re-frame 的話,一些reactjs相關的知識最好還是要有的。
- Command line scripting with ClojureScript: 感謝 [lumo]() 現在我們終於可以用 ClojureScript 寫腳本了。
Implementing the Ethereum Virtual Machine
一系列的文章,描述如何實作最近崩得很悲慘的乙太幣(Ethereum)的虛擬機, 目前已經寫到第三部了:
- Implementing the Ethereum Virtual Machine (Part I)
- Implementing the Ethereum Virtual Machine (Part II)
- Ethereum's Compact Merkle Trie (Part I)
其他
- goodjack/developer-roadmap-chinese: 2018 年成為 Web 開發人員的路線圖