Bereshit - MrKaszeba19/PapajLang GitHub Wiki

Bereshit (v.0.0.1) is a nickname of the first ever piece of RPN Calculator (now Papaj) code. It was made by Paul Lipkowski on April 4, 2014.
The calculator was a project for Computer Science lessons in a high school. The input was given step-by-step, as the program could not read the RPN strings. The only operations included addition, subtraction, multiplication and division. The project was written in C++, built in Borland C++ Builder and tested on a 32-bit laptop with Windows Vista. The nickname "Bereshit" was given to that piece of code on May 31, 2020. The name of Bereshit (בראשית) is the Hebrew (original) name of the Bible's Book of Genesis.

Details and features

  • Name: Bereshit
  • Version Code: 0.0.1
  • Release Date: April 4, 2014
  • Precedessor: none
  • Successor: de facto Shemot
  • Language: C++
  • Lines of code: 148
  • Number of functions: 4
  • Maximum number of instructions: 64
  • Number of entity types: de facto 1 (Number, but there was no Entities prior to v0.4.0)
  • Number of packages: de facto 1 (Vanilla, but there was no Packages prior to v0.4.3)
  • Works on: Windows, Linux (maybe)

Code

You can check the Bereshit's code here. The RPN Calculator repository has no Bereshit code.