Is there any Template Haskell tutorial for someone who doesn't know Lisp?

前端 未结 3 1808
星月不相逢
星月不相逢 2021-02-04 01:58

I wanted to learn Template Haskell but all tutorials I find either assume that you learned lisp and know what lisp macros are, or that you know some cs theory jargon - things as

3条回答
  •  甜味超标
    2021-02-04 03:01

    The best introductory tutorials to Template Haskell I know of are two documents by Bulat Ziganshin. The links from the Haskell Wiki seem to be broken at the moment, however you can access them via archive.org:

    • TH Tutorial
    • TH Documentation explanation

提交回复
热议问题