Sponsored Content
Special Forums News, Links, Events and Announcements Software Releases - RSS News The Blue Programming Language 1.6.10 (Default branch) Post 302254639 by Linux Bot on Tuesday 4th of November 2008 10:00:09 PM
Old 11-04-2008
The Blue Programming Language 1.6.10 (Default branch)

Blue is a unique multi-purpose dynamic programming language. The minimalistic syntax is intuitive, easy to learn, and adapts to a broad range of programming styles and applications. License: GNU General Public License (GPL) Changes:
This release adds the foreach method to functions, allowing functions to iterate over a number of arguments. It adds the sys.clone and sys.copy functions to support prototype-based programming. This release also contains some minor bugfixes. Image

Image

More...
 
GPT(1)							      General Commands Manual							    GPT(1)

NAME
gpt - compiler, interpreter and translator for the G-Portugol programming language SYNOPSIS
gpt [ -vhid ] [ -ots output_file ] file1 file2 ... DESCRIPTION
gpt is a simple compiler for the G-Porutol Language. It is possible to have a list of files to be included in the compilation setting the GPT_INCLUDE environment variable, wich should have a list of file paths separated with ":". OPTIONS
-v Shows version information and exits. -h Shows a summary of options and exits. -i Execute interpreting the source code. -d Shows tips in the error report. -o output_file Compile the source code and save the resulting binary with the name output_file. -t output_file Translates the source code to the C programming language and saves the resulting file as output_file. -s output_file Compiles the source code to assembly source. Saves the resulting code as output_file. SEE ALSO
nasm(1) ADDITIONAL INFORMATION
For further information, visit the website: http://gpt.berlios.de AUTHOR
Thiago Silva <tsilva@sourcecraft.info> GPT(1)
All times are GMT -4. The time now is 03:40 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy