Tags

Tags give the ability to mark specific points in history as being important
  • v0.2.0

    7430296b · Release v0.2.0 ·
    Added
    ---
    
    * `$ rip about`
    * `System.Rational`
    * `System.String.@.+` for concatenating strings
    * `System.String.@.strip`
    * `System.List.@.join`
    * Numeric comparison methods
    
    Deprecated
    ---
    
    Removed
    ---
    
    * `$ rip version`
    * `System.Integer`
    
    Fixed
    ---
    
    * Unify numbers to always be backed by a native rational
    * Modules are now loaded relative to loading module
    
  • v0.1.0

    Initial implementation
    
    Added
    ---
    
    * Lambdas may be declared with arbitrary number of overloads
    * Overloads with optional/default parameters are expanded
    * Lambdas support anonymous recusion
    * Limited object literal support with very limited core libraries
    * Module loading
    * Standard IO
    
    Deprecated
    ---
    
    Removed
    ---
    
    Fixed
    ---