simonask / snow-deprecated

(ATTENTION WATCHERS: This repository is deprecated. Please watch 'snow' instead.) Snow is a simple, dynamic, and expressive programming language with an emphasis on speed and simplicity. Snow is fully object-oriented, and fully function-oriented at the same time.
http://snow.meta.io/
Other
21 stars 1 forks source link

Files given as command line arguments are always run. #42

Open Mikoangelo opened 15 years ago

Mikoangelo commented 15 years ago

This is useful in the case of snow some_file.sn, not so much in the case of ./some_script bla bla, where some_script has Snow in the shebang line.

simonask commented 15 years ago

Good point. What do you suggest?