The Function Chaining Language

fcl-c

fcl-c is the Interpetator and Compiler (core) that makes Fcl work. It's written purely in Python (Standard libraries only) for simple portabililty.

fcl-c is responsible of interpetating .fcl files and compiling that into diffirent languages, defined in the fcl libraries. This creates a chain of function calls that can be executed from the native language selection. Meaning that if the chosen language is Python, fcl-c will create a file with fcl library imports and executable function chain in native Python.

fcl-c is purely a command line tool. But is often baked into more graphical software to aid users.

Options