Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/opensourcedoc/cl-hello
Hello World Project for Common Lisp
https://github.com/opensourcedoc/cl-hello
boilerplate-project common-lisp demo-project lisp
Last synced: 25 days ago
JSON representation
Hello World Project for Common Lisp
- Host: GitHub
- URL: https://github.com/opensourcedoc/cl-hello
- Owner: opensourcedoc
- License: mit
- Created: 2022-04-04T03:00:10.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-04T03:01:05.000Z (almost 3 years ago)
- Last Synced: 2024-11-10T04:38:24.601Z (3 months ago)
- Topics: boilerplate-project, common-lisp, demo-project, lisp
- Language: Common Lisp
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cl-hello
Hello World project for Common Lisp.
## System Requirements
* A decent Common Lisp implementation
* [Quicklisp](https://www.quicklisp.org/)## Install
```shell
$ cd path/to/quicklisp/local-projects
$ git clone https://github.com/cwchentw/cl-hello.git
```## Usage
```lisp
(ql:quickload "cl-hello" :silent t)(import 'cl-hello::greet)
(assert (equal "Hello World"
(greet)))
(assert (equal "Hello Michelle Chen"
(greet "Michelle Chen")))
```## Copyright
Copyright (c) 2022 User. Licensed under MIT