scheme / scsh

A Unix shell embedded in scheme
Other
382 stars 36 forks source link

Idiom for Parsing Command Line Arguments #25

Open snunez1 opened 10 years ago

snunez1 commented 10 years ago

Does anyone have a good idiom for parsing command-line arguments? I've found one example here: https://github.com/plesner/scsh that looks interesting. It would be nice to document the 'right way' to handle this.

snunez1 commented 10 years ago

Anyone have any ideas here? Having a standard pattern/idiom for this seems to be a fundamental requirement for a scripting language.