forGL : Explore Language As Programming Code
user profile
Randy Maxwell
 July 12 2020
more_horiz

    If your time is really valuable, then no need to read further.

    Hopefully any further rumors of forGL awesomeness will not bother you...

     

    Computer programming can be very labor intensive at times, especially when you are trying to finish something for Release or for a Demo at a conference as I did in May 2019. If you do not have time to experiment with forGL now for about 1/2 hour or more then no need to read further. 

     

    Summary  For  The  Impatient ! ! !  Please see ..

     

    forGL exists to ... 

    USE  YOUR  NATURAL  LANGUAGE*

    AS  A  PROGRAMMING  LANGUAGE .

     

     *Your full Natural Language was simplified for programming use.

     

    You can immediately start learning computer programming with forGL. No need for any previous computer programming experience.

     

    Use of any number or any mix of simplified Natural Languages or even fictional languages. A text representation as UTF8 and whatever special font(s) support is required by your set of chosen language(s) are enough for success. Of course, editing / running / debugging is up to you. Samples are found in various sample forGL Dictionary .toml files included as part of a .Zip file bundle or from the archive, the main idea is to look at the Verb definitions and some of those will do various calculations, show values, and so on. The forGL Team may offer better samples with some help and tips for how to proceed on occasion. 

     

    Some samples of programming in the style of different European languages are available already.

     

              forGL Important Ideas 

    forGL is an Open Source application mostly written in the Haxe programming language.

    Export as Code changes forGL syntax to Haxe and then Haxe source code is changed to any of about a dozen programming languages ( WAY  COOL ). You now have a HUGE number of ways to learn more about programming.

     

                Natural Language  

    There is a Dictionary of Words.

    Words may be a: Noun, Verb, math Operator or Punctuation.

    Nouns are defined as expected: a Person, Place or Thing for example. 

    Verbs are defined in terms of other words

    Order of Words (Nouns, Verbs, Operators) is not forced.

    Punctuation may be any of  ; : , .

    Question Mark (?) to be used for getting an answer from the User. 

    Exclamation Point (!) to be used as math Factorial notation.

    into and from added as reserved words to support Assignment 

     

                Mathematics

    Full range of math Operators are available now.

    Uses Haxe programming language Math library.

    Plan is to find / use cross platform Calculus library and perhaps other libs. 

     

                Computer Languages/Programming

    Simplification to only Verbs, Nouns, Operators and Punctuation.

        After simplification:

    Verbs   become Code

    Nouns become Data

    Operators and Punctuation are unchanged 

    and a Dictionary holds enough details to completely define a working computer program.

     

    Dictionary Verbs have just a single "meaning" (really one way to imply and run the code), compared to various Natural Language words that have multiple meanings (Run in English has over 40 meanings for example).

     

        Assignment:

    x = 5.

    x from 5.

    5 = x. 

    5 into x. 

    All above represent exactly the same idea,

    x is a Noun that is initialized with an Integer value of 5.

    forGL uses a feature called type inference to see that 5 here is an Integer.

     

    More current information and more complete information about other features are found at forgl.org or the archive site. 

     

    "It is greater to Build than to Burn,

    and greater to Gather than to Rend.

    Anyone can Burn, Anyone can Rend.

    We honor most the Building & Gathering." 

     

    (possible early discussion after Fire was part of Human culture)

     

    Happy Building, 

    Randy Maxwell 

    education language semantics learning syntax computerprogramming opensource
    Filter By: