Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alploskov/yalisp

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

lisp lisp-dialect yaml

Last synced: 28 days 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!
```