HackerTrans
TopNewTrendsCommentsPastAskShowJobs

hnra

no profile record

comments

hnra
·قبل 4 أشهر·discuss
With or without VAT? The USD price is without VAT.
hnra
·قبل 4 أشهر·discuss
How long are your compile times?
hnra
·قبل 11 شهرًا·discuss
There is a great blog post on how the OCaml type checker is inspired by garbage collection here: https://okmij.org/ftp/ML/generalization.html
hnra
·السنة الماضية·discuss
Using map, fold etc. is not the hard part of functional programming. The hard part is managing effects (via monads, monad transformers, or effects). Trying to convert a procedural inner mutating algorithm to say Haskell is challenging.