Want to create an interactive transcript for this episode?
Podcast: Coder Radio
Episode: 366: Functional First
Description: Itβs a Coder Radio special as Mike and Wes dive into functional programming in the real world and share their tips for applying FP techniques in any language.Links:Porting Redis to WebAssembly with Clang/WASI β In this post, we share our experience of porting an existing open-source software package β the data structure server Redis β to WebAssembly. While this is not the first time that Redis has been ported to Wasm (see this port by Sergey Rublev), it is the first time to our knowledge that the obtained port can be run deterministically.Solving Problems the Cloj...