Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16

Thread: Finally wanna learn to write scripts

  1. Default

    I've been writing a tutorial for Lich and Ruby that I'll be posting within the next day or two. Part 1 is probably too basic for you as it starts with a lot of programming fundamentals, but the next part should be interesting.

  2. #12
    Join Date
    Sep 2008
    Location
    California
    Posts
    991

    Default

    Quote Originally Posted by Monotonous View Post
    I've been writing a tutorial for Lich and Ruby that I'll be posting within the next day or two. Part 1 is probably too basic for you as it starts with a lot of programming fundamentals, but the next part should be interesting.
    Oh. Well. Carry on, then. I'll keep working on my forging scripts in SF.

  3. Default

    This is a great read I recommend friends to if they have prior coding experience.


    http://www.fincher.org/tips/Languages/Ruby/

  4. #14

    Default

    Quote Originally Posted by Tordane View Post
    This is a great read I recommend friends to if they have prior coding experience.


    http://www.fincher.org/tips/Languages/Ruby/
    Methods ending with "!" imply something dangerous, like strings being modified in place (eg, "upcase!")
    Good read. Ruby is interesting. I want to use the ! in everything now.

  5. #15

    Default

    Modifying a string in place is especially dangerous since everything is passed by reference instead of value. That's bitten me a few times.
    ~ Azanoth

    Discord: carnivale1523

  6. #16

    Default

    Get the breakgs script. Run it and then emulate what it does, it will teach you everything you ever wanted to know.
    Quote Originally Posted by Hulkein View Post
    That is some weird shit.

Similar Threads

  1. Learning to Write Basic Scripts
    By Neparr in forum The Lich Project
    Replies: 3
    Last Post: 03-08-2014, 10:51 AM
  2. Anyone else write poetry?
    By Vimp in forum Social Forum
    Replies: 126
    Last Post: 07-06-2010, 06:16 PM
  3. Write the future.
    By Sean of the Thread in forum Sports
    Replies: 2
    Last Post: 05-22-2010, 12:44 PM
  4. Write (and right) Like Palin
    By ClydeR in forum Politics
    Replies: 2
    Last Post: 12-04-2009, 08:18 AM
  5. Wanna learn french?
    By Xcalibur in forum Off-Topic
    Replies: 14
    Last Post: 11-27-2003, 01:08 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •