Tag: GITHUB
Exploring Function Bodies in sharkC64 – Programming Redux Video
In the latest Programming Redux video, the channel takes a look at Function Bodies, a recent addition to the sharkC64 language. In this short...
Project Support Added to the sharkC64 Development Environment
In a new episode of Programming Redux, project support has been recently added to the development environment of the SharkC64 language. This video provides...
Introducing Module Inclusion in the SharkC64 Language for the Commodore 64
The SharkC64 language now supports modules! In this video, I demonstrate how the module system works and explore the implementation of variable scopes. If...
Improving the Development Environment by Using MVC Pattern
In the latest episode of Programming Redux, the focus was on refining the implementation of the integrated development environment for the SharkC64 compiler. The...
DIY Action Replay Mk3
Have you ever dreamed of owning an Action Replay Mk3 cartridge for your Amiga but hesitated at the nearly $200 price tag on eBay?...
GUI64 Full Demo
WebFritzi has nearly completed GUI64 and has released a new demo showcasing its features. GUI64 is a graphical user interface designed for the Commodore...
TeensyROM: Realtime Code Development on a Commodore 64 / 128
TeensyROM and the Desktop UI work together as a modern CI/CD-style tool, enabling seamless integration between coding on contemporary systems and testing on real...
Simple Text Scrolling for the Commodore 64 by Using Byte Arrays
In this new episode of Programming Redux, byte array assignments have been introduced to the sharkC64 compiler. SharkC64 is a new programming language for...