Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Transaction Application Language
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{short description|Procedural computer language also known as TAL}} {{infobox programming language | name = Transaction Programming Language (TAL) | paradigm = Block-structured procedural language | released = mid 1970s | developer = Hewlett-Packard Enterprise (originally Tandem Computers) | dialects = TAL, pTAL, epTAL | influenced by = ALGOL, Pascal, C | platform = MIPS, Itanium, [[x86-64]] | operating system = NonStop OS | license = [[Proprietary software|Proprietary]] [[commercial software]] | File format = unstructured, Enscribe, NonStop SQL/MP, NonStop SQL/MX }} '''Transaction Application Language''' or '''TAL''' (originally "Tandem Application Language") is a block-structured,<ref>{{Cite book |title=TAL Programmer's Guide |publisher=Tandem Computers, Incorporated |location=Cupertino, California |publication-date=1993 |pages=xxv |language=en-us}}</ref> procedural language optimized for use on [[Tandem Computers|Tandem]] (and later HP NonStop) hardware. TAL resembles a cross between [[C (programming language)|C]] and [[Pascal programming language|Pascal]]. It was the original [[system programming language]] for the Tandem Computers [[Complex instruction set computer|CISC]] machines, which had no [[assembly language#Assembler|assembler]].<ref>{{Cite web |title=Transaction Application Language from FOLDOC |url=http://foldoc.org/TAL |access-date=2023-07-04 |website=foldoc.org |language=en-us}}</ref> The design concept of TAL, an evolution of [[Hewlett-Packard]]'s [[System Programming Language|SPL]], was intimately associated and optimized with a [[Microcode|microprogrammed]] CISC instruction set. Each TAL statement could easily compile into a sequence of instructions that manipulated data on a transient floating register stack. The register stack itself floated at the crest of the program's [[call stack|memory allocation and call stack]]. The language itself has the appearance of [[ALGOL]] or [[Pascal (programming language)|Pascal]], with BEGIN and END statements. However, its semantics are far more like [[C (programming language)|C]]. It does not permit indefinite levels of procedure nesting, it does not pass complex structured arguments by value, and it does not strictly type most variable references. Programming techniques are much like C using pointers to structures, occasional overlays, deliberate string handling and casts when appropriate. Available datatypes include 8-bit, 16-bit, 32-bit and (introduced later) 64-bit integers.<ref name=":0">{{Cite book |url=http://nonstoptools.com/manuals/Tal-Guide.pdf |title=TAL Programmer's Guide |publisher=Tandem Computers, Incorporated |year=1993 |location=Cupertino, California |at=Chapter 1, pages 1, 2 |language=en-us |access-date=July 4, 2023}}</ref> Microcode level support was available for null terminated character strings. However, this is not commonly used. Originally the Tandem [[NonStop (server computers)|NonStop operating system]] was written in TAL. Much of it has since been rewritten in C and TAL has been deprecated for new development. In the migration from CISC to RISC, TAL was updated/replaced with pTAL β compilers allowed TAL to be re-compiled into Native RISC Applications. Later, the epTAL compiler was introduced for Itanium processors. ==See also== * [[Enscribe]] * [[NonStop SQL]] * [[NonStop (server computers)]] * [[TACL (programming language)|TACL]] (Tandem Advanced Command Language) * [[Tandem Computers]] * [[List of compilers]] for a partial list of NonStop compilers ==References== {{reflist}} ==Further reading== * [http://nonstoptools.com/manuals/Tal-Guide.pdf TAL Programmer's Guide] * [https://www.hpe.com/info/nonstop NonStop Computing Home] β main Nonstop Computing page at Hewlett Packard Enterprise [[Category:Systems programming languages]]
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)
Pages transcluded onto the current version of this page
(
help
)
:
Template:Cite book
(
edit
)
Template:Cite web
(
edit
)
Template:Infobox programming language
(
edit
)
Template:Reflist
(
edit
)
Template:Short description
(
edit
)