Questions Columns Rows
GitHub icon

LPC

LPC - Programming language

< >

LPC, aka Lars Pensj枚 C, is a programming language created in 1995 by Lars Pensj枚.

#568on PLDB 28Years Old

LPC (short for Lars Pensj枚 C) is an object-oriented programming language derived from C and developed originally by Lars Pensj枚 to facilitate MUD building on LPMuds. Though designed for game development, its flexibility has led to it being used for a variety of purposes, and to its evolution into the language Pike. LPC syntax places it in the family of C-like languages, with C and C++ its strongest influences.. Read more on Wikipedia...


// Hello World in LPC void create() { message("info","Hello World!",this_user()); }
Example from Wikipedia:
function op = (: return sqrt($1 * $1 + $2 * $2); :);

View source

- Build the next great programming language Search Add Language Features Creators Resources About Blog Acknowledgements Stats Sponsor Traffic Traffic Today Day 267 feedback@pldb.com Logout