Adding --version command line option
Raymond Toy <[email protected]>
| Newsgroups | gmane.lisp.gcl.devel |
|---|---|
| Message-ID | <CAG14z1G+V8f6uOfdyvw9YBKnd15u7=Sc+JGWpKhGqiJJD93jiA@mail.gmail.com> |
It would be nice if gcl supported a --version option to print out the gcl version. This should probably just print out what (lisp-implementation-version) prints, for consistency. Handy for scripts that want or need to know the version. More convenient than having to figure out how to use -eval and friends to print it out, and so many gnu programs already support --version. -- Ray