Menu

tag

Posts tagged with #object-functional

All posts tagged with #object-functional in chronological order with newest first.

Posts tagged with #object-functional

Fusion of object oriented and functional programming

The fusion of Object Oriented Programming (OOP) and Functional Programming (FP) languages has become increasingly popular in recent years, with many programming languages now offering features and constructs from both...

software-engineering kotlin object-functional scala functional-programming

A very good introduction to Scala

Scala is an important milestone in the fusion of functional and object-oriented programming. This fusion is not yet complete, but rather a “discovery process” that will continue for a few...

software-engineering scala review jvm object-functional

Very good in places, unpolished and too brief in others

Programming parallel and concurrent programs with shared memory and threads is complicated and very error-prone. Approaches such as Software Transactional Memory (STM), message-passing architectures, and actor models have been developed...

software-engineering parallelism concurrency jvm review object-functional