| ▲ | Cagire: Live Coding in Forth(cagire.raphaelforment.fr) | ||||||||||||||||
| 98 points by surprisetalk 10 days ago | 13 comments | |||||||||||||||||
| ▲ | quaverquaver 18 hours ago | parent | next [-] | ||||||||||||||||
for FORTH like synthesis environment you will want to check out SAPF! (by James McCartney author of SuperCollider) https://github.com/lfnoise/sapf | |||||||||||||||||
| |||||||||||||||||
| ▲ | eggy 15 hours ago | parent | prev | next [-] | ||||||||||||||||
Cool, and I love the retro font. I had a Vic-20 (early 80s) and Commodore PET 2001 (1977) I am learning Odin, and I was going to try creating live coding environment with scripting in Forth and with the gui and rest in Odin, but for audio and graphics. I was inspired long ago by Paul Batchelor's Sporth and Tidal (now tidal cycles?). Forth is a great language. You can make an compiler/interpreter in a few days. John Earnest's ok.js is also cool. I like stack and array languages, so when I am not playing in J, I use Uiua. Uiua has the capability to do audio and graphics/animations and scratches my array/stack itch. | |||||||||||||||||
| ▲ | hankbond 16 hours ago | parent | prev | next [-] | ||||||||||||||||
This is a neat project and I don't think I'm aware of any sequencers that allow for arbitrary execution per-step (not that I am that deep into the space). The font choice for the website is really... interesting. I don't think I can recall ever feeling this dyslexic trying to read the copy here. | |||||||||||||||||
| ▲ | eluusive 11 hours ago | parent | prev | next [-] | ||||||||||||||||
This is super cool. I've been thinking about doing something like this for awhile as a retirement project. | |||||||||||||||||
| ▲ | chantepierre 14 hours ago | parent | prev | next [-] | ||||||||||||||||
Very cool. Are you near Aspet ? I often hike with a friend who lives there. The Cagire is one of my favorite peaks of the Pyrénées. | |||||||||||||||||
| ▲ | alex7o 13 hours ago | parent | prev | next [-] | ||||||||||||||||
Oh it seems like forth is a pretty good candidate for this. Like most of these things are a post processing steps | |||||||||||||||||
| ▲ | octetta 16 hours ago | parent | prev | next [-] | ||||||||||||||||
Neato... I'm glad stuff like this exists in the world. I'm gonna steal some ideas for my own project (Skred). Thanks! | |||||||||||||||||
| ▲ | DonHopkins 17 hours ago | parent | prev | next [-] | ||||||||||||||||
Toffoli and Margolis's CAM-6 cellular automata machine board for the IBM-PC was programmed in FORTH. I made a simulator, and this video shows some of the original FORTH code that I saved, as well as my own compatible FORTH CA rule computer that le me run the rules from the book, which produced lookup table for the hardware, which the simulator is compatible with. I've since rewritten it in JavaScript. It's not live coding, but it has a live performance user interface (quite weird and hard to figure out, especially if you haven't read the book, but I demonstrate it in the video). CAM6 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... | |||||||||||||||||
| |||||||||||||||||
| ▲ | phreda4 18 hours ago | parent | prev [-] | ||||||||||||||||
Nice! I try this | |||||||||||||||||