Lars Pensj%C3%B6 C
Lars Pensj%C3%B6 C, aka Lars Pensjö C, is an actively used programming language created in 1995. 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...
25Years Old | 525Users | ?Jobs |
- Lars Pensj%C3%B6 C ranks in the top 5% of languages
- the Lars Pensj%C3%B6 C website
- the Lars Pensj%C3%B6 C wikipedia page
- Lars Pensj%C3%B6 C first appeared in 1995
- Lars Pensj%C3%B6 C was created by Lars Pensjö
- See also: c, lisp, perl, pike, java, php
- Have a question about Lars Pensj%C3%B6 C not answered here? Email me and let me know how I can help.
Example code from the Hello World Collection:
// Hello World in LPC void create() { message("info","Hello World!",this_user()); }
Example code from Wikipedia:
function op = (: return sqrt($1 * $1 + $2 * $2); :);
Last updated August 9th, 2020