All Projects → hylang → tryhy

hylang / tryhy

Licence: other
hy appengine repl

Programming Languages

javascript
184084 projects - #8 most used programming language
Hy
24 projects
CSS
56736 projects
python
139335 projects - #7 most used programming language

tryhy

Hy repl running on App Engine.

hacking

git clone https://github.com/hylang/tryhy.git
cd tryhy
python3 -m venv env
env/bin/python -m pip install setuptools pip wheel --upgrade
env/bin/python -m pip install -r requirements.txt
# try locally
FLASK_APP=main.py SERVER_SOFTWARE=dev env/bin/flask run
# deploy
gcloud app deploy --no-promote --project try-hy --version $(git rev-parse --short HEAD) .
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].