Skip to content

GDscript vs P Programming Language

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

GDscript

GDscript

Development

GDscript is a high level, dynamically typed programming language used to create content inside the Godot game engine. It is designed to be easy to learn and intuitive while enabling high flexibility and functionality for game development.

scriptinggame-enginegodot
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