7 lines
292 B
PHP
7 lines
292 B
PHP
<?php
|
|
$title = "A Critique of Functional Programming";
|
|
$description = "After some time working with the Rust programming language, and having to adjust myself to the functional paradigm, I've decided to write down my overall impression.";
|
|
$created = "2022-05-27";
|
|
$updated = "2022-05-27";
|
|
?>
|