5 releases (3 breaking)

new 0.11.0 Jul 20, 2024
0.10.0 Dec 27, 2022
0.9.0 Jun 6, 2022
0.8.1 Jan 29, 2022
0.8.0 Nov 11, 2021

#2515 in Development tools

Download history 21/week @ 2024-03-30 7/week @ 2024-04-06

213 downloads per month
Used in endbasic

Apache-2.0

1.5MB
32K SLoC

The EndBASIC programming language - Raspbery Pi support

Crates.io Docs.rs

EndBASIC is an interpreter for a BASIC-like language and is inspired by Amstrad's Locomotive BASIC 1.1 and Microsoft's QuickBASIC 4.5. Like the former, EndBASIC intends to provide an interactive environment that seamlessly merges coding with immediate visual feedback. Like the latter, EndBASIC offers higher-level programming constructs and strong typing.

EndBASIC offers a simplified and restricted environment to learn the foundations of programming and focuses on features that can quickly reward the programmer. These features include things like a built-in text editor, commands to render graphics, and commands to interact with the hardware of a Raspberry Pi. Implementing this kind of features has priority over others such as performance or a much richer language.

EndBASIC is written in Rust and runs both on the web and locally on a variety of operating systems and platforms, including macOS, Windows, and Linux.

EndBASIC is free software under the Apache 2.0 License.

What's in this crate?

endbasic-rpi provides Raspberry Pi support for the following features defined in the endbasic-std crate:

  • Console support on an ST7735S hat.
  • GPIO pins support.

Dependencies

~5–13MB
~130K SLoC