Comment on History of John Backus's functional programming project (draft)parentComments−pmcjones28dCan we move this conversation to email? I am not sure what diagrams you are referring to.−metazip16dhttps://github.com/pointfreewiki/pointfreewiki.github.io/iss...−metazip28dhttps://github.com/pointfreewiki/pointfreewiki.github.io/iss...−pmcjones28dIn that first diagram (https://softwarepreservation.computerhistory.org/FP/Composin...), A and B are supposed to be pure functional programs; side-effects are modeled by each one outputting a new version of each modified input. In the second diagram (https://softwarepreservation.computerhistory.org/FP/Strict_H...), as actually implemented in FL, they stick to strictly leftmost-innermost evaluation order so that side-effects are at consistent (but this presumably prevents parallel evaluation).−metazip27dsome Plasm files https://github.com/metazip/plasmfiles/blob/main/Function-Lev...
Comments
Can we move this conversation to email? I am not sure what diagrams you are referring to.
https://github.com/pointfreewiki/pointfreewiki.github.io/iss...
https://github.com/pointfreewiki/pointfreewiki.github.io/iss...
In that first diagram (https://softwarepreservation.computerhistory.org/FP/Composin...), A and B are supposed to be pure functional programs; side-effects are modeled by each one outputting a new version of each modified input. In the second diagram (https://softwarepreservation.computerhistory.org/FP/Strict_H...), as actually implemented in FL, they stick to strictly leftmost-innermost evaluation order so that side-effects are at consistent (but this presumably prevents parallel evaluation).
some Plasm files https://github.com/metazip/plasmfiles/blob/main/Function-Lev...