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

https://github.com/smeghead/phel-exercises1


https://github.com/smeghead/phel-exercises1

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# phel-exercises1

## Basic syntax

study Phel basic syntax.

https://phel-lang.org/tutorials/exercises/basic/

## Development

```bash
docker run -it --rm -v $(pwd):/usr/src/practice -w /usr/src/practice composer bash
# composer install
# vendor/bin/phel run src/hello.phel
```