Zephir Language Blog

The official blog of Zephir Language

About

Zephir Language Blog

Welcome to Zephir, an open source, high-level/domain specific language designed to ease the creation and maintainability of extensions for PHP, with a focus on type and memory safety.

Features

  • Type system (dynamic/static)
  • Memory safety (pointers or direct memory management are not allowed)
  • Compilation model (ahead of time)
  • Memory model (task-local garbage collection)

Documentation

Our documentation is located here.