Object Oriented Programming

We can make our own ascii.

That may be nescecary judging the limit of numbers we can use.

Oh ok. Then we just need to encode the data into a number form.

I would think 52-56characters, if you want to have capitals and maybe some punctuation.

1 Like

What about making a 52 number format for every letter? There are 52 letters so we can use every number as a letter from 1-52. (0 as a seperator if needed)

1 Like

What about capital/lowercase letters?

1 Like

Fixed my idea. 52 characters/numbers then. More can be added.

1 Like

GSCII:
01 A
02 B
03 C
04 D
05 E
06 F
07 Gimpossible

1 Like

The current method is actually fast enough for most purposes, it’s just not fast enough to do 5000 bitwise operations a second. (Since that is 160000 things being triggered every second.)

1 Like

If we are encoding the data in number form, then we should use 10, 11, 12, for abc.

1 Like

Why not 1, 2, 3?

1 Like

Do you think that would have adequate speed for this?

1 Like

It makes encoding easier if everything is the same length.

1 Like

It would be better to always have two digits.

1 Like

Yeah, probably

Oh ok. Then it would be 11-62.

1 Like

I think not using bitwise equations might be easier here

So we can use a bunch of properties, encode class data into json, encode the json into numbers, and dump the numbers in the properties?

Does blockly work that way?

What is that
oh blockly not blackly

1 Like