|
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. |
|
OysiJoin Date: 2009-07-06 Post Count: 9058 |
[ Content Deleted ] |
|
|
|
KenetecJoin Date: 2009-11-26 Post Count: 1662 |
This is funny |
|
|
DeathilyJoin Date: 2011-06-13 Post Count: 919 |
Yes |
|
DeathilyJoin Date: 2011-06-13 Post Count: 919 |
Wait what |
|
|
Classes are not functions,
and you can't just create a language, you need a interpreter / compiler / virtual machine |
|
|
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.. |
|
|
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...? |
|
|
What kind of name is RBX.Lua? |
|
|
The world may never know. |
|
|
it's funny because Lua and Java aren't meant to do the same things. |
|
digpoeJoin Date: 2008-11-02 Post Count: 9092 |
You can make them do the same things :D
I an make Minecraft out of Lua! C: |
|
|
@digpoe
You do realize that Java is a programming language and Lua is a scripting language, right? |
|
digpoeJoin Date: 2008-11-02 Post Count: 9092 |
Yeah.
Minecraft was made in Java
I can remake it in Lua.
I have LuaGL, so I have all I need. |
|
turbodazeJoin Date: 2008-12-17 Post Count: 2169 |
@nickmaster24,
You do realise that you are in fact wrong and that Lua is a programming language lolrite |
|
digpoeJoin Date: 2008-11-02 Post Count: 9092 |
Lua = Scripting
Look it up on their website, moron.
Unless you're joking. |
|
|
"Lua is a powerful, fast, lightweight, embeddable scripting language."
Right off of Lua's 'About' page.... |
|
OysiJoin Date: 2009-07-06 Post Count: 9058 |
[ Content Deleted ] |
|
digpoeJoin Date: 2008-11-02 Post Count: 9092 |
http://www.lua.org/about.html
"Lua is a powerful, fast, lightweight, embeddable scripting language."
orlynao? |
|
OysiJoin Date: 2009-07-06 Post Count: 9058 |
[ Content Deleted ] |
|
Mar4darJoin Date: 2013-06-21 Post Count: 17 |
>rbx.java
excuse me while i hang myself.
~Maradar |
|
|