To quote the speaker;
ВсеГосэкономикаБизнесРынкиКапиталСоциальная сфераАвтоНедвижимостьГородская средаКлимат и экологияДеловой климат
,详情可参考新收录的资料
There were 3 core challenges I ran into building snakes.run.
Creating custom commands
,这一点在新收录的资料中也有详细论述
HTML (experimental)
The GHC API requires writing the code evaluation model from scratch. This is a complicated task. iHaskell reimplements a lot of GHCi directives (so notebooks can be GHCi compatible) but doesn’t cover a lot of useful ones e.g :set package and :script. For this reason, Sabela evaluates the code with a cabal subprocess. This ensures that you get all of GHCi’s API for free.。新收录的资料对此有专业解读