# Additional Resources

You've reached the end of this primer. But your journey with Medley Interlisp has only begun!

We have an excellent selection of resources of all types for you to explore, whether it's cool things you can do with Medley and Interlisp or fascinating chunks of history you can read and watch.

* [Running and installing Medley](https://interlisp.org/software/install-and-run/) on different operating systems.
* [All documentation](https://interlisp.org/software/using-medley/): old, new, for beginners and advanced users.
* [Use Medley online](https://interlisp.org/software/access-online/) without having to install anything.
* [Frequently asked questions](https://interlisp.org/project/faqs/)
* Medley Interlisp Project, [YouTube Channel](https://www.youtube.com/@Interlisp)
* The [discussion board on GitHub](https://github.com/orgs/Interlisp/discussions) is for general discussions and questions on the Medley environment, the Interlisp language, and Lisp development on the Medley system.
* An [article ](https://parentheticallyspeaking.org/articles/bicameral-not-homoiconic/)(not by us) laying out the debate around Lisp's homoiconicity.
* [More useful key combinations](https://interlisp.org/software/using-medley/keystrokes/).
* A [glossary of terms](https://interlisp.org/history/glossary/) you'll come across as you go through the bibliography.
* A [timeline of Medley and Interlisp history](https://interlisp.org/history/timeline/) provides a comprehensive overview.
* [A paper by Eleanor Young et al.](https://interlisp.org/documentation/young-ccece2025.pdf) that discusses Medley's revival. Presented and accepted for publication at the 2025 IEEE Canadian Conference on Electrical and Computer Engineering.
* [Get involved with Medley's progress and development.](https://interlisp.org/project/getinvolved/) Talk to the team. Connect with us on social media.
* [Latest News and status reports](https://interlisp.org/project/status/)
* [Words from the team](https://interlisp.org/project/stories/)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://primer.interlisp.org/additional-resources.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
