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

https://github.com/alploskov/yalisp

yaml as lisp
https://github.com/alploskov/yalisp

lisp lisp-dialect yaml

Last synced: 2 months ago
JSON representation

yaml as lisp

Awesome Lists containing this project

README

        

**yalisp** it is project for including narrow lisp-like languge with yaml syntax inside configuration of your app.

## How use it?

First install it:

```text
$ pip install yalisp
```

After run `hello world` program:

```text
$ yalisp examples/hello_world.yml
Hello, World!
```