The Frink Language 2008-05-21 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News The Frink Language 2008-05-21 (Default branch)
# 1  
Old 05-21-2008
The Frink Language 2008-05-21 (Default branch)

Image Frink is a calculating tool and programming language designed to help you in the real world. It tracks units of measurement throughout all calculations and ensures that answers are correct. It converts between systems of measurement and has a huge library of physical data. It handles conversions between time zones, currencies, and historical values of the U.S. dollar and the British pound, translates between several languages, does date/time math, and more. License: Other/Proprietary License Changes:
This release improves symbolic manipulation of function calls that have undefined parameters. This allows much more powerful symbolic expressions to be built. In addition, functions to make deep copies of data structures were added, the .war file for deploying Frink Server Pages was fixed, and parsing of integers in Devanagari script was added (including Sanskrit written in Devanagari).Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
SFIDL(1)							BEAST Manual Pages							  SFIDL(1)

NAME
SFIDL - SFI IDL Compiler SYNOPSIS
sfidl [OPTIONS] input.idl DESCRIPTION
sfidl generates glue code for BSE objects and plugins from interface definition language files. OPTIONS
--help [binding] Print general usage information. Or, if binding was specified, print usage information for this language binding. --version Print program version. -I DIRECTORY Add DIRECTORY to include path. --print-include-path Print include path. --nostdinc Prevents standard include path from being used. Language bindings: --client-c Generate C client language binding. --client-c Generate C core language binding. --host-c Generate C host language binding. --client-cxx Generate C++ client language binding. --core-cxx Generate C++ core language binding. --plugin Generate C++ plugin language binding. --list-types Print all types defined in the idlfile. This option is used only for BSE internally to ease transition from C to C++ types. Language binding options: --header Generate header file, this is the default. --source Generate source file. --prefix prefix C host/client language binding option, sets the prefix for C functions. The prefix ensures that no symbol clashes will occur between different programs/libraries which are using a binding, so it is important to set it to something unique to your applica- tion/library. --init name Set the name of the init function for C host/core bindings. --namespace namespace C++ client language binding, sets the namespace to use for the code. The namespace ensures that no symbol clashes will occur between different programs/libraries which are using a binding, so it is important to set it to something unique to your applica- tion/library. --lower Select lower case identifiers in the C++ client language binding (create_midi_synth), this is the default. --mixed Select mixed case identifiers in the C++ client language binding (createMidiSynth). SEE ALSO
bsescm(1), BSE Object Reference (http://beast.testbit.eu/bse-objects), BSE Interface Reference (http://beast.testbit.eu/bse-interface), SFIDL Documentation (http://beast.testbit.eu/sfidl-manual) beast-0.7.3 2011-04-08 02:02:09 +0200 SFIDL(1)