Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 825 Bytes

help-deferred.md

File metadata and controls

30 lines (24 loc) · 825 Bytes

Word Language (word)

  [Oil Word]      expr-sub      $[f(x)]  $[obj.attr]  $[d->key]  $[obj[index]]

Builtin Commands (builtin)

  [Oil Builtins]  X dirname   X basename optimizations

Oil Libraries (lib)

  [Collections]   min()   max()   any()   all()   tup()  
                  sorted()   reversed()
  [Math]          sum()   abs()
  [Iteration]     range()   enumerate()   zip()
  [libc]          read(n)             better than read -n, no short reads?
                  posix::read()       raw bindings?