Scratch HyperText List-based Language Next: https://scratch.mit.edu/projects/1198242892 A text coding(and art(sounds too complex)) editor using lists. Will have similar coding parts as normal Scratch. Base reading: <> for logic gates & math {} for sub-code sections [] for values () for variables & function inputs . for code calls / for functions || for graphic spawning "" for comments '' for broadcasts \ for events Errors will appear with iding for in-accurate code Logic = < > and or nor not /=/ =< => <[input1] logic [input2]> Math + - x / abs ^ round ceiling floor sq sqrt cb cbrt sin cos tan asin acos atan same input style as logic costumes, variables, and functions will have separate lists(2 for variables) lists will be put off awhile(harder cause list in list) sounds will be tricky(might use music extension for some sounds) code calls must appear first on the code art will be list with #color -- name -- will be a separater, with nothing else on the line(comments are skipped so a comment can be there) with ---- after the body. In code it's a code call, in graphics it's a costume, in functions it's a function(function format is -- function (parameter input * infinity)--, codecalls in functionsnare micro-functions(useful for 3 functions with bg)) |costumeName (x) (y) (pixelSize)| all I can think of right now will make basic events, logic gates, math, minor controls, and code calls on this acc then main will do some