Raylib Live Coding
Sunday, September 27, 2026
Factor includes support for runtime code reloading, something that I have demoed previously using the included tetris game vocabulary. It is one of my favorite features, and part of the magic that makes for fun development using the Factor programming language.
I previously wrote about using Raylib in Factor, and we now support Raylib 6.0. Over the years, some demos have been shared by the Factor community, and I recalled one in particular that was shared on the Factor Discord server that I thought was particularly neat and highlights hot code reloading.
This is a live coding demo by and Null:
Really neat!
To give it a try yourself, build Factor from the latest development
branch with Raylib 6.0 installed,
then open the UI Listener and USE: raylib.live-coding, running your code in
a with-live-coding block.