Functional Programming - Artykuły
Why I love Clojure?
Clojure language as one of the modern Lisp’s dialects was carefully designed with concurrency in mind. It enables you to communicate between many machines seamlessly. […]
Creating a lazily-evaluated builder-like API in Java 8 using the extended Step Builder pattern
Introduction The Builder design pattern is known and used widely. To begin with, it was created to provide a way to create new objects. Using […]
Erlang/OTP vs JVM – a quick comparison
Introduction There is a high need for a concurrent processing and most probably it will become only higher. That is why it is important to […]