# Blink in (Micro)Scheme You can write programs even for 8-bit microcontrollers in [Scheme](https://ryansuchocki.github.io/microscheme/). Here is very simple one - it just blinks. Try it: ```console $ guix shell $ make $ # avrdude ... ``` See it blinks...