Ecosyste.ms: Awesome
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: 28 days ago
JSON representation
yaml as lisp
- Host: GitHub
- URL: https://github.com/alploskov/yalisp
- Owner: alploskov
- License: mit
- Created: 2022-11-04T19:33:50.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-04T20:00:40.000Z (about 2 years ago)
- Last Synced: 2024-10-24T00:52:35.665Z (3 months ago)
- Topics: lisp, lisp-dialect, yaml
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!
```