Projects / FScript

FScript

FScript is an extremely simple scripting language. Its intended use is as an embedded language in other Java programs. It is very simple to embed; it can be as simple as sub-classing one class to add your own functionality. However, it is not a complete programming language, as it has no library of standard functions (such as IO and string processing). FScript supplies base functionality (such as flow control, variable handling, and basic math operations) that can extended by the host application. The only requirement is a Java 2 runtime environment.

Tags
Licenses
Operating Systems
Implementation

RSS Recent releases

  •  15 Mar 2008 23:06

Release Notes: Support for the "elseif" construct was added. A new "exit" keyword and supporting class method were included.

  •  23 Jun 2005 19:46

Release Notes: This release adds minor changes to improve error reporting.

  •  06 Jul 2004 09:44

Release Notes: This release has various minor bugfixes and updates, including improved object handling.

  •  21 May 2004 11:02

Release Notes: This release contains some minor bugfixes and performance improvements. It also introduces an 'elsif' keyword.

  •  05 Feb 2004 11:47

Release Notes: An operator priority bug in version 1.13 has been fixed.

Screenshot

Project Spotlight

CheckPoint Debugger

A CheckPoint troubleshooting tool.

Screenshot

Project Spotlight

hdparm

A shell utility for manipulating Linux IDE drive/driver parameters.