Tag: scheme

Future let++ Bindings

Written by Dominik Pantůček on 2025-07-31

racketscheme

In a previous post we wrote about the challenges of implementing DAG scoping model for bindings in certain Qi forms. Today we are about to witness an attempt to bring similar scoping rules to plain Scheme and we may reason a bit whether it could be useful in practice.

...

React App Embedded in Chicken Program

Written by Dominik Pantůček on 2025-05-22

reactchickenschemejavascript

Embedded platforms are ubiquitous, however they usually have limited resources. However a web interface is often useful for these systems. In this article we explore the possibility of embedding React app in statically-linked CHICKEN binary that can be deployed to such systems by simply copying it where it can be run as a system service.

...