of     2   
chevron_rightchevron_rightchevron_right

hjames9911
#102249658Saturday, June 22, 2013 9:41 AM GMT

So I'm thinking about making a programming language called rbx.JAVA. Basically it's java and roblox lua mixed together. I will be showing examples of play print function from both. Rbx.lua: print("hello world") Java: class HelloWorldApp { public static void main(String[] args) { System.out.println("Hello World!"); // Display the string. } } Now I'm rbx.Java it would look like the following: class HelloWorld { print("hello world") } This would be just a basic print function. Who would you it? Later on I'll show an example of a guy making process that you could use with rbx.java. Please leave thoughts below.
Oysi
#102250022Saturday, June 22, 2013 9:45 AM GMT

[ Content Deleted ]
hjames9911
#102250043Saturday, June 22, 2013 9:45 AM GMT

Bump
hjames9911
#102250098Saturday, June 22, 2013 9:45 AM GMT

I mucked up I'll fix it.
Kenetec
#102254670Saturday, June 22, 2013 10:43 AM GMT

This is funny
littleAU999
#102255123Saturday, June 22, 2013 10:49 AM GMT

i wudnt use et
Deathily
#102262876Saturday, June 22, 2013 12:23 PM GMT

Yes
Deathily
#102262952Saturday, June 22, 2013 12:24 PM GMT

Wait what
apdapreturns
#102268531Saturday, June 22, 2013 1:23 PM GMT

Classes are not functions, and you can't just create a language, you need a interpreter / compiler / virtual machine
BlueTaslem
#102268805Saturday, June 22, 2013 1:25 PM GMT

A Java to Lua compiler shouldn't be *that* hard. But one of the best parts of Java is the massive collection of prewritten libraries that come standard, which you're not going to be able to produce for this..
FriendlyBiscuit
#102276027Saturday, June 22, 2013 2:30 PM GMT

I actually do not see any issue with a Java->Lua compiler. I would actually use it. But WTF kind of name is RBX.Java...?
Prehistoricman
#102276945Saturday, June 22, 2013 2:37 PM GMT

What kind of name is RBX.Lua?
QuantumVoidJPN
#102277854Saturday, June 22, 2013 2:45 PM GMT

The world may never know.
TheNickmaster21
#102278731Saturday, June 22, 2013 2:51 PM GMT

it's funny because Lua and Java aren't meant to do the same things.
digpoe
#102279068Saturday, June 22, 2013 2:53 PM GMT

You can make them do the same things :D I an make Minecraft out of Lua! C:
TheNickmaster21
#102279434Saturday, June 22, 2013 2:56 PM GMT

@digpoe You do realize that Java is a programming language and Lua is a scripting language, right?
digpoe
#102279599Saturday, June 22, 2013 2:57 PM GMT

Yeah. Minecraft was made in Java I can remake it in Lua. I have LuaGL, so I have all I need.
turbodaze
#102279646Saturday, June 22, 2013 2:57 PM GMT

@nickmaster24, You do realise that you are in fact wrong and that Lua is a programming language lolrite
digpoe
#102279842Saturday, June 22, 2013 2:59 PM GMT

Lua = Scripting Look it up on their website, moron. Unless you're joking.
TheNickmaster21
#102280460Saturday, June 22, 2013 3:03 PM GMT

"Lua is a powerful, fast, lightweight, embeddable scripting language." Right off of Lua's 'About' page....
Oysi
#102280932Saturday, June 22, 2013 3:06 PM GMT

[ Content Deleted ]
digpoe
#102281154Saturday, June 22, 2013 3:08 PM GMT

http://www.lua.org/about.html "Lua is a powerful, fast, lightweight, embeddable scripting language." orlynao?
Oysi
#102281958Saturday, June 22, 2013 3:13 PM GMT

[ Content Deleted ]
Mar4dar
#102294051Saturday, June 22, 2013 4:45 PM GMT

>rbx.java excuse me while i hang myself. ~Maradar
Prehistoricman
#102294539Saturday, June 22, 2013 4:49 PM GMT

^

    of     2   
chevron_rightchevron_rightchevron_right