Matt11239
New Member
I try to help with whatever I can. Michael is cool :)
Posts: 49
inherit
207408
0
Feb 28, 2016 9:51:31 GMT -8
Matt11239
I try to help with whatever I can. Michael is cool :)
49
April 2014
matt11239
|
Post by Matt11239 on May 21, 2014 9:51:40 GMT -8
I am hiring people for our online game to make plugins so it is not exactly me making them so i dont know much about code. My staff said we need a new builder, proboards offers Javascript, C+ and a few others.
I think that proboards should add a builder for the coding language "Ruby". Please post what you think about this.
|
|
inherit
172351
0
Sept 5, 2019 10:56:35 GMT -8
DarkPikachu
Complexity == Fun
320
October 2011
tcll
|
Post by DarkPikachu on May 28, 2014 18:38:30 GMT -8
if that's the case... why exclude Python, since Ruby is quite similar to it... heh (I'm a Python 2.7 programmer)
|
|
Matt11239
New Member
I try to help with whatever I can. Michael is cool :)
Posts: 49
inherit
207408
0
Feb 28, 2016 9:51:31 GMT -8
Matt11239
I try to help with whatever I can. Michael is cool :)
49
April 2014
matt11239
|
Post by Matt11239 on May 29, 2014 10:22:42 GMT -8
Agreed, there should be more languages than just javascript
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on May 30, 2014 8:19:45 GMT -8
can you add script tags with type="text/ruby" or "text/python"? because you can always call on external scripts hosted on other servers.
|
|
inherit
Official Code Helper
65613
0
1
Oct 22, 2024 1:56:19 GMT -8
Chris
"'Oops' is the sound we make when we improve"
9,017
December 2005
horace
RedBassett's Mini-Profile
|
Post by Chris on May 31, 2014 8:12:26 GMT -8
can you add script tags with type="text/ruby" or "text/python"? because you can always call on external scripts hosted on other servers. The browser itself would have to support those types on a script tag, currently it natively supports javascript and in the case of IE also vbscript. If it doesn't recognize the type then it simply ignores it, this is the basis behind the "text/disabled-javascript" trick you were fond of using in V4 Wormo. To process any other type, one would have to get the user to install an addon in their browser that was written specifically to recognize then act on that type. If you're used to and prefer Ruby or Python syntax then one solution might be CoffeeScript which borrows liberally from those languages and compiles to natively supported javaScript.
|
|