在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):qfpl/applied-fp-course开源软件地址(OpenSource Url):https://github.com/qfpl/applied-fp-course开源编程语言(OpenSource Language):Haskell 98.6%开源软件介绍(OpenSource Introduction):Applied Functional Programming CourseThis is a new course, so there are going to be rough edges. We invite you to submit issues or pull requests if you find errors or have suggestions on how to improve it. This course is designed to be run in a class room with instructors, but we would like to make it suitable for self-study as well. Although undertaking this course outside of the workshops will increase the difficulty somewhat, we do not discourage it and invite suggestions on how to make the course more approachable. If you do attempt this on your own and find yourself completely lost,
then you may come find us on IRC on libera.chat
in You:
We:
Setup build tools:Each level is a self-contained Haskell module, containing incomplete, or as yet undefined, data types and functions. We recommend using CabalIf you're using version >=3.0 of $ cd path/to/applied-fp-course
$ cabal configure --enable-tests
$ cabal build <levelN>-exe
$ $EDITOR src/<LevelN>/README.md NixIf you would like to use a Nix Shell: $ cd path/to/applied-fp-course
$ nix-shell # or `nix develop`, if you use flakes
$ cabal build <levelN>-exe
$ $EDITOR src/<LevelN>/README.md ghcidIf you have StackA Please note...These lessons are designed to be completed with an instructor as part of the
Data61 Applied Functional Programming Course. You are of course welcome to
clone the repository and give it a try, but you may find the tasks more
difficult. If you have any questions we can be contacted in the
#qfpl IRC channel on Subsequent lessons may contain spoilers, don't cheat yourself out of the experience!There is a
-- In Development...
-- Maybe...
Bonus ContentExtension material that doesn't feel like it belongs to the main progression
lives in the |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论