Description #
Quorum is an accessible programming language designed to be readable by everyone, including blind and visually impaired students. It includes both a text-based language and a visual programming interface called the Quorum Studio.
History #
Quorum was created by Dr. Andreas Stefik in 2006 after research into programming language usability and accessibility. Initially designed for screen reader users, it has since evolved into a general-purpose educational language used in K–12 and college programs.
Hello World Code #
In Quorum’s text-based form:
output "Hello, World!"
The visual interface uses structured blocks that align with the syntax and can be read aloud by screen readers.
How to Run #
Option 1: Online
https://quorumlanguage.com/ide/
Option 2: Local
- Download Quorum Studio: https://quorumlanguage.com/download
- Available for Windows, macOS, Linux
- Built-in screen reader support and visual coding interface
Key Concepts #
- Accessibility-first programming
- Built-in screen reader compatibility
- Text and visual code options
- Strong focus on equity and inclusion
- Clean, readable syntax
- Event-driven and object-oriented programming
- IDE designed for blind and sighted users
- Used in AP Computer Science Principles
- Community-driven evolution via usability studies
- Government and education sector adoption
Try It Online #
https://quorumlanguage.com/ide
Fun Facts #
- The only programming language created through blind user studies
- Quorum’s readability rivals Python in usability testing
- Supported by NSF and the U.S. Department of Education
Resources #
Official site
Docs or tutorial
GitHub or interpreter
Community or learning resources