Category:Bracmat
This programming language may be used to instruct a computer to perform a task.
Execution method: | Interpreted |
---|---|
Garbage collected: | Yes |
Parameter passing methods: | By value |
Type strength: | Untyped |
Type compatibility: | Duck |
Type expression: | Implicit |
Type checking: | Dynamic |
Lang tag(s): | bracmat |
See Also: |
|
Bracmat is an interpreted programming language for symbolic computation. Originally (in the eighties) it was designed as a Computer Algebra system, but it has shown its merits in natural language processing as well. Bracmat has been used in the field of General Relativity for the algebraic computation of Ricci tensors from given space-time metrics, for the implementation of a dialogue-manager in virtual world project that allowed a user to communicate with software agents in plain English and with gestures, for the analysis of texts in a "Controlled Language"-project and for automatic error correction of hundreds of HTML pages. Bracmat has also shown its utility in some real-world applications: for example to identify persons, companies etc. in pre-tagged texts that must be anonymised. The to date most advanced application of Bracmat is as workflow planner and executor. Instead of letting the user choose between software tools, which the user may not know very well, the planner asks the user to specify what kind of output she wants. With this information the planner computes all combinations of tools and their parameter settings that combine into workflows that produce the specified output from the given input.
Bracmat is inspired by SNOBOL4 (pattern matching, success/failure), by Lisp (lists and atoms), by Prolog (declarative programming, especially backtracking) and a little bit by object-oriented languages.
Both Bracmat and Lisp have expressions consisting of atoms and binary nodes.
Whereas a Lisp's binary nodes are all of the same type, Bracmat has about 15 different binary nodes, each with a different behaviour, such as addition, multiplication, symbolic differentiation, branching, pattern matching, assignment, function evaluation, and more.
Bracmat has a very powerful language construct for pattern matching, combining
- pattern matching in strings and in tree structures, using the same pattern syntax,
- associative pattern matching, and
- expression evaluation during a match operation.
The only other programming language supporting this combination of pattern matching features is Egison, as far as I currently know (2021).
The pattern matching language construct can be used where you otherwise would use SQL, regexp, XSLT, LINQ, and the much less powerful pattern matching seen in functional languages. Bracmat has been used to validate or transform gigabytes of XML and HTML data.
Bracmat is a homoiconic language: program code is data and data is program code. It is also reflective, which means that a Bracmat program can change its own behaviour, for example by evolving a match pattern based on observations of actual data.
The first implementation of Bracmat was for an ARM based computer. The ARM processor's 4-bit condition code selector on every instruction were the inspiration for Bracmat's flags ~ [ ! !! ` @ % > < # / ? that can be set on any node in an expression. For example, the ! and ? flags turn a symbol into a variable. When flags are combined, care has been taken that the semantics of a combination of flags is close to a combination of the semantics of each flag.
The Bracmat-interpreter is written in Standard C and can be compiled for many platforms, such as Epoc, Windows, Mac OS (including OS X), Linux and Unix. The compiled code measures about 130 KB (statically linked), depending on the platform. The runtime is not very memory hungry, as compared to e.g. Java. Bracmat can be compiled for 32 and 64 bit systems.
Subcategories
This category has the following 3 subcategories, out of 3 total.
@
- Bracmat examples needing attention (empty)
- Bracmat Implementations (empty)
- Bracmat User (3 P)
Pages in category "Bracmat"
The following 105 pages are in this category, out of 305 total.
(previous page) (next page)R
- Range expansion
- Range extraction
- Read a file line by line
- Read entire file
- Real constants and functions
- Regular expressions
- Remove duplicate elements
- Rename a file
- Rep-string
- Repeat a string
- Return multiple values
- Reverse a string
- Reverse words in a string
- Riordan numbers
- Roman numerals/Decode
- Roman numerals/Encode
- Rosetta Code/Count examples
- Rosetta Code/Rank languages by popularity
- Run-length encoding
- Runtime evaluation/In an environment
S
- Sailors, coconuts and a monkey problem
- Same fringe
- Scope modifiers
- Search a list
- Semiprime
- Semordnilap
- Send an unknown method call
- Set consolidation
- Shell one-liner
- Short-circuit evaluation
- Sieve of Eratosthenes
- Simple database
- Singly-linked list/Element definition
- Solve a Hidato puzzle
- Solve a Holy Knight's tour
- Sort an array of composite structures
- Sort an integer array
- Sort disjoint sublist
- Sorting algorithms/Quicksort
- Special characters
- Special variables
- Stable marriage problem
- Stack
- State name puzzle
- String append
- String case
- String comparison
- String concatenation
- String interpolation (included)
- String length
- String matching
- String prepend
- Strip a set of characters from a string
- Strip comments from a string
- Strip control codes and extended characters from a string
- Strip whitespace from a string/Top and tail
- Substring
- Substring/Top and tail
- Subtractive generator
- Sudoku
- Sum and product of an array
- Sum of a series
- Sum of squares
- Summarize and say sequence
- Symmetric difference
T
- Temperature conversion
- Terminal control/Clear the screen
- Terminal control/Display an extended character
- Terminal control/Ringing the terminal bell
- Text processing/Max licenses in use
- The Twelve Days of Christmas
- Time a function
- Tokenize a string
- Top rank per group
- Topological sort
- Towers of Hanoi
- Tree traversal
- Truncatable primes
- Truncate a file
- Twelve statements