Skip to content

Latest commit

 

History

History
24 lines (23 loc) · 541 Bytes

README.md

File metadata and controls

24 lines (23 loc) · 541 Bytes

Fender

A functional scripting language, intended for string manipulation and general scripting on the command line

TODO before beta

  • Structs
  • HashMaps
  • Imports
  • Assign-operate
  • REPL
  • Plugins (Rust interop)
  • Higher-order functions (map, filter, reduce, each, fold, scan, enumerate, zip, memoize)
    • map
    • filter
    • each
    • reduce
    • scan
    • mapi (map indexed)
    • zip
    • drop
    • take
    • memoize
  • Iterators
  • Ranges
  • Better error handling