1.4 KiB
1.4 KiB
Luash Examples
This directory contains examples demonstrating Luash features, organized in a logical learning order:
📚 Learning Path
- 01_basic_features.luash - Core Luash features (env vars, commands, strings)
- 02_quick_comparison.luash - Side-by-side comparison with Bash
- 03_interpolation.luash - Variable interpolation in shell commands
- 04_system_admin.luash - System administration tasks
- 05_development.luash - Development workflows
- 06_data_processing.luash - Data analysis and processing
- 07_interactive_demo.luash - Building interactive applications
- 08_repl_guide.luash - Interactive shell usage guide
- 09_showcase.luash - Complete feature showcase
🚀 Quick Start
# Run individual examples
../luash 01_basic_features.luash
# Run the showcase (best overview)
../luash 09_showcase.luash
# Try the interactive shell
../luash -i
📝 Example Categories
- Basics: Examples 1-3 cover fundamental syntax and features
- Use Cases: Examples 4-6 show practical applications
- Advanced: Examples 7-9 cover interactive features and comprehensive demos
Each example is self-contained and includes explanatory comments.