Archives by date

You are browsing the site archives by date.

Adventures In Declarative Programming: Sudoku Solver

Declarative Programming … in contrast to Imperative Programming (like C/C++, Python, Java, …) doesn’t care about the exact way of solving a problem. In Imperative Programming you define how a problem has to be solved. In Declarative Programming you simply describe what the problem is and ‘the language’ does the actual solving for you.Since this […]