Search in: Word
Vietnamese keyboard: Off
Virtual keyboard: Show
Computing (FOLDOC) dictionary
A#
Jump to user comments
language /A sharp/ A separable component of Version 2 of the
AXIOM* computer algebra system. It provides a programming
interpreter, and a library of data structures and
mathematical abstractions. The compiler produces
stand-alone executable programs, object libraries in
libraries, C and Lisp source code.
The A# programming language has support for object-oriented
and functional programming styles. Both types and functions
are first class values that can be manipulated with a range
of flexible and composable primitives and user programs.
The A# language design places particular emphasis on
compilation for efficient machine code and portability.