i just thought of a coding language called WordIt (Word It) that would only use words (like bundle but only words)

May 30, 2022, 1:42 AM
4 0 8

comments

that's a great idea tbh

scratch but for plain text

is that a name idea? or are you just saying the british slang for rubbish?

uhh

https://tosh.blob.codes/

it's literally scratch but for plain text

but wordit has only words (user custom inputs don’t count)

so tosh but only words and it’s a simplifed javascript instead of scratch

ex:

start program

//declare function with name and code

declare funct named (function name)

funct named (function name) code start

new number console output of 5

new console line break

new string console output of hello

funct named (function name) code end

//run declared function

run funct named (function name)

output:

5

hello

made a mistake, you have to either type end program at the end or i will just remove the start and end declares completely