Pocketlang is a small fast and friendly language

It's a dynamic typed, highlevel language language designed for scripting and embedding easily. Supports classes, first class functions, closures, REPL, garbage collection, fiber based concurrency, and more.

What pocketlang looks like?

With mixed syntax of ruby and python, that can be learned in less than an hour, and it's easy to embed into another application for scripting. Here is a smaple pocketlang code.

{{ WHAT_IT_LOOKS_LIKE }}
{{ POCKET_FEATURES }}