Skip to content

jschmuec/transformers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Transformers

Transformers is an experimental library to start playing with the functional ideas of how to transform data simpler and in a more maintainable form. In classic imperative programs we have statements that are independent and can not be analysed programmatically. This library replaces this with dependency trees which can be used to create either functions to manipulate data structures such as an XML document or a map but also can return information about the dependencies between the outputs and the inputs. A core function of the later is that a human readable documentation can be generated directly from the source code. Or at least that's the ambition.

Here is a longer description of the generation.

About

Using a dependency graph logic to explore functional programming

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages