ichimal / cl-project-template

ichimal's personal Common Lisp project template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

package name

pacakge description summary

Package name and its nicknames:

[package name]

PACKAGE-NAME

[package nicknames]

NICKNAME

APIs:

[Generic Function] A-GF-NAME

Syntax:

a-gf-name parameter-name => result-type

Description:

something description for a gf.

Default supported types:

default method information.

[Function] A-FUNC-NAME

Syntax:

a-func-name &rest parameter-name => result-type

Description:

something description for a function.

Limitation:

something limitation.

Examples:

> (something-example)
result

Author:

SUZUKI Shingo (r2.ichimal@gmail.com)

Copyright:

Copyright (C) 20XX SUZUKI Shingo (r2.ichimal@gmail.com)

License:

Under MIT license.

About

ichimal's personal Common Lisp project template

License:Other


Languages

Language:Common Lisp 100.0%