Artem Pianykh is a Software Engineer at a large technology company. Before joining that company he spent several years doing data science, machine learning, and startups until discovered his passion for functional programming and compilers. He is one of the top contributors to Scalaz ZIO and a modest contributor to GHC.
Artem has a Ph.D. in Math and strives to apply the skills he developed while doing research to his work.
Talks I've Given
-
GHC Runtime Linker by Example
Featuring Artem Pyanykh
Linkers are one of the least understood yet widely used software components. GHC, unlike many other projects, has its own rather complex linking facilities in the runtime system that among other things power our beloved GHCi. And while having a custom linker has its benefits there are also...
haskell runtime linker compiler ghc