Yet another scripting language, which is still in the design phase - e.g. the syntax and the builtin standard library objects aren't finalized yet.
zlib-licensed as per LICENSE file.
To build POCA the following dependencies are required:
- FLRE for the regular expression support in POCA
- PasMP for the multithreading-related stuff in POCA
- PUCU for the Unicode-support-related stuff in POCA
Either Delphi >= 7 or FreePascal >= 3.0 are needed to build POCA.
Here's how to build POCA with the FreePascal compiler:
fpc -B -O3 -g -gl pocarun.dpr