Non-numerical use cases for functional programming?

前端 未结 18 2214
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-22 21:33

I just finished reading a book on scala. What strikes me is that every single example in the whole book was numerical in some form or another.

Like a lot of programm

18条回答
  •  执念已碎
    2020-12-22 21:53

    for those who consider LISP a functional programming language, there's a http server written in common lisp out there, introduced in a 1994 paper and still being developed in 2006:

    • http://www.ai.mit.edu/projects/iiip/doc/cl-http/server.html
    • http://www.cl-http.org:8001/cl-http/

    for more modern stuff, you might want to ask google "haskell web server", you will probably find a few interesting examples. one lead me find this site: http://code.haskell.org/.

提交回复
热议问题