poppyrock2 — 5/30/2022, 1:42:11 AM

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

♥ 4 ↩ 0 💬 8 comments

comments

nebulous:

that's a great idea tbh

5/30/2022, 9:25:50 AM
poppyrock2:

scratch but for plain text

5/30/2022, 11:28:48 AM
nebulous:

tosh

5/30/2022, 11:59:32 AM
poppyrock2:

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

5/30/2022, 2:08:18 PM
nebulous:

uhh

https://tosh.blob.codes/

it's literally scratch but for plain text

5/30/2022, 2:36:26 PM
poppyrock2:

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

5/30/2022, 4:58:08 PM
poppyrock2:

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

5/30/2022, 1:48:08 AM
poppyrock2:

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

5/30/2022, 1:49:29 AM