Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

FCL

< >

FCL, aka Flow chart language, is a programming language created in 1989.

#2532on PLDB 35Years Old
Wikipedia


Example from the web:
(n) (init) init: x1 = 1 x2 = 1 fib: x1 = x1 + x2 t = x1 x1 = x2 x2 = t n = -(n 1) if >(n 2) then fib else exit exit: return x2

- Build the next great programming language · Add · Issues · About · Search · Keywords · Livestreams · Labs · Resources · Acknowledgements

Built with Scroll v164.7.0