Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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