Downloads

Software

File Description

Version 1.0

A zip file containing a setup program and an installer for the latest version of the Absyntax framework. (Please refer to the system requirements and installation instructions before downloading.)

Absyntax Excel Add-in

A zip file containing a setup program and an installer for the Absyntax Excel Add-in for Microsoft Excel. (You may also wish to consider downloading ExcelAddInSample.zip, below, which will help you get up to speed with the add-in.)

EULAs

File Description

AbsyntaxFrameworkLicence.pdf

A PDF of the end-user licence agreement covering usage of the Absyntax framework.

ExcelAddInLicence.pdf

A PDF of the end-user licence agreement covering usage of the source code for the Absyntax Excel Add-in for Microsoft Excel.

White Papers

File Description

WP_BOTS.pdf

A PDF of a white paper entitled Realising Bespoke Off-the-shelf Software, describing how Absyntax facilitates a hybrid software model incorporating the advantages of both bespoke and off-the-shelf solutions.

WP_ESCWR.pdf

A PDF of a white paper entitled Exposing Software Components for Wider Reuse, introducing Absyntax as the platform for ordinary computer users to consume otherwise inaccessible software library components.

User Guides

File Description

AbsyntaxUserGuide.pdf

A PDF version of the Absyntax Framework User Guide.

AbsyntaxExcelAddInUserGuide.pdf

A PDF version of the Absyntax Excel Add-in User Guide.

Samples

File Description

ExcelAddInSamples.zip

A Microsoft Excel workbook and several projects that interoperate with the Absyntax Excel Add-in. These samples serve to illustrate a few of the unlimited ways that Excel-bound data can be used in conjunction with the Absyntax framework.

Fibonacci.zip

A project for calculating and outputting the first 100 numbers of the Fibonacci sequence. This simple project represents an excellent introduction to Absyntax.

DiceRollSample.zip

This project demonstrates how to use a Test feature and introduces you to the Filter Builder.

LookupSample.zip

This project demonstrates how to use a Lookup feature in conjunction with lookup tables.

InteractiveLookupSample.zip

This project represents an evolution of LookupSample in which the user is prompted to enter the lookup's input values interactively. Its purpose is to introduce the concept of project parameters.

InitParamsSample.zip

This project demonstrates a way of initialising project parameters using different sets of values.

FunctionGroupSample.zip

This project demonstrates how to use a type of feature group that relies on a function in order to do its work.

SyncTimeoutSample.zip

This project demonstrates a technique for performing a synchronous operation with a timeout.

SynchroniserSample.zip

This project shows a way of coordinating multiple asynchronous operations.