Flowgorithm

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search
Flowgorithm
File:Flowgorithm Logo.svg
File:Flowgorithm Editor.png
ParadigmStructured, imperative
Designed byDevin Cook
First appeared2014
Stable release
4.5.0 / October 8, 2024
Typing disciplineStatic, strong, safe
Implementation languageC#
OSWindows
LicenseFreeware
Filename extensions.fprg
Websiteflowgorithm.org
Influenced by
Flowcharts

Flowgorithm is a graphical authoring tool which allows users to write and execute programs using flowcharts. The approach is designed to emphasize the algorithm rather than the syntax of a specific programming language.[1] The flowchart can be converted to several major programming languages. Flowgorithm was created at Sacramento State University.[2]

Origin of name

[edit | edit source]

The name is a portmanteau of "flowchart" and "algorithm".[3]

Supported programming languages

[edit | edit source]

Flowgorithm can interactively translate flowchart programs into source code written in other programming languages. As the user steps through their flowchart, the related code in the translated program is automatically highlighted. The following programming languages are supported:[4]

Multilingual support

[edit | edit source]

Flowgorithm supports the following languages:[5]

Graphical shapes

[edit | edit source]

Flowgorithm combines the classic flowchart symbols and those used by SDL diagrams. The color of each shape is shared by the associated generated code and the console window. The colors can be changed to several built-in themes.

File:Flowgorithm Shapes.png

Example

[edit | edit source]

The image below has the solution for 99 Bottles of Beer. A function is used to return a string that either contains the singular "bottle" or plural "bottles" depending on the value of the parameter.
File:Flowgorithm 99 Bottles of Beer.png

See also

[edit | edit source]

Other educational programming languages include:

References

[edit | edit source]
  1. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
  2. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
  3. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
  4. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
  5. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
[edit | edit source]