of     1   

Kilometerz
#143430488Wednesday, August 13, 2014 12:52 AM GMT

When programmers make a new programming language what do they write it in
islandmaker2012
#143430544Wednesday, August 13, 2014 12:52 AM GMT

0101010001010101001010?
LomoTheHoarder
#143430565Wednesday, August 13, 2014 12:52 AM GMT

Binary. :D (probs not correctly. But that's what every information comes down to.)
cntkillme
#143430918Wednesday, August 13, 2014 12:56 AM GMT

It depends, Lua was created in C. But no one is going to make a programming language in machine code, definitely not and probably not assembly either since you'd be better off with C/C++ since the compiler optimizes your code usually much better than any assembly programmer can.
warspyking
#143431023Wednesday, August 13, 2014 12:57 AM GMT

So island, they write it in malformed binary? Error: Malformed binary. Your binary code is must be divisible by 8. Appeared when I converted it. As for OP, what they code it in is entirely up to themselves, they may take some insane route and go to the extreme with some hardcore binary, or they could be like the creator of Lua, and do it with some sort of C. It's, like all things coding, up to the developer.
maxomega3
#143431053Wednesday, August 13, 2014 12:57 AM GMT

Oh, I've heard about that. Studio is programmed in JavaScript.
islandmaker2012
#143431108Wednesday, August 13, 2014 12:58 AM GMT

@war bro, I was just typing random 1s and 0s
Stefan631
#143431234Wednesday, August 13, 2014 12:59 AM GMT

JavaScript is for websites, as to my knowledge.
cntkillme
#143431257Wednesday, August 13, 2014 12:59 AM GMT

Binary numbers don't have to be divisible by anything, what island said is an actual number. It's like saying a decimal number (what we use) has to be divisible by 1000 or something
cntkillme
#143431333Wednesday, August 13, 2014 1:00 AM GMT

Studio is most likely created in mostly C++, just like the roblox engine itself is mostly C++.
islandmaker2012
#143431385Wednesday, August 13, 2014 1:01 AM GMT

@cnt the 'binary to text' translator says otherwise :( do you know any others thatll translate it? xD
cntkillme
#143431578Wednesday, August 13, 2014 1:03 AM GMT

There is no binary to text. If you are talking about that binary to ascii, it's because each character is a byte (8 bits).
Kilometerz
#143431706Wednesday, August 13, 2014 1:04 AM GMT

Is C++ updated C or something completely different?
cntkillme
#143431806Wednesday, August 13, 2014 1:05 AM GMT

Think of it as string.char, although instead of binary as the argument you would put in decimal. For example, a in ascii in binary is: 1100001, which is 97. string.char(97); --a
cntkillme
#143431878Wednesday, August 13, 2014 1:05 AM GMT

Of course 97 (or 01100001) is not LITERALLY "a", but we represent it as "a" in some cases.
maxomega3
#143431900Wednesday, August 13, 2014 1:06 AM GMT

I have proof: javascript : insertContent (100808216) Got that from right clicking on a model in the Toolbox and selected "Copy link"
TheCrookMeister
#143431945Wednesday, August 13, 2014 1:06 AM GMT

This thread led me to find the term "bootstrapping", and I'm currently in the middle of a mind-blow.
cntkillme
#143432053Wednesday, August 13, 2014 1:07 AM GMT

@Kilo, basically. It's literally named C++, C with the increment operator (which is sort of like joke, but it is apparently upgraded?)
crazyman32
#143432264Wednesday, August 13, 2014 1:09 AM GMT

Source code for Lua is in ASCI (Standardized) C. Can compile in C++ too.
cntkillme
#143432728Wednesday, August 13, 2014 1:14 AM GMT

max, it's how they display the toolbox (if it's still like that). But studio itself is not in javascript
Distortional
#143432739Wednesday, August 13, 2014 1:14 AM GMT

Binary... If you look closely, I don't give a crap.
TheCrookMeister
#143433104Wednesday, August 13, 2014 1:18 AM GMT

01001001001000000110010001101111011011100010011101110100001000000110011101101001011101100110010100100000011000010010000001100011011100100110000101110000
islandmaker2012
#143437766Wednesday, August 13, 2014 2:08 AM GMT

^ "I don't give a crap" decoded
islandmaker2012
#143437819Wednesday, August 13, 2014 2:09 AM GMT

01001100 01001111 01001100 00100000 01011001 01001111 01010101 00100000 01001001 01010011 00100000 01010011 01001111 00100000 01000110 01010101 01001110 01001110 01011001!
Stefan631
#143439356Wednesday, August 13, 2014 2:28 AM GMT

LOL YOU IS SO FUNNY!

    of     1