https://github.com/smeghead/phel-exercises1
https://github.com/smeghead/phel-exercises1
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/smeghead/phel-exercises1
- Owner: smeghead
- License: apache-2.0
- Created: 2024-02-27T13:40:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-01T13:40:41.000Z (over 1 year ago)
- Last Synced: 2025-02-07T22:53:50.022Z (4 months ago)
- Language: PHP
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```