Skip to content

Commit

Permalink
Merge pull request #2554 from Kodiologist/simalq
Browse files Browse the repository at this point in the history
Link to Infinitesimal Quest 2 + ε from the manual
  • Loading branch information
Kodiologist committed Mar 5, 2024
2 parents 9206b5c + 65a51c9 commit f6f00bf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Expand Up @@ -31,17 +31,17 @@ jobs:

steps:
- run: git config --global core.autocrlf false
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- if: ${{ matrix.python != 'pyodide' }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}
- if: ${{ matrix.python == 'pyodide' }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.11
- if: ${{ matrix.python == 'pyodide' }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
- name: Install
shell: bash
run: |
Expand Down
2 changes: 2 additions & 0 deletions docs/tutorial.rst
Expand Up @@ -379,6 +379,8 @@ understand example code for Python libraries.

Refer to the rest of this manual for Hy-specific features. Like Hy itself, the
manual is incomplete, but :ref:`contributions <hacking>` are always welcome.
For an official full-blown example Hy program, see `Infinitesimal Quest 2 + ε
<http://hylang.org/simalq>`_.

Bear in mind that Hy is still unstable, and with each release along the
way to Hy 1.0, there are new breaking changes. Refer to `the NEWS file
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -75,6 +75,7 @@ def run(self):
"License :: DFSG approved",
"License :: OSI Approved :: MIT License", # Really "Expat". Ugh.
"Operating System :: OS Independent",
"Programming Language :: Hy",
"Programming Language :: Lisp",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit f6f00bf

Please sign in to comment.