nu_scripts/sourced/nu_101
TWSiO 66aa80064e
Adding some examples of how to treat a list like other data structures. (#733)
A nu_101 script to give some examples of how to treat lists like other
data structures that nushell doesn't have natively. Namely queues,
stacks, and sets (and multisets sort of).

I'm also considering making some examples for trees and graphs, probably
using tables, although I might put them in another script so it doesn't
get too long.
2024-01-11 13:33:48 -06:00
..
broken.nu refactor: (#418) 2023-04-25 17:56:25 -05:00
demo.nu refactor: (#418) 2023-04-25 17:56:25 -05:00
emulating_other_data_structures.nu Adding some examples of how to treat a list like other data structures. (#733) 2024-01-11 13:33:48 -06:00
flag.nu Replace use of $nothing with null (#621) 2023-09-26 18:52:49 +02:00
README.md refactor: (#418) 2023-04-25 17:56:25 -05:00

Nu_101 Scripts

Definition

These scripts should be used to demonstrate to the beginner how nushell scripting works. Perhaps how it's different from Windows batch files and bash shell scripts. Also, to show off how nushell pipes commands in and out of one another.