LocalazyLocalazy
P'' is a programming language developed by Paul Graham in 2002. It is a dialect of Lisp, and shares many features with other Lisp dialects, including a powerful macro system and a simple, uniform syntax. P'' was designed to be a more practical Lisp dialect, and to address some of the common criticisms of Lisp. It is a compiled language, with a simple but efficient runtime system. P'' programs can be compiled to either native code or bytecode, and can be run either interpreted or compiled. P'' has a number of features that make it well suited for a wide range of applications. It has a powerful macro system that allows for a great deal of flexibility and customizability. It also has a simple and uniform syntax that makes it easy to learn and use. P'' is an open source project, and is released under the MIT license.