Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bearddan2000/lisp-cli-hello-world

This is a POC project to demonstrate lisp.
https://github.com/bearddan2000/lisp-cli-hello-world

cli hello lisp sbcl world

Last synced: 13 days ago
JSON representation

This is a POC project to demonstrate lisp.

Awesome Lists containing this project

README

        

# lisp-cli-hello-world

## Description
This is a POC project to demonstrate lisp.

## Tech stack
- lisp
- sbcl

## Docker stack
- alpine:edge

## To run
`sudo ./install.sh -u`

## To stop (optional)
`sudo ./install.sh -d`

## To see help
`sudo ./install.sh -h`

## Credit
[Lisp code](https://therenegadecoder.com/code/hello-world-in-lisp/#:~:text=Assuming%20SBCL%20is%20in%20the%20path%2C%20we%20can,the%20%E2%80%9CHello%2C%20World%21%E2%80%9D%20string%20on%20the%20command%20line.)