Flowgorithm

{{Short description|Graphical authoring tool with flowcharts}}

{{primary sources|date=July 2017}}

{{Infobox programming language

| name = Flowgorithm

| logo = Flowgorithm Logo.svg

| screenshot = Flowgorithm_Editor.png

| paradigm = Structured, imperative

| year = 2014

| designer = Devin Cook

| latest_release_version = 4.5.0

| latest_release_date = October 8, 2024

| typing = Static, strong, safe

| implementations =

| programming_language = C#

| dialects =

| influenced_by = Flowcharts

| influenced =

| operating_system = Windows

| license = Freeware

| website = {{URL|http://flowgorithm.org/}}

| file_ext = .fprg

}}

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.{{cite web|title=ASEE PSW-2015 Conference Proceedings|url=http://psw.asee.org/AnnualConference/asee-psw2015ConfProceedings.pdf|page=158|website=asee.org|access-date=2016-05-04}} The flowchart can be converted to several major programming languages. Flowgorithm was created at Sacramento State University.{{cite web|last1=Kourouma|first1=Mathieu|title=Capabilities and Features of Raptor, Visual Logic, and Flowgorithm for Program Logic and Design|url=https://www.researchgate.net/publication/309354785|website=ResearchGate|access-date=16 July 2017|date=22 October 2016}}

Origin of name

The name is a portmanteau of "flowchart" and "algorithm".{{cite web|title=Info|url=http://www.flowgorithm.org/about/info.htm|website=Flowgorithm|access-date=2016-01-15|archive-date=2016-03-16|archive-url=https://web.archive.org/web/20160316213922/http://flowgorithm.org/about/info.htm|url-status=dead}}

Supported programming languages

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:{{cite web|title=Features|url=http://www.flowgorithm.org/about/features.htm|website=Flowgorithm|access-date=2016-01-15|archive-date=2015-12-09|archive-url=https://web.archive.org/web/20151209113644/http://flowgorithm.org/about/features.htm|url-status=dead}}

{{Columns-list|

}}

Multilingual support

Besides English, Flowgorithm supports other spoken languages. These are:

{{columns-list |

  • Arabic
  • Chinese (Simplified & Traditional)
  • Czech
  • Dutch
  • French
  • Galician
  • German
  • Hungarian
  • Indonesian
  • Italian
  • Japanese
  • Mongolian
  • Persian
  • Polish
  • Portuguese
  • Russian
  • Slovenian
  • Spanish - Mexican and Castilian dialects
  • Thai
  • Turkish
  • Ukrainian

}}

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 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

Other educational programming languages include:

References

{{reflist|colwidth=30em}}