Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

P*

< >

P* is a programming language created in 2013 by Atle Solbakken.

#1731on PLDB 11Years Old
Download source code:
git clone https://github.com/P-star/P-star
HomepageSource Code

P (pronounced P-star) is a programming language specifically designed for web development. P provides easy in-language support for common tasks in this field.


Example from the web:
#!/usr/bin/wpl -f SCENE main { /* Create a variable named 'env' of special type 'ENV' */ ENV env; /* Create a variable named 'path' of type 'string' */ string path; /* Tell the env variable to retrieve the environment variable PATH and put the result into our 'path' variable */ path = env->PATH; /* Put the variable 'path' into a text string and then print it out */ echo "My shell looks for programs in these directories: $path\n"; }

- Build the next great programming language Add About Search Keywords Livestreams Labs Resources Acknowledgements

Built with Scroll v144.0.0