Languages Features Creators CSV Resources Challenges Add Language
GitHub icon

P*

P* - Programming language

< >

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

#1663on PLDB 10Years Old 19Users
0Books 0Papers

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"; }
isetl.html 路 p-star.html 路 boogie.html

View source

- Build the next great programming language Search Day 214 About Blog Acknowledgements Traffic Traffic Today GitHub feedback@pldb.com