Flowgorithm: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Gnome64 (talk | contribs)
date error
No edit summary
Line 15: Line 15:
| influenced =
| influenced =
| operating_system
| operating_system
| license = [[zlib License]] ([[free software]])
| license =
| website = {{URL|http://flowgorithm.org}}
| website = {{URL|http://flowgorithm.org}}
| file_ext = .fprg
| file_ext = .fprg

Revision as of 16:08, 25 November 2014

Flowgorithm
Paradigmstructured, imperative
Designed byDevin Cook
First appeared2014
Stable release
1.5.0 / November 22, 2014
Typing disciplineStatic, strong, safe
Filename extensions.fprg
Websiteflowgorithm.org
Influenced by
Flowcharts

Flowgorithm is a graphical authoring tool which allows students to write and execute programs using flowcharts. The approach is designed to emphasize the algorithm rather than the syntax of a specific programming language. The flowchart can be converted to several major programming languages.

Origin of name

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

Supported Languages

Flowgorithm can generate programs in the following programming languages:[1]

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. ^ a b "About". Flowgorithm. Retrieved 2014-11-22.

External links