Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

PeopleCode

< >

PeopleCode is a programming language created in 2008.

#1262on PLDB 16Years Old
Wikipedia

PeopleCode is a proprietary object-oriented programming language used to express business logic for PeopleSoft applications. Syntactically, PeopleCode is similar to other programming languages, and can be found in both loosely-typed and strongly-typed forms. PeopleCode and its run-time environment is part of the larger PeopleTools framework. Read more on Wikipedia...


Example from hello-world:
MessageBox(0, "", 0, 0, "Hello World");
/* Hello World in PeopleCode 8.45 &MsgText = MsgGetText(66666666, 999999999, "Hello World!");
Example from Wikipedia:
&SQL = CreateSQL("SQL Statement"); &SQL.Execute([bind_values]);

Language features

Feature Supported Example Token
Strings ✓ "Hello world" "

- Build the next great programming language · Add · About · Search · Keywords · Livestreams · Labs · Resources · Acknowledgements

Built with Scroll v144.0.0