• Meet Rye
  • Cookbook
  • Reference
  • Blog
  • Github
Logo
Logo
  • Meet Rye
  • Cookbook
  • Reference
  • Blog
  • Github
Close Console

Meet rye

  • Rye as data

    • Values
    • Structures
  • Language basics

    • Assignment
    • Calling functions
    • Do-ing blocks
    • Conditionals
    • Loops
    • Contexts
    • Functions
  • Specifics

    • Op and Pipe-words
    • Injected blocks
    • First class Contexts
    • Returning words
    • Generic functions
  • Minimize surprises

    • Failures and Errors
    • Limiting Side Effects
    • Validation Dialect
  • Soft features

    • Naming conventions*
Overview

Soft features

Besides concrete, languages also have soft, unenforced, but equally important rules or features.

Naming conventions*

some things are not enforced or enforcable, but can bring value just the same

  • Reddit
  • Github