Skip to content

History / Learn MoonScript in 15 Minutes

Revisions

  • fix table.insert call

    safazi committed Sep 20, 2019
  • Updated Learn MoonScript in 15 Minutes (markdown)

    @sherjilozair sherjilozair committed Apr 20, 2018
  • Updated Learn MoonScript in 15 Minutes (markdown)

    @sherjilozair sherjilozair committed Apr 20, 2018
  • Simpler explanation of "private" variables in classes

    @JobLeonard JobLeonard committed Jan 26, 2017
  • Updated Learn MoonScript in 15 Minutes (markdown)

    @JobLeonard JobLeonard committed Jan 26, 2017
  • Updated Learn MoonScript in 15 Minutes (markdown)

    @JobLeonard JobLeonard committed Jan 26, 2017
  • `Switch Statements` -> `Switch Statements and Expressions`

    @JobLeonard JobLeonard committed Jan 26, 2017
  • ... and now with three tildes wrapping the code block...

    @JobLeonard JobLeonard committed Jan 26, 2017
  • Just noticed that my off-line editor had sneakily replaced tabs with spaces. Changed it back.

    @JobLeonard JobLeonard committed Jan 26, 2017
  • Reorganised `Object Oriented Programming` and `Scope` sections

    @JobLeonard JobLeonard committed Jan 26, 2017
  • Consistently wrap code in comments in backticks. Made sure that every line is less than 80 columns

    @JobLeonard JobLeonard committed Jan 26, 2017
  • `statment` -> `statement`

    @JobLeonard JobLeonard committed Jan 26, 2017
  • Swapped `if` examples around to slightly more logical order: first introduce `unless`, then mention `if` and `unless` can be used as expressions.

    @JobLeonard JobLeonard committed Jan 26, 2017
  • DRY

    @JobLeonard JobLeonard committed Jan 26, 2017
  • `local a` example did not make sense, because `a` had been defined many times before. Replaced with `local var_4` to match directly preceding example

    @JobLeonard JobLeonard committed Jan 26, 2017
  • Reorganised "k:v table literal without curly braces"-examples to go from least to most complex (assignment, nested, passed to a function)

    @JobLeonard JobLeonard committed Jan 26, 2017
  • Fixed bugs, refined a few examples and explanations, and minor restructuring

    @JobLeonard JobLeonard committed Jan 26, 2017
  • Forgot dot at end of sentence

    @JobLeonard JobLeonard committed Jan 26, 2017
  • Give a short explanation for `@` when introducting `=>`; we must assume people do not know what it does yet, nor that it's explained in the classes section

    @JobLeonard JobLeonard committed Jan 26, 2017
  • Updated Learn FusionScript in 15 Minutes (markdown)

    @RyanSquared RyanSquared committed Jan 25, 2017