What tools are there for functional programming in C?

后端 未结 13 825
长情又很酷
长情又很酷 2021-01-29 17:18

I\'ve been thinking a lot lately about how to go about doing functional programming in C (not C++). Obviously, C is a procedural language and doesn\'t really support f

13条回答
  •  逝去的感伤
    2021-01-29 17:47

    Look at Hartel & Muller's book, Functional C

    http://www.ub.utwente.nl/webdocs/ctit/1/00000084.pdf
    http://www.cs.bris.ac.uk/~henkm/f2c/index.html

提交回复
热议问题