https://github.com/insoft-uk/primesdk
P+ SDK for the HP Prime, P+ is essentially the PPL language with additional features, such as substitution capabilities, and requires all keywords to be in lowercase.
https://github.com/insoft-uk/primesdk
calculator development graphical-calculator hp-prime macos ppl sdk
Last synced: about 2 months ago
JSON representation
P+ SDK for the HP Prime, P+ is essentially the PPL language with additional features, such as substitution capabilities, and requires all keywords to be in lowercase.
- Host: GitHub
- URL: https://github.com/insoft-uk/primesdk
- Owner: Insoft-UK
- License: mit
- Created: 2025-02-12T21:44:27.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-03-29T15:14:02.000Z (2 months ago)
- Last Synced: 2025-04-12T08:59:15.435Z (about 2 months ago)
- Topics: calculator, development, graphical-calculator, hp-prime, macos, ppl, sdk
- Language: JavaScript
- Homepage:
- Size: 1.8 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# PrimeSDK for macOS
## P+ for HP Prime
![]()
P+ is a proprietary programming language designed to mitigate the challenges associated with code maintenance and comprehensibility in the HP Programming Language (PPL). P+ serves as an intermediary language that addresses these issues by introducing support for substitutions and facilitating code organization. The final output is a PPL program file with a minimal footprint, optimized to conserve the limited storage space available on the HP Prime.
P+ is essentially the PPL language with additional features, such as substitution capabilities, and requires all keywords to be in lowercase.>[!NOTE]
**p+**, **pplmin**, **pplref**, and **grob** are no longer installed in **/usr/local/bin**. To uninstall them manually, just drag these four files to the trash.
The folder in your home folder `~/primeplus-toolchain` that is created during the old installing of **PrimeSDK** can be removed.