▄▀█ █▀▀ ▄▀█ █░█ █▀▀ █▀█ █▄▄ █▀█ ▀▄▀ ██▄ Arbitrary Code and Visual Execution > Notes New year, new cool project :) I don't share many projects nowadays but when I do I make sure they're cool. > About ACaVE is an interpreter that runs code. It's basically that simple. TBRCS was cool, but I thought there was too much that was hardcoded, so I made this with the intention of everything being done with a programming language, and I accidentally ended up with an interpreter. I started working on ACaVE on August 23, 2025 and eventually dropped it for a while before coming back to it in December of 2025. > How to use Depending on what OS you're using, the controls will vary, but for OSLauncher (the system you boot into) you use the arrow keys and enter key. OSLauncher can't do much right now, but it will be updated in the future. If you want to create your own OS in this project, that's where it gets really complicated. You have to write it in ACaVE script which is nothing like Python or Javascript, however there is currently no built-in support for importing files or running scripts, so I need to get around to doing that. > Tags #os #operatingsystem #interpreter #programming (yes I'm aware the full name doesn't quite feel right)