Published onApril 6, 2017Comparing Functional LanguagesProgramming-LanguagesIn this post, we compare the functional language Scala with Scheme. We look at how they both manipulate lists, with Scheme using predefined functions and Scala using pattern matching.