Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1.73 KB

README.md

File metadata and controls

36 lines (28 loc) · 1.73 KB

Fructose

Fructose is a language that compiles to PHP. Fructose's syntax is borrowed from that of Ruby's, with changes and standard library differences to make this project feasible under PHP.

It is composed of two parts - Fructose itself, which is written in C#, and libfructose - a support library written in PHP and included by every file Fructose outputs. libfructose is designed to provide a subset of the Ruby standard library to Fructose programs.

libfructose Status

EnumerableDone
ArrayDone
StringDone
SymbolDone
NumberDone
TrueClass/FalseClassDone
NilClassDone
Object (including Kernel)Done
HashDone
Exceptions/ErrorsDone
RegexpSubset Done
Match
ProcDone
RandomDone
RangeDone
Time
Dir
FileDone

Requirements

Fructose is written in C# and requires the .NET 4.0 framework to run. Fructose does work and is supported under Mono, but you will need to find yourself a copy of Microsoft.Scripting.dll and Microsoft.Dynamic.dll to get it to compile. Fructose also requires the presence of IronRuby to compile and run.

Licensing

The Fructose compiler is licensed under the New BSD license. libfructose is licensed under the zlib license.