Languages Features Creators CSV Resources Challenges Add Language
GitHub icon

PeopleCode

PeopleCode - Programming language

< >

PeopleCode is a programming language created in 2008.

#1326on PLDB 15Years Old 155Users
6Books 0Papers

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 Token Example
Strings ✓ "
"Hello world"

Books about PeopleCode on goodreads

title author year reviews ratings rating
PeopleSoft Developer's Guide for Peopletools & Peoplecode Judi Dolittle 2008 0 5 2.20
PeopleSoft Developer's Guide for Peopletools & Peoplecode Judi Dolittle 2008 0 0 0.0
PeopleSoft Developer's Guide for PeopleTools & PeopleCode (Osborne Oracle Press) Judi Dolittle 2008 0 0 0.0
Oracle 1z0-241 Exam: PeopleSoft Application Developer I: PeopleTools & PeopleCode Jacob Michael 0 0 0.0
Easy Guide: PeopleSoft Application Developer I PeopleTools and PeopleCode Austin Songer 0 0 0.0
Easy Guide: PeopleSoft Application Developer I Peopletools and Peoplecode: Questions and Answers Austin Vern Songer 0 0 0.0
kit.html · peoplecode.html · jspp.html

View source

- Build the next great programming language · Search · Day 213 · About · Blog · Acknowledgements · Traffic · Traffic Today · GitHub · feedback@pldb.com