Jump to content

Flowgorithm

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by DevinCook (talk | contribs) at 20:05, 26 August 2014 (Created a page for Flowgorithm.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
Flowgorithm
Paradigmstructured, imperative
Designed byDevin Cook
First appeared2014
Stable release
1.3.2 / August 26, 2014
Typing disciplineStatic, strong, safe
Licensezlib License (free software)
Filename extensions.fprg
Websiteflowgorithm.org
Influenced by
Flowcharts

Flowgorithm is a graphical authoring tool which uses flowcharts to allow students to write and execute programs. The approach is designed to emphasize the algorithm rather than the syntax of specific programming language. The flowchart can be converted to several major programming languages: C#, Java, Visual Basic .NET and Python.[1]

Origin of name

The name is a merging of the terms "flowchart" and "algorithm".

Graphical shapes

Flowgorithm combines the classic flowchart symbols and those used by SDL diagrams.

Example

The image below is the solution for 99 Bottles of Beer.

See also

Other educational programming languages include:

References

  1. ^ "About". Flowgorithm. Retrieved 2014-08-26.