Jump to content

Flowgorithm: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
Tags: Reverted references removed
m Reverting possible vandalism by 172.242.68.3 to version by Qzd. Report False Positive? Thanks, ClueBot NG. (4291099) (Bot)
Line 2: Line 2:
{{Infobox programming language
{{Infobox programming language
| name = Flowgorithm
| name = Flowgorithm
| logo = Flowg
| logo = Flowgorithm Logo.svg



orithm Logo.svg
| screenshot = Flowgorithm_Editor.png
| screenshot = Flowgorithm_Editor.png
| paradigm = [[structured programming|Structured]], [[imperative programming|imperative]]
| paradigm =


[[structured programming|Structured]], [[imperative programming|imperative]]
| year = 2014
| year = 2014
| designer = Devin Cook
| designer = Devin Cook
| latest_release_version = 3.3.1
| latest_relea


se_version = 3.3.1
| latest_release_date = August 17, 2022
| latest_release_date = August 17, 2022
| typing = [[type system|Static, strong, safe]]
| typing = [[type system|Static, strong, safe]]
| implementations =
| implementations =
| programming_language = [[C Sharp (programming language)|C#]]
| programming_language = [[C Sharp (programming language)|C#]]
| dialects =
| dialec




ts =
| influenced_by = [[Flowchart]]s
| influenced_by = [[Flowchart]]s
| influenced =
| influenced =
| operating_system = [[Microsoft Windows|Windows]] <br/> <small>(planned for OS X and Linux)</small>
| operating_system = [[Microsoft Windows|Windows]] <br/> <small>(planned for OS X and Linux)</small>
| license
| license = [[Freeware]]


= [[Freeware]]
| website = {{URL|http://flowgorithm.org}}
| website = {{URL|http://flowgorithm.org}}
| file_ext = .fprg
| file_ext = .fprg
}}
}}


'''Flowgorithm''' is a graphical [[authoring tool]] which allows users to write and execute programs using [[flowchart]]s. The approach is designed to emphasize the algorithm rather than the syntax of a specific programming language.<ref na
'''Flowgorithm''' is a graphical [[authoring tool]] which allows users to write and execute programs using [[flowchart]]s. The approach is designed to emphasize the algorithm rather than the syntax of a specific programming language.<ref name=paper>{{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}}</ref> The flowchart can be converted to several major programming languages. Flowgorithm was created at [[Sacramento State University]].<ref>{{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}}</ref>


me=paper>{{cite web|title=ASEE PSW-2015 Conference Proceedings|url=http://psw.a


see.org/AnnualConference/asee-psw2015ConfProceedings.pdf|page=158|website=asee.org|access-date=2016-05-04}}</ref> The flowchart can be converted to several major programming lan=Kourouma|first1=Mathieu|title=Capabilities and Features of Rapto



r, 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}}</ref>


==Origin of name==
==Origin of name==
Line 57: Line 29:
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:<ref name=features>{{cite web|title=Features|url=http://www.flowgorithm.org/about/features.htm|website=Flowgorithm|access-date=2016-01-15}}</ref>
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:<ref name=features>{{cite web|title=Features|url=http://www.flowgorithm.org/about/features.htm|website=Flowgorithm|access-date=2016-01-15}}</ref>
{{Columns-list|
{{Columns-list|
* [[C++]]
*ramming language)|Delphi]]
* [[C Sharp (programming language)|C#]]
* [[Delphi (programming language)|Delphi]]
* [[Java (programming language)|Java]]
* [[Java (programming language)|Java]]
* [[JavaScript]]
* [[JavaScript]]
Line 78: Line 52:
* Czech
* Czech
* Dutch
* Dutch
* French

* Galician
* German
* Hungarian
* Indonesian
* Italian
* Japanese
* Mongolian
* [[Persian language|Persian]]
* [[Persian language|Persian]]
* Polish
* Polish











* Portuguese
* Portuguese
* Russian
* Russian
Line 108: Line 78:


==Example==
==Example==
The image[99 Bottles of Beer]]. A function is used to return a string that either contains the singular
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.





"bottle" or plural "bottles" depending on the value of the parameter.
<br/>
<br/>
[[File:Flowgorithm 99 Bottles of Beer.png]]
[[File:Flowgorithm 99 Bottles of Beer.png]]
Line 126: Line 90:
* LARP
* LARP
* [[Microsoft Small Basic]]
* [[Microsoft Small Basic]]
* [[Raptor (programmin
* [[Raptor (programming language)|Raptor]]



g language)|Raptor]]
* [[Scratch (programming language)|Scratch]]
* [[Scratch (programming language)|Scratch]]
** [[Blockly]], interface
** [[Blockly]], interface used by Scratch to make the code blocks



used by Scratch to make the code blocks
* [[Visual Logic (programming language)|Visual Logic]]
* [[Visual Logic (programming language)|Visual Logic]]


Line 148: Line 104:


[[Category:Visual programming languages]]
[[Category:Visual programming languages]]
[[Category:Educa
[[Category:Educational programming languages]]



tional programming languages]]
[[Category:Educational software]]
[[Category:Educational software]]
[[Category:Freeware]]
[[Category:Freeware]]

Revision as of 18:18, 20 December 2023

Flowgorithm
ParadigmStructured, imperative
Designed byDevin Cook
First appeared2014
Stable release
3.3.1 / August 17, 2022
Typing disciplineStatic, strong, safe
Implementation languageC#
OSWindows
(planned for OS X and Linux)
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

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

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:[4]

Multilingual support

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

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


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.

See also

Other educational programming languages include:

References

  1. ^ "ASEE PSW-2015 Conference Proceedings" (PDF). asee.org. p. 158. Retrieved 2016-05-04.
  2. ^ Kourouma, Mathieu (22 October 2016). "Capabilities and Features of Raptor, Visual Logic, and Flowgorithm for Program Logic and Design". ResearchGate. Retrieved 16 July 2017.
  3. ^ "Info". Flowgorithm. Retrieved 2016-01-15.
  4. ^ a b "Features". Flowgorithm. Retrieved 2016-01-15.