The Blue Programming Language 1.6.8 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News The Blue Programming Language 1.6.8 (Default branch)
# 1  
Old 10-08-2008
The Blue Programming Language 1.6.8 (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 a shell stream for easily communicating with the command interpreter. The documentation for streams is now up to date. The source contains the start of a new blue parser using the Lemon parser generator. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
function::ansi_set_color2

FUNCTION:(3stap)					  Utility functions for using an					  FUNCTION:(3stap)

NAME
function::ansi_set_color2 - Set the ansi Select Graphic Rendition mode. SYNOPSIS
ansi_set_color2(fg:long,bg:long) ARGUMENTS
fg Foreground color to set. bg Background color to set. DESCRIPTION
Sends ansi code for Select Graphic Rendition mode for the given forground color, Black(30), Blue(34), Green(32), Cyan(36), Red(31), Purple(35), Brown(33), Light Gray(37) and the given background color, Black(40), Red(41), Green(42), Yellow(43), Blue(44), Magenta(45), Cyan(46), White(47). SystemTap Tapset Reference May 2013 FUNCTION:(3stap)