Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 470 Bytes

File metadata and controls

18 lines (15 loc) · 470 Bytes

Saffire

A new OO programming scripting language, based on primarily Python, PHP and Ruby. It's primary features:

  • interpreted language
  • dynamically strong typed
  • everything is an object
  • full unicode support
  • method + operator overloading

More information can be found at our website: http://www.saffire-lang.org. We're on IRC freenode as well, on channel #saffire.

Installation:

sh autogen.sh
./configure [--enable-debug]
make