Skip to main content

Ruby-Processing 3939 Responses

Last post: 2 years, 2 months ago | Thread started: Mar 21, 10, 8:21 a.m.

RespondNew TopicDisable Images

Out of context: Response #12 [Mar 21, 10, 8:21 a.m.]

  • lukus_W

    Ruby's a really nice programming language - said to be easier to use than Java ..

    With many high-level languages, there are a lot of weird quirks that are necessarily to write code that won't break.

    Because of this, a lot of the time, a beginner often can't get to grips with creating anything worthwhile, because they need to know about things like 'casting' and 'precedence', the number of bits each datatype is going to consume or where to add a semicolon to end each statement. The details get in the way.

    With ruby, a lot of the time this knowledge isn't needed - stuff just works. It's a much nicer language to code in.

    • Ha. This time you beat me to it.stewdio
    + add note

    You must be logged in to add a note. Login now or register for an account.

    Cancel

Skip to main content