Common Lisp is a dumpster
Common Lisp has a LOT of stuff in it. Some of it is charming. Some of it is plain weird
Personal blog and CV
Common Lisp has a LOT of stuff in it. Some of it is charming. Some of it is plain weird
Recommendations on how to make code review process efficient and useful
Trying to "implement" OOP in a functional language. What is OOP? Is it really different?
There's been a lot of (deserved) criticism towards microservice architecture and how it's usually hurtful to the companies. However, I believe SOA isn't bad for the companies. Incompetence is.
The excitement of coding just for yourself and by yourself as a professional software engineer
A validation DSL generator based on pure functions and data.
Short explanation of how constant lookup works in Ruby
Using ruby one-liners in terminal
One-liners and cross-platform unix tools with ruby -run
Everyday tips & tricks I use in git
Trying to make my code more consistent and to make it feel more FP-like.
What we had an OOP language with NOTHING except classes and variables?
Fun and creative concurrent sorting algorithm
Let's write our own integer expressions language using only data types and pattern matching in haskell
Implementing OOP in a functional programming language
Let's write a Ruby web service using pure lambdas and Rack
Let's implement our own numbers in Ruby without standard library functions