Message from @eletrick33

Discord ID: 583417676425068570


2019-05-29 22:06:19 UTC  

scratch is just for noobs and toddlers

2019-05-29 22:06:25 UTC  

like christ, its so bad

2019-05-29 22:06:39 UTC  

<:GWsiraSataniaHAhaa:398886125873135616>

2019-05-29 22:07:01 UTC  

The after life is inevitable

2019-05-29 22:07:08 UTC  

<:soul1:492160663288807444> 👀

2019-05-29 22:07:08 UTC  

i. hate. scratch. it is actually useless and teaches you nothing about programming other than the system reads code from top to bottom

2019-05-29 22:07:34 UTC  

yeah

2019-05-29 22:07:52 UTC  

you actually learn more about programming from command blocks which is actually how i got in to coding

2019-05-29 22:07:57 UTC  

and, its just code blocks

2019-05-29 22:08:07 UTC  

dude

2019-05-29 22:08:12 UTC  

command blocks in minecraft

2019-05-29 22:08:14 UTC  

👌👌👌👌

2019-05-29 22:08:18 UTC  

no

2019-05-29 22:08:21 UTC  

yes

2019-05-29 22:08:52 UTC  

im making tetris in minecraft its pretty how it works

2019-05-29 22:08:58 UTC  

yeah

2019-05-29 22:09:34 UTC  

im using falling sand entities so i can just teleport them around

2019-05-29 22:09:50 UTC  

yup

2019-05-29 22:11:14 UTC  

all i need to do is make it so that when a falling sand entity comes in with a block it turns in to its respective form

2019-05-29 22:12:35 UTC  

then i have to do a system that tests if a line is full of blocks then i need to make a system that moves all the blocks down to the bottom

2019-05-29 22:13:33 UTC  

my only complaint about command blocks is that i wish i could put multiple commands in one command block that would compact things by a significant amount

2019-05-29 22:14:42 UTC  

also minecraft 1.14.2 is out so yeah go play it

2019-05-29 22:19:13 UTC  

yes java runs in a JVM

2019-05-29 22:19:30 UTC  

what language is that programmed in

2019-05-29 22:19:38 UTC  

Howdy

2019-05-29 22:20:16 UTC  

🤠

2019-05-29 22:20:22 UTC  

yeehaw

2019-05-29 22:20:36 UTC  

Yeah

2019-05-29 22:21:44 UTC  

theres multiple VMs but the standard jvm is written in C iirc

2019-05-29 22:22:58 UTC  

i wonder if theres a way to make it a java language run on the processor instead of a VM

2019-05-29 22:23:25 UTC  

it still does run on the processor

2019-05-29 22:23:40 UTC  

the VM does but not Java

2019-05-29 22:25:10 UTC  

i think you can remake Java in Assembly then it have it run on the processor like that

2019-05-29 22:25:31 UTC  

because i think Assembly runs directly with the processor

2019-05-29 22:25:42 UTC  

thats why its so friggin hard to read

2019-05-29 22:26:09 UTC  

javac compiles to machine code which then runs on the processor

2019-05-29 22:26:40 UTC  

but the jvm allocates a memory space to prevent buffer overflow

2019-05-29 22:26:44 UTC  

is this a flat earth server

2019-05-29 22:26:46 UTC  

i forget

2019-05-29 22:27:38 UTC  

yes it is

2019-05-29 22:29:06 UTC  

hmm thats pretty interesting ill have to do more research on interpreted languages