Skip to content

Commit

Permalink
Link to the "Compatibility tips" wiki page
Browse files Browse the repository at this point in the history
  • Loading branch information
Kodiologist committed Apr 21, 2024
1 parent e18e155 commit bdc7974
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions docs/interop.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ saved copy of the original value. More generally, you can use :ref:`hy2py`, or y
can put a simple Python wrapper script like ``import hy, my_hy_program`` in
front of your code.

See `the wiki
<https://github.com/hylang/hy/wiki/Compatibility-tips>`_ for tips
on using specific packages.

Packaging a Hy library
======================

Expand Down
5 changes: 3 additions & 2 deletions docs/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -404,8 +404,9 @@ 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>`_.
See `the wiki <https://github.com/hylang/hy/wiki/Compatibility-tips>`_ for tips
on getting Hy to work with other software. 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

0 comments on commit bdc7974

Please sign in to comment.