I'm a web developer and Open Source programmer from Poland. I'm also Wikimedian, Wiki Mentor, and Wiki Trainer on Polish Wikipedia.
Nothing here yet.
Aug 12, 2024 · 7 min read · While writing my Lisp interpreter (for the Scheme dialect, to be precise), I decided to include support for square brackets. I did this because some of the Scheme books use them interchangeably with parentheses. But I didn't want to make the parser t...
Join discussion
May 20, 2024 · 12 min read · If you're a Front-End developer and want to showcase your skills, it may be a problem if you use GitHub pages or Netlify to show your apps. Instead, you can create a REST API directly in the browser without the need of any server. With this, you can ...
Join discussion
Apr 29, 2024 · 23 min read · In this article, you will learn how to create an interactive terminal-based portfolio and a résumé in JavaScript. We'll use the jQuery Terminal library (and a few other tools) to create a website that looks like a real terminal. This article will sho...
Join discussion
Apr 4, 2024 · 10 min read · S-expressions are the base of the Lisp family of programming languages. In this article, I will show you how to create a simple S-expression parser step by step. This can be a base for the Lisp parser. Lisp is the easiest language for implementation...
Join discussion