Languages Features Creators Calendar CSV Resources Blog About Pricing Add Language
GitHub icon

LPC

LPC - Programming language

< >

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

#539on PLDB 28Years Old 256Users
0Books 1Papers

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); :);

Language features

Feature Supported Token Example
Comments
// A comment
Line Comments //
// A comment
Semantic Indentation X

Publications about LPC from Semantic Scholar

title authors year citations influentialCitations
Multicodebook vector quantization of LPC parameters C. Xydeas and T. Chapman 1998 1 0
parrot-internal-representation.html · lpc.html · futhark.html

View source

- Build the next great programming language · Search · v2023 · Day 205 · Docs · Acknowledgements · Traffic · Traffic Today · Mirrors · GitHub · feedback@pldb.com