Blog Posts

Recent posts

Monad - simple example definition

less than 1 minute read

Combines the following concept. 1. Functor - Type constructor. - Value lifting. - class Functor f where fmap :: (a -> b) -> (f a -> f b) 2. Bi...

C++17 - new features in C++17

less than 1 minute read

Nice article for C++17 features. http://www.bfilipek.com/2017/07/cpp17-details-simplifications.html