Skip to content

opensourcedoc/cl-hello

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cl-hello

Hello World project for Common Lisp.

System Requirements

  • A decent Common Lisp implementation
  • Quicklisp

Install

$ cd path/to/quicklisp/local-projects
$ git clone https://github.com/cwchentw/cl-hello.git

Usage

(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

About

Hello World Project for Common Lisp

Topics

Resources

License

Stars

Watchers

Forks