i said that i wanted to just no-context my current project (Marble), but i think i am ready to share

it is a programming language. i want to make everything that javascript was for me when i started programming, but as something even more accessible that can more freely do i/o

it is supposed to be like Scratch in how it looks, but i want to make a large standard library (TLS + encryption, stats, linear algebra, variable-length array and other common data bois), basically native SDL2 support, and because of the 2d nature i also want to have math expressions as math expressions instead of function calls (and possibly some OpenGL-style vectors), semantic arguments, and something which serves the purpose that regex does

i will probably need library calls for concurrency or memory allocation, i guess.

idk if i'll get to all that, but goals

in its current state, i was able to compile a very simple program which set a byte in memory and then exited (Marble -> Nasm -> ELF), and that is why i am sharing this