Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 07-08-2010, 02:00 AM
Hiro Hiro is offline
\(^∀^)メ(≧∇≦)ノ
Hiro's Avatar
Join Date: Jan 2005
Posts: 1,965
Hiro has a spectacular aura aboutHiro has a spectacular aura about
Send a message via AIM to Hiro
is learning javascript & PHP a good step towards learning gscript?

i've been learning javascript in my spare time, and now when i look at gscript it begins to make a lot more sense, making me think that if i started to play around with it once i'm more comfortable with javascript, i could eventually start developing. my purpose in learning javascript is so i can eventually learn PHP better (i have to look up some of the most basic things just to get through sometimes) which would lead to me making better websites with it - but if it could help me towards learning gscript, well that'd be great too

so, is gscript most like javascript/PHP, or would there be a better underlying language that i should be tackling first?
Reply With Quote
  #2  
Old 07-08-2010, 02:09 AM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
Learning to script/program in general is a good step towards learning GScript, once you understand the logistics behind scripting/programming and how to accomplish certain tasks with the tools available to you, it's just a matter of learning new syntaxes and methods in languages you decide to pick up.

I would recommend checking out Ruby, or Python. They're fairly different from each other and Gscript but have plenty of documentation and tutorials out there for them.

I've found this to be a fairly entertaining guide/book on learning Ruby: http://mislav.uniqpath.com/poignant-...chapter-1.html but with some googling you'll find lots of help. I personally use Ruby for any kind of hobby programming where speed isn't an issue.

It also helps to establish goals and milestones that you want to achieve in your programming/scripting ventures.
__________________
Quote:
Reply With Quote
  #3  
Old 07-08-2010, 02:14 AM
WhiteDragon WhiteDragon is offline
Banned
Join Date: Feb 2007
Posts: 1,002
WhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to behold
JavaScript is the closest language out there to GScript.

JavaScript is also one of the nicest languages out there. Way, way, way better than PHP.
Reply With Quote
  #4  
Old 07-08-2010, 02:29 AM
Fulg0reSama Fulg0reSama is offline
Extrinsical Anomaly
Fulg0reSama's Avatar
Join Date: Sep 2009
Location: Ohio
Posts: 3,049
Fulg0reSama has a brilliant futureFulg0reSama has a brilliant futureFulg0reSama has a brilliant futureFulg0reSama has a brilliant futureFulg0reSama has a brilliant futureFulg0reSama has a brilliant futureFulg0reSama has a brilliant futureFulg0reSama has a brilliant future
I've also heard C++ is also helpful to learn.
__________________

Careful, thoughts and opinions here scare people.
Reply With Quote
  #5  
Old 07-08-2010, 02:38 AM
Soala Soala is offline
Ideas on Fire
Soala's Avatar
Join Date: Jun 2007
Location: In my head
Posts: 3,208
Soala is a jewel in the roughSoala is a jewel in the rough
Quote:
Originally Posted by Fulg0reSama View Post
I've also heard C++ is also helpful to learn.
C++ is really close syntax-wise, and gscript is based on it I think.
But Javascript should be helpful as hell too, I recently ordered a book to learn it
Reply With Quote
  #6  
Old 07-08-2010, 03:09 AM
WhiteDragon WhiteDragon is offline
Banned
Join Date: Feb 2007
Posts: 1,002
WhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to behold
Learning C++ would be a waste of time if learning GS is your goal.
Reply With Quote
  #7  
Old 07-08-2010, 03:11 AM
Loriel Loriel is offline
Somewhat rusty
Loriel's Avatar
Join Date: Mar 2001
Posts: 5,059
Loriel is a name known to allLoriel is a name known to allLoriel is a name known to allLoriel is a name known to all
Quote:
Originally Posted by Soala View Post
C++ is really close syntax-wise, and gscript is based on it I think.
This is the worst thing in this entirely terrible thread.
Reply With Quote
  #8  
Old 07-08-2010, 03:11 AM
Loriel Loriel is offline
Somewhat rusty
Loriel's Avatar
Join Date: Mar 2001
Posts: 5,059
Loriel is a name known to allLoriel is a name known to allLoriel is a name known to allLoriel is a name known to all
Learning PHP is not a good step towards anything I recommend you avoid it
Reply With Quote
  #9  
Old 07-08-2010, 03:12 AM
Loriel Loriel is offline
Somewhat rusty
Loriel's Avatar
Join Date: Mar 2001
Posts: 5,059
Loriel is a name known to allLoriel is a name known to allLoriel is a name known to allLoriel is a name known to all
Quote:
Originally Posted by WhiteDragon View Post
Learning C++ would be a waste of time if learning GS is your goal.
yeah there is a general truth to be extrapolated here namely that if you want to learn something learning something entirely different is a waste of time

this is not rocket science
Reply With Quote
  #10  
Old 07-08-2010, 03:21 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
JavaScript is a good language to know as it is going to be around for a long time and is more useful than most other languages you could learn—it's easy to learn and from it you can easily pick up many other languages.
__________________
Reply With Quote
  #11  
Old 07-08-2010, 03:23 AM
Loriel Loriel is offline
Somewhat rusty
Loriel's Avatar
Join Date: Mar 2001
Posts: 5,059
Loriel is a name known to allLoriel is a name known to allLoriel is a name known to allLoriel is a name known to all
Quote:
Originally Posted by cbk1994 View Post
JavaScript is a good language to know as it is going to be around for a long time and is more useful than most other languages you could learn—it's easy to learn and from it you can easily pick up many other languages.
This is probably the best post you are going to get out of this thread.
Reply With Quote
  #12  
Old 07-08-2010, 03:54 AM
LoneAngelIbesu LoneAngelIbesu is offline
master of infinite loops
LoneAngelIbesu's Avatar
Join Date: May 2007
Location: Toldeo, Ohio
Posts: 1,049
LoneAngelIbesu has a spectacular aura aboutLoneAngelIbesu has a spectacular aura about
Send a message via AIM to LoneAngelIbesu
Quote:
Originally Posted by Loriel View Post
Learning PHP is not a good step towards anything I recommend you avoid it
What's with all the hating on PHP, might I ask? Not that I want to get into a language battle, but it is pretty popular (and relatively easy).
__________________
"We are all in the gutter, but some of us are looking at the stars."
— Oscar Wilde, Lady Windermere's Fan
Reply With Quote
  #13  
Old 07-08-2010, 03:56 AM
WhiteDragon WhiteDragon is offline
Banned
Join Date: Feb 2007
Posts: 1,002
WhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to behold
Quote:
Originally Posted by LoneAngelIbesu View Post
What's with all the hating on PHP, might I ask? Not that I want to get into a language battle, but it is pretty popular (and relatively easy).
Its internals are a big hack, OO was put in as an afterthought, and it encourages bad practices rather than good ones.
Reply With Quote
  #14  
Old 07-08-2010, 04:06 AM
Hiro Hiro is offline
\(^∀^)メ(≧∇≦)ノ
Hiro's Avatar
Join Date: Jan 2005
Posts: 1,965
Hiro has a spectacular aura aboutHiro has a spectacular aura about
Send a message via AIM to Hiro
Quote:
Originally Posted by Loriel View Post
This is probably the best post you are going to get out of this thread.
you should learn how to edit your posts into one post. this is the best advise you're personally going to get out of this thread

thanks for the comments guys. i'll continue on with javascript for my own purposes, in addition to it being comparable to gscript. seems that learning gscript straight up doesn't seem like a good angle into it (failed me before at least)
Reply With Quote
  #15  
Old 07-08-2010, 04:07 AM
WhiteDragon WhiteDragon is offline
Banned
Join Date: Feb 2007
Posts: 1,002
WhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to behold
Learn Haskell if you want to be a better programmer in general.
Reply With Quote
  #16  
Old 07-08-2010, 04:11 AM
Hiro Hiro is offline
\(^∀^)メ(≧∇≦)ノ
Hiro's Avatar
Join Date: Jan 2005
Posts: 1,965
Hiro has a spectacular aura aboutHiro has a spectacular aura about
Send a message via AIM to Hiro
Quote:
Originally Posted by WhiteDragon View Post
Learn Haskell if you want to be a better programmer in general.
even if my interest in scripting is just web design?
Reply With Quote
  #17  
Old 07-08-2010, 04:14 AM
WhiteDragon WhiteDragon is offline
Banned
Join Date: Feb 2007
Posts: 1,002
WhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to behold
Quote:
Originally Posted by Hiro View Post
even if my interest in scripting is just web design?
It will improve your programming skills (including web development), but it takes some time to learn and has a steep learning curve.

Just depends on if you have the time to put in it or not.

Oh, also once you learn it I doubt you'll want to use anything else.
Reply With Quote
  #18  
Old 07-08-2010, 04:26 AM
Loriel Loriel is offline
Somewhat rusty
Loriel's Avatar
Join Date: Mar 2001
Posts: 5,059
Loriel is a name known to allLoriel is a name known to allLoriel is a name known to allLoriel is a name known to all
Quote:
Originally Posted by LoneAngelIbesu View Post
What's with all the hating on PHP, might I ask? Not that I want to get into a language battle, but it is pretty popular (and relatively easy).
Other languages are easier. It is "easy" because you can put a script on a server and something will immediately happen. Usually it takes more effort to get something that a layman would consider "results", but I cannot think of a single non-ironic language in which is harder to understand what is actually going on or write "good" code by any metric, or any single aspect of the language that at least five other languages do not do better.

It is bad the people who made it have not idea about either language design or implementation, and it is crippled because of the way that it evolved from an uninspired starting point into no real direction with lots of stapled-together functionality.

There is all kinds of anecdotal evidence* that the guys behind it are not really who you want to trust either your learning as a programmer or your important projects to.

It teaches you bad organisation, bad API design, bad security practices and introduces you into a community of self-delusion and mediocrity.

In short, there is no reason to choose it as an introductory programming language. Go with javascript (you already have it installed, it has neat higher-level functionality, obviously about everyone ends up using javascript "programs") or something like lua (really compact language that is reasonably easy to actually understand in full, with some neat ways of doing the more complicated stuff) instead, or alternatively find someone who is willing to mentor you in whatever language they like most.

* like the time there was an integer overflow bug in one of their memory allocation functions and they fixed it by using floating point numbers instead of integers, or that random non-english token in error messages, or how it was purposefully made "slow" so the guys running it could make money selling software to make it "faster".
Reply With Quote
  #19  
Old 07-08-2010, 04:26 AM
Loriel Loriel is offline
Somewhat rusty
Loriel's Avatar
Join Date: Mar 2001
Posts: 5,059
Loriel is a name known to allLoriel is a name known to allLoriel is a name known to allLoriel is a name known to all
Quote:
Originally Posted by Hiro View Post
you should learn how to edit your posts into one post. this is the best advise you're personally going to get out of this thread
Just because you think so one-dimensional I am not going to cripple my posting style
Reply With Quote
  #20  
Old 07-08-2010, 04:27 AM
Loriel Loriel is offline
Somewhat rusty
Loriel's Avatar
Join Date: Mar 2001
Posts: 5,059
Loriel is a name known to allLoriel is a name known to allLoriel is a name known to allLoriel is a name known to all
Quote:
Originally Posted by Hiro View Post
even if my interest in scripting is just web design?
You should probably decide whether you are interested in (web) design or (web) programming. If the former, do whatever, nobody cares since you will be using photoshop and html, if the latter a proper programming language is probably a good idea even if you end up being stuck with php.
Reply With Quote
  #21  
Old 07-08-2010, 08:20 AM
LoneAngelIbesu LoneAngelIbesu is offline
master of infinite loops
LoneAngelIbesu's Avatar
Join Date: May 2007
Location: Toldeo, Ohio
Posts: 1,049
LoneAngelIbesu has a spectacular aura aboutLoneAngelIbesu has a spectacular aura about
Send a message via AIM to LoneAngelIbesu
Quote:
Originally Posted by Loriel View Post
It teaches you bad organisation, bad API design, bad security practices and introduces you into a community of self-delusion and mediocrity.
Eh. I guess. It's not like it's impossible to create something great with PHP. Half the web runs on it.

But I guess since we are talking about learning your first language, something more stable and trusted could be preferred. PHP's documentation is pretty nice, though. But, hey, the first script I ever wrote was:
PHP Code:
<?php
echo 'Hello World!';
?>
__________________
"We are all in the gutter, but some of us are looking at the stars."
— Oscar Wilde, Lady Windermere's Fan
Reply With Quote
  #22  
Old 07-08-2010, 03:00 PM
Soala Soala is offline
Ideas on Fire
Soala's Avatar
Join Date: Jun 2007
Location: In my head
Posts: 3,208
Soala is a jewel in the roughSoala is a jewel in the rough
Quote:
Originally Posted by Loriel View Post
This is the worst thing in this entirely terrible thread.
Meh I don't really know about C++, there are just things I've heard, but I must be wrong if you say so.
Reply With Quote
  #23  
Old 07-08-2010, 06:46 PM
Hiro Hiro is offline
\(^∀^)メ(≧∇≦)ノ
Hiro's Avatar
Join Date: Jan 2005
Posts: 1,965
Hiro has a spectacular aura aboutHiro has a spectacular aura about
Send a message via AIM to Hiro
Quote:
Originally Posted by Loriel View Post
You should probably decide whether you are interested in (web) design or (web) programming. If the former, do whatever, nobody cares since you will be using photoshop and html, if the latter a proper programming language is probably a good idea even if you end up being stuck with php.
i write all my websites in notepad2, i don't **** with photoshop or dreamweaver or any of those types
Reply With Quote
  #24  
Old 07-08-2010, 07:32 PM
Liberated Liberated is offline
not doing alot
Liberated's Avatar
Join Date: Feb 2008
Posts: 1,366
Liberated has a spectacular aura about
Quote:
Originally Posted by Hiro View Post
i write all my websites in notepad2, i don't **** with photoshop or dreamweaver or any of those types
photoshop is just for the graphics, not coding.
__________________
Quote:
Originally Posted by Tigairius View Post
I promise when I get rich I'll send you an iPhone. I'll send everyone an iPhone.
Reply With Quote
  #25  
Old 07-08-2010, 07:50 PM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by Hiro View Post
i write all my websites in notepad2, i don't **** with photoshop or dreamweaver or any of those types
Dreamweaver is seldom used as a design tool. PHP and other web programming languages can be written in any text editor tool.
__________________
Reply With Quote
  #26  
Old 07-08-2010, 11:42 PM
Hiro Hiro is offline
\(^∀^)メ(≧∇≦)ノ
Hiro's Avatar
Join Date: Jan 2005
Posts: 1,965
Hiro has a spectacular aura aboutHiro has a spectacular aura about
Send a message via AIM to Hiro
Quote:
Originally Posted by cbk1994 View Post
Dreamweaver is seldom used as a design tool. PHP and other web programming languages can be written in any text editor tool.
google dreamweaver: "Adobe Dreamweaver CS5, the industry-leading web design software, is an outstanding visual HTML editor and superb code editor."
Reply With Quote
  #27  
Old 07-09-2010, 02:58 AM
LoneAngelIbesu LoneAngelIbesu is offline
master of infinite loops
LoneAngelIbesu's Avatar
Join Date: May 2007
Location: Toldeo, Ohio
Posts: 1,049
LoneAngelIbesu has a spectacular aura aboutLoneAngelIbesu has a spectacular aura about
Send a message via AIM to LoneAngelIbesu
Quote:
Originally Posted by Hiro View Post
i write all my websites in notepad2, i don't **** with photoshop or dreamweaver or any of those types
Do I sense Dreamweaver bashing? It's actually pretty great -- great enough to be voted the best WYSIWYG editor on Lifehacker. Plus their automatic tag closing is a huge time-saver. Live View is great, as well.

If you must use a Notepad replacement, at least go with Notepad++.
__________________
"We are all in the gutter, but some of us are looking at the stars."
— Oscar Wilde, Lady Windermere's Fan
Reply With Quote
  #28  
Old 07-09-2010, 02:59 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by LoneAngelIbesu View Post
Do I sense Dreamweaver bashing? It's actually pretty great -- great enough to be voted the best WYSIWYG editor on Lifehacker. Plus their automatic tag closing is a huge time-saver. Live View is great, as well.
Dreamweaver is crap . There isn't even an option to disable auto-indent or automatic brace closing.
__________________
Reply With Quote
  #29  
Old 07-09-2010, 03:03 AM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
Quote:
Originally Posted by cbk1994 View Post
Dreamweaver is crap . There isn't even an option to disable auto-indent or automatic brace closing.
You don't sound lazy enough to like it.
__________________
Quote:
Reply With Quote
  #30  
Old 07-09-2010, 03:34 AM
LoneAngelIbesu LoneAngelIbesu is offline
master of infinite loops
LoneAngelIbesu's Avatar
Join Date: May 2007
Location: Toldeo, Ohio
Posts: 1,049
LoneAngelIbesu has a spectacular aura aboutLoneAngelIbesu has a spectacular aura about
Send a message via AIM to LoneAngelIbesu
Quote:
Originally Posted by cbk1994 View Post
Dreamweaver is crap . There isn't even an option to disable auto-indent or automatic brace closing.
Why would you want to?
__________________
"We are all in the gutter, but some of us are looking at the stars."
— Oscar Wilde, Lady Windermere's Fan
Reply With Quote
  #31  
Old 07-09-2010, 03:42 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by LoneAngelIbesu View Post
Why would you want to?
I'm not used to it so it gets in the way when I have to remove double indents and such. Dreamweaver is the only text editor I've ever seen that doesn't let you disable that. I do use Dreamweaver, though. I like the support for PHP and the built-in FTP.
__________________
Reply With Quote
  #32  
Old 07-09-2010, 03:56 AM
Loriel Loriel is offline
Somewhat rusty
Loriel's Avatar
Join Date: Mar 2001
Posts: 5,059
Loriel is a name known to allLoriel is a name known to allLoriel is a name known to allLoriel is a name known to all
Stop arguing about ****ing text editors goddamn


also **** you "support for php" is barely a feature and "support for ftp" should be outlawed
Reply With Quote
  #33  
Old 07-09-2010, 06:31 PM
LoneAngelIbesu LoneAngelIbesu is offline
master of infinite loops
LoneAngelIbesu's Avatar
Join Date: May 2007
Location: Toldeo, Ohio
Posts: 1,049
LoneAngelIbesu has a spectacular aura aboutLoneAngelIbesu has a spectacular aura about
Send a message via AIM to LoneAngelIbesu
Quote:
Originally Posted by Loriel View Post
Stop arguing about ****ing text editors goddamn
... Is there a reason why you're so angry all of a sudden?
__________________
"We are all in the gutter, but some of us are looking at the stars."
— Oscar Wilde, Lady Windermere's Fan
Reply With Quote
  #34  
Old 07-09-2010, 07:28 PM
Crow Crow is offline
ǝɔɐɹq ʎןɹnɔ
Crow's Avatar
Join Date: Dec 2006
Location: Germany
Posts: 5,153
Crow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond repute
Quote:
Originally Posted by LoneAngelIbesu View Post
... Is there a reason why you're so angry all of a sudden?
Duh. It's Loriel after all. Been like that for a while, you know
Reply With Quote
  #35  
Old 07-09-2010, 11:32 PM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
Learning Javascript is a good thing, it's quite close to Graal script and Graal script will also move towards more Javascript-compatibility.
Reply With Quote
  #36  
Old 07-09-2010, 11:34 PM
Hiro Hiro is offline
\(^∀^)メ(≧∇≦)ノ
Hiro's Avatar
Join Date: Jan 2005
Posts: 1,965
Hiro has a spectacular aura aboutHiro has a spectacular aura about
Send a message via AIM to Hiro
Quote:
Originally Posted by Stefan View Post
Learning Javascript is a good thing, it's quite close to Graal script and Graal script will also move towards more Javascript-compatibility.
graal support for .js?

sounds good regardless
Reply With Quote
  #37  
Old 07-10-2010, 12:10 AM
Sp_lit Sp_lit is offline
Mercury
Sp_lit's Avatar
Join Date: Mar 2010
Location: Sweden
Posts: 102
Sp_lit will become famous soon enough
Quote:
Originally Posted by Hiro View Post
i've been learning javascript in my spare time
Hey, you should search for thenewboston on youtube and look for his java beginner tutorials. They really helped me getting started, much easier to follow than reading a book for example. Just a tip
__________________
Reply With Quote
  #38  
Old 07-10-2010, 01:48 AM
Dnegel Dnegel is offline
Rjax Shizibz
Join Date: Jul 2009
Posts: 1,334
Dnegel will become famous soon enough
I recommend Head First Javascript.
Reply With Quote
  #39  
Old 07-10-2010, 02:04 AM
Hiro Hiro is offline
\(^∀^)メ(≧∇≦)ノ
Hiro's Avatar
Join Date: Jan 2005
Posts: 1,965
Hiro has a spectacular aura aboutHiro has a spectacular aura about
Send a message via AIM to Hiro
Quote:
Originally Posted by Sp_lit View Post
Hey, you should search for thenewboston on youtube and look for his java beginner tutorials. They really helped me getting started, much easier to follow than reading a book for example. Just a tip
that's pretty awesome. i'll definitely take the time to watch through these, thanks (8
Reply With Quote
  #40  
Old 07-10-2010, 04:05 AM
Loriel Loriel is offline
Somewhat rusty
Loriel's Avatar
Join Date: Mar 2001
Posts: 5,059
Loriel is a name known to allLoriel is a name known to allLoriel is a name known to allLoriel is a name known to all
Quote:
Originally Posted by LoneAngelIbesu View Post
... Is there a reason why you're so angry all of a sudden?
Trying to make up for the moderation slacking off!
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 01:11 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.