In this chapter, we will further improve “Jarvis” to have better UI and user experience and then will add a basic web access layer on top. This will drive an important discussion on how to use mutable variables in Haskell (it’s amazing that we did so much without ever needing them!) as well as a pick under the hood of GHC – for those who are more technically inclined and want to understand how functional machinery works, which may help in optimizing your code for production use.

错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Web-Enabled AI Framework and GHC “Guts”

  • Anton Antich

摘要

In this chapter, we will further improve “Jarvis” to have better UI and user experience and then will add a basic web access layer on top. This will drive an important discussion on how to use mutable variables in Haskell (it’s amazing that we did so much without ever needing them!) as well as a pick under the hood of GHC – for those who are more technically inclined and want to understand how functional machinery works, which may help in optimizing your code for production use.