Skip to content

Ceylon vs P Programming Language

A side-by-side look at Ceylon and P Programming Language. For an in-depth review of either product, follow the links below.

Ceylon

Ceylon

Development

Ceylon is an open source programming language that runs on the Java Virtual Machine or JavaScript runtimes. It features a strong and static type system, immutability by default, higher-order functions, metaprogramming, and modular and hierarchical visibility control.

open-sourcestatic-typingjvmjavascript
P Programming Language

P Programming Language

Development

P is a systems programming language developed in the 2010s by Dennis Ritchie. It aims to combine the low-level control and efficiency of C with some high-level conveniences like garbage collection. P provides low overhead abstractions for parallel programming.

lowlevelcontrolefficiencygarbage-collectionparallel-programming