You are here

Introduction to G Programming

26 July, 2019 - 09:47
Available under Creative Commons-ShareAlike 4.0 International License. Download for free at http://cnx.org/contents/5b6e61df-b830-48cb-9764-94696cb47c80@1.3

G is a high level, data-flow graphical programming language designed to develop applications that are

  • Interactive
  • Execute in Parallel
  • Multicore

The program is a block diagram edited in the Block Diagram programming window.

media/image1.png
Figure 1.1 G Block Diagram 

The program input data and results are manipulated and displayed in the Front Panel window.

media/image2.png
Figure 1.2 G User Interface