Monthly Archives: June 2021

Functional while loops – no, really! [1500 views]

As I’ve explained I invented and implemented a small functional language (PYFL) to test out some ideas. In particular one idea is the (oxymoronic) functional while loop. A while loop? In a functional language? “Impossible!” you snort. Well you’re wrong. … Continue reading

Posted in Uncategorized | 1 Comment

PyFL Output: the magic of simple side effects [700 views]

As I’ve already explained I’ve invented and implemented an experimental functional language – PyFL (Python based Functional Language) – to try out some ideas. For example, PyFL has a full set of Variable Binding Operators (VBOs) that use a linear … Continue reading

Posted in Uncategorized | Leave a comment