mkasberg / script-seed

🌱 Seed scripts for popular (& unpopular) scripting languages.
https://mkasberg.github.io/script-seed/
MIT License
11 stars 23 forks source link

Add Lisp Seed Script #19

Closed mkasberg closed 6 years ago

mkasberg commented 6 years ago

I'm not 100% sure, but I think Lisp can be used as a scripting language.

Add a Lisp "seed" script to the seeds folder. Basically, this would be an executable Lisp file (with #!/usr/bin/sbcl --script that parses some simple command-line arguments (like -h or -t, see other scripts as examples) and prints a sentence or two to the command line. It's intended to demonstrate how to parse command line arguments and print something to the console in Lisp.

See CONTRIBUTING.md, and feel free to ask for help or clarification here.

mkasberg commented 6 years ago

Let's focus on things that are easier to get working as a scripting language first.