Spec to Algorithm Intro and Upcoming Features
Intro
Spec to Algorithm (https://github.com/luciangreen/Philosophy) generates an algorithm from a spec and algorithm
Spec:
[1,[[[input,[['A',[1,2]]]],[output,[['B',[2,1]]]]], [[input,[['A',[3,4]]]],[output,[['B',[4,3]]]]]]],
This creates the followin...