You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
functional
About this tag
The functional tag on WindowsForum.com covers discussions about functional programming concepts and their application in software development. Topics include implementations like MinLINQ, which demonstrates a function-oriented layered approach to LINQ to Objects, and teaching programming language concepts using F#. These threads explore functional paradigms such as recursion, higher-order functions, and data flow. The tag also appears in troubleshooting contexts, such as a user reporting laptop lag after installing Office Professional Plus, where 'functional' refers to software features. Overall, the tag spans both programming theory and practical performance issues related to software functionality.
after new laptop's trial service of Microsoft Office, I installed Office Professional Plus as a replacement. This new laptop has become slower and slower over time. Pages take very long to load and using any functional on the laptop requires patience. Looking for insight into solutions and...
As you must know by now, Erk Meijer and team spend time thinking about and discovering the Essence in things. One year ago today, Link Removed, MinLINQ, the essence of LINQ.
"Hey Bart, what is MinLINQ, exactly?"
"MinLINQ is an implementation of the LINQ to Objects Standard Query Operators...
Link RemovedTeaching programming language concepts with F#, part 1
By Peter Sestoft, Professor IT University of Copenhagen, Denmark.
In this first part, Peter introduces the curriculum, lecture plan and lecture notes for the course "Programs as data" that uses the functional programming...