trad4 Beta04 (Documentation branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News trad4 Beta04 (Documentation branch)
# 1  
Old 11-02-2008
trad4 Beta04 (Documentation branch)

Trad4 is a fully concurrent, thread safe, graph based programming language that scales linearly on multiple cores. It is initially intended for deployment in the financial industry to model real-time risk. It is a new way of arranging programs in memory and a new style of flow-of-control. License: Free For Educational Use Changes:
Native constants, enums, and structures have been documented. Appendix C: general_computer has been ported from the version 1.0 documentation. The bond_risk documentation has been extended to include repo_trade and fx_rate. A section on porting your existing software to the trad4 architecture has been added. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
DOTTY(1)                                                      General Commands Manual                                                     DOTTY(1)

NAME
dotty - A Customizable Graph Editor SYNOPSIS
dotty [ -V ] [ file ] DESCRIPTION
dotty is a graph editor for the X Window System. It may be run as a standalone editor, or as a front end for applications that use graphs. It can control multiple windows viewing different graphs. dotty is written on top of dot and lefty. lefty is a general-purpose programmable editor for technical pictures. It has an interpretive programming language similar to AWK and C. The user interface and graph editing operations of dotty are written as lefty functions. Pro- grammer-defined graph operations may be loaded as well. Graph layouts are made by dot, which runs as a separate process that communicates with lefty through pipes. USAGE
The file name is optional. If present, the graph contained in that file is displayed in the dotty window. OPTIONS
-V Prints the version. SEE ALSO
dot(1), lefty(1) dotty user guide. DOTTY(1)