Cagire: Live Coding in Forth
cagire.raphaelforment.fr
Cagire: Live Coding in Forth
1–10 of 19 posts
Re: Cagire: Live Coding in Forth
#2Re: Cagire: Live Coding in Forth
#3Re: Cagire: Live Coding in Forth
#4for FORTH like synthesis environment you will want to check out SAPF! (by James McCartney author of SuperCollider) https://github.com/lfnoise/sapf
Re: Cagire: Live Coding in Forth
#5CAM6 Demo
https://www.youtube.com/watch?v=LyLMHxRNuck
Original FORTH code that drove the actual CAM-6 board:
tomt-cam-forth-scr.txt: https://donhopkins.com/home/code/tomt-cam-forth-scr.txt
tomt-users-forth-scr.txt: https://donhopkins.com/home/code/tomt-users-forth-scr.txt
My compatible CA compiler and glue to the simulator written in C:
cam.f.txt: https://donhopkins.com/home/code/cam.f.txt
compile.f.txt: https://donhopkins.com/home/code/compile.f.txt
An old version of the simulator written C, before I rewrote it in JavaScript:
https://github.com/SimHacker/micropolis/tree/master/Micropol...
The JavaScript CAM6 simulator:
CAM6.js: https://github.com/SimHacker/CAM6/blob/master/javascript/CAM...
Re: Cagire: Live Coding in Forth
#6Re: Cagire: Live Coding in Forth
#7Re: Cagire: Live Coding in Forth
#8Re: Cagire: Live Coding in Forth
#9for FORTH like synthesis environment you will want to check out SAPF! (by James McCartney author of SuperCollider) https://github.com/lfnoise/sapf