Skip to content

Gura Programming Language with Improved Performance

Notifications You must be signed in to change notification settings

gura-lang/gurax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gurax Programming Language

Gurax is a programming language that provides powerful functions for the generation and processing of iterators.

The following Gurax code prints content of a text file with line numbers.

Printf('%d %s', 1.., ReadLines('foo.txt'))

Build for Windows

  1. Clone the Gurax source code from GitHub repository.

     $ git clone https://github.com/gura-lang/gurax.git
    
  2. Run the PowerShell script gurax\guest\prepare-for-mswin.ps1 to create all the necessary guest libraries.

  3. Move to the directory gurax and run the following commands:

     $ cmake -B build
     $ cmake --build build --config Release
     $ cmake --build build --config Release --target install
    

    When you use Visual Source Code to build it, make sure to do the command CMake: Select Variant and choose Release.

About

Gura Programming Language with Improved Performance

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published