GDevCon-6/Functional Graphical Programming
Appearance
| Functional Graphical Programming | |
|---|---|
| Conference | GDevCon#6 |
| Presenters | Anton Sundqvist |
Functional Graphical Programming by Anton Sundqvist
Functional Programming is one of the commonly recognized programming paradigms, among e.g. object-oriented programming. In Functional Programming the use of immutable data structures, pure functions and declarative programming is emphasized. These concepts helps creating more maintainable, scalable, and testable code.
While LabVIEW is not a purely functional language, many functional programming principles align naturally with the dataflow paradigm. In this presentation, we will explore how concepts from functional programming can be applied as practical heuristics for creating cleaner code. These ideas will be applicable at different levels of a LabVIEW application.