Flowgorithm

From Infogalactic: the planetary knowledge core
Jump to: navigation, search

Lua error in Module:Infobox at line 314: malformed pattern (missing ']').

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.

Origin of name

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

Supported Programming Languages

Flowgorithm can interactively generate programs in the following programming languages:[3] As the user steps through the program, the related code is highlighted.

Multilingual support

Besides English, Flowgorithm supports other languages. These are:[3]

  • Chinese (Simplified)
  • Czech
  • French
  • Galician
  • German
  • Hungarian
  • Italian
  • Japanese
  • Portuguese
  • Russian
  • Spanish - Mexican and Castilian dialects

Graphical shapes

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

The image below a 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

Other educational programming languages include:

References

<templatestyles src="Reflist/styles.css" />

Cite error: Invalid <references> tag; parameter "group" is allowed only.

Use <references />, or <references group="..." />

External links

  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found.
  • 3.0 3.1 Lua error in package.lua at line 80: module 'strict' not found.