60 lines
2.3 KiB
HTML
60 lines
2.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta property="og:site_name" content="Ari::web -> Blog" />
|
|
<meta property="og:url" content="https://blog.ari-web.xyz/" />
|
|
<meta property="og:title" content="Ari::web -> Blog" />
|
|
<meta property="og:type" content="website" />
|
|
|
|
<meta name="theme-color" content="#262220" />
|
|
<meta name="color-scheme" content="dark" />
|
|
|
|
<meta charset="utf-8" />
|
|
<meta content="IE=edge" http-equiv="X-UA-Compatible" />
|
|
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
|
|
<title>Ari::web -> Blog</title>
|
|
<meta
|
|
content="website webdev linux programming ari terminal dark blog javascript opensource free"
|
|
name="keywords"
|
|
/>
|
|
<meta
|
|
content="Blog on 2021-10-29 08:56:44 EEST - I am in love with scheme/racket"
|
|
name="description"
|
|
/>
|
|
<meta content="follow" name="robots" />
|
|
|
|
<link rel="stylesheet" href="/styles/styles.css"/>
|
|
</head>
|
|
<body>
|
|
<div>
|
|
<h1>I am in love with scheme/racket</h1>
|
|
<div style="text-align: center !important;">
|
|
<p>
|
|
2021-10-29 08:56:44 EEST |
|
|
<a href=".."> back </a>
|
|
|
|
|
<a href="/"> home </a>
|
|
|
|
|
<a href="/git"> git </a>
|
|
</p>
|
|
</div>
|
|
<hr />
|
|
<p>
|
|
As you might know I usually use object oriented languages, but this time
|
|
not, this time it's a functional one. Today I was discussing about
|
|
functional programming and in general programming paradigms and
|
|
functional programming came up, so we talked about it and I said
|
|
something like "I would love to learn a fully functional programming
|
|
language, but haskell's syntax sucks, any other suggestions?" and a
|
|
person suggested me scheme and until then I though scheme was just used
|
|
for configs and storing data in general, like JSON. Then we were talking
|
|
about scheme and I was really interested in it so I asked "what
|
|
interpreter should I use?" and they answered "chez" so I used it for a
|
|
bit and then found an even better solution - gambit and now I use that
|
|
so in this one day I found a good a great scheme compiler and
|
|
interpreter and I started learning scheme! I love it.
|
|
</p>
|
|
</div>
|
|
</body>
|
|
</html>
|
|
<!-- this is automatically generated by scripts/add_blog -->
|