Skip to content

rzhw/Fructose

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A Ruby-like language that compiles to PHP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 48.0%
  • C# 45.8%
  • Ruby 6.2%