Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 553 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 553 Bytes

Phoenix

Phoenix is an infix-oriented scripting language for Java applications. This repository is for the second version of Phoenix (Basilisk). For the first version of Phoenix (Arion) please visit the Phoenix homepage.

New Features

  • until
    loops — Loop until predicate becomes false.
  • Much more flexible type system. Not only are there more (and better) types, but it will now be possible to insert custom types at runtime.
  • More stuff, that I will fill in later...