PlutoLang / Pluto

A superset of Lua 5.4 with a focus on general-purpose programming.
https://pluto-lang.org/docs/Introduction
MIT License
337 stars 20 forks source link

Compatibility mode through executable name #861

Closed cattokomo closed 1 month ago

cattokomo commented 1 month ago

E.g to enable compatibility mode without -c flag, rename/symlink pluto to plutocompat.

Sainan commented 1 month ago

Or you could put a bat or bash script in a PATH directory that redirects all arguments to pluto plus -c.