LispCookbook / LispCookbook/cl-cookbook
Show how to build a small binary that relies on ECL
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.1k
- Forks
- 158
- Avg merge
- 6d 3h
- Merged PRs (30d)
- 2
Description
as in https://github.com/fosskers/vend/blob/master/build.lisp vend's binary is 300-400kb, while relying on `ecl`. Still a good deployment option.
(also might mention
New command: vend test. Supports:
parachute
clunit2
fiveam
)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Review the linked vend build.lisp example to understand how its small ECL-based binary is built and deployed. Add a cookbook explanation with the relevant build steps, and clarify whether the separate vend test command and its parachute, clunit2, and fiveam support belong in this issue. Done means a reader can follow the documented process and understand the deployment tradeoff.
Written by the indexing model from the issue text.
Assessment
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100