From 6d52aa641d51144b1c1594e63330b4a119ef3c28 Mon Sep 17 00:00:00 2001 From: belliash Date: Sat, 21 Jul 2018 12:51:19 +0200 Subject: [PATCH] Initial readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d6f59a6 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +## P# Interpreter +P# is an Open Source general-purpose object-oriented scripting language especially suited for embedded environments +as well as web development, that implements a highly-efficient bytecode compiler and a virtual machine. Its syntax +draws upon C#, Java and PHP. + +P# is the ideal language interpreter for writing enhanced web applications like blog, CMS, search engine, etc. or +embedded solutions with dynamic web interfaces like routers, set-top-boxes, or smart home solutions. P# Interpreter +is based on PH7 Engine and thus it is 100% hand-coded, written in pure C software, that compiles unmodified and runs +on any platform including restricted embedded device with a C compiler.