Skip to content

philTornquist/Composed

Repository files navigation

Composed JavaScript Implementation

An implementation of Composed in JavaScript.

Explaination of the language is in the README in the master branch.

Try it

####Implementation Supports:

  • Compilation to JavaScript
  • Conversion inlining

####Working on

  • Tail call optimization
  • Partial conversion call

#####Partial conversion call In a trivial example:

[5, 10] > Point2D > X  

Should be optimized to:  
    
5 > X

About

A general purposed programming language based on the idea of converting data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published