nov 292018
Was ik eerst bezig met Raspberry Pi (hardware) in combinatie met Forth (programmeertaal), nu ben ik overgestapt naar Arduino en Forth.
Waarom?
a) De Arduino is een microcontroller die apparaten met enen en nullen of analoge signalen aanstuurt. Daardoor werk je ‘dichter op de hardware’.
b) Forth is een programmeeromgeving waarmee je heel dicht bij de hardware kan komen.
Het lijkt als het ware dus alsof ze beide voor elkaar gemaakt zijn.
Voor de Arduino maak ik gebruik van AmForth.
AmForth runs completely on the controller. It does not need additional hardware. It makes no restrictions for hardware extensions that can be connected to the controller. The default command prompt is in a serial terminal.