Optimising Pascal code :
- Setting const to parameters (not events)
- Setting appendstr, inc and dec on string and integer auto set
- Setting with adding verifying methods and variable inside its begin end
- Setting <> '' to > ''
The program is not perfect because user can better optimise.
The classic RPL programming language reimplemented and reimagined.
This project reimplements from scratch the RPL language made popular by HP programmable calculators, in portable C/C++. The main goal is to release a complete computing environment for various targets. There's currently 4 active targets: the HP 50g, HP39gs and HP40gs calculators and a PC simulator (see the downloads section!). Other ports are planned for the future.
A fast programming language combining old features with new.
A programming language designed to hopefully be as fast as Lua that uses a minimal instruction set and maximum functionality as possible to provide an environment where mistakes are unlikely. Currently in an experimental prototype stage, but should eventually be able to accomplish anything on a Linux PC and almost anything on Windows and Mac.