Sprint! is a (independent) spiritual successor to the widely popular CodeRunner application for Mac. Its goal is to bring many of the features that made CodeRunner such a great application to the Windows platform.
Download the latest prebuilt here.
Sprint! is a complete open-source application built upon Electron, and thus is hackable to its core. Missing a feature you want, or the syntax themes lacking? Every inch of this editor is open to modification.
Sprint! serves as the perfect prototyping application for numerous supported languages. No need to worry about saving your code or its complication, all of it is built into the editor.
Quickly get coding without need to write any main functions or setup code.
More features are planned for the future. If you have an idea or hack that you would love to see in everybody's editor, please submit a pull request or issue!
- C
- C#
- C++
- Go
- Java
- Node.js
- PHP
- Python
- Python 3
Sprint! can be run using npm start
and can be built for distribution using
npm run dist
.