[go: nahoru, domu]

Jump to content

Datapoint's Advanced Systems Language: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Formatting. Accurately reflect the name of the language. Add links.
 
(24 intermediate revisions by 20 users not shown)
Line 1: Line 1:
{{unref |date=April 2024}}
'''DASL''' ([[Datapoint]]'s Advanced Systems Language) was a [[programming language]] and [[compiler]] proprietary to Datapoint. Primarily influenced by [[Pascal programming language|Pascal]] with some [[C programming language|C]] touches, it was created in the early [[1980s]] by [[Gene Hughes]].
'''DASL''' ('''[[Datapoint]]'s Advanced Systems Language''') was a [[programming language]] and [[compiler]] proprietary to Datapoint. Primarily influenced by [[Pascal (programming language)|Pascal]] with some [[C (programming language)|C]] touches, it was created in the early 1980s by Gene Hughes.


The compiler output was [[assembly language]], which was typically processed through a peep-hole optimizer before the [[assembler]] and [[linker]].
The compiler output was [[assembly language]], which was typically processed through a peep-hole optimizer before the [[assembly language#Assembler|assembler]] and [[linker (computing)|linker]].


Reflecting its name, DASL was used for systems [[computer programming|programming]], mainly by the vendor itself.
Reflecting its name, DASL was used for [[systems programming]], mainly by the vendor itself.




==References==
----
{{reflist}}


==External links & References==
*[http://bitsavers.org/pdf/datapoint/software/The_DASL_Document_Feb83.pdf The Dasl Document]


{{DEFAULTSORT:Dasl (Programming Language)}}
'''DASL''' (Distributed Application Specification Language) is a high level language that supports MDA (Model Driven Architecture) by providing architecture-independent specification of web-based applications, including business logic and queries. It is a fairly general Domain Specific Language (DSL) for creating Enterprise Applications. The compiler outputs Java, J2EE, JSP, HTML, XML, and other implementation artifacts using a selectable implementation architecture. DASL was developed at Sun Microsystems Labs in the early 2000s as part of the Ace Project [http://research.sun.com/projects/ace/]. Ongoing development of the language outside of Sun Labs is in progress [http://www.ace-dasl.com/].
[[Category:Systems programming languages]]



[[Category:Programming languages]]
{{prog-lang-stub}}

Latest revision as of 17:54, 22 April 2024

DASL (Datapoint's Advanced Systems Language) was a programming language and compiler proprietary to Datapoint. Primarily influenced by Pascal with some C touches, it was created in the early 1980s by Gene Hughes.

The compiler output was assembly language, which was typically processed through a peep-hole optimizer before the assembler and linker.

Reflecting its name, DASL was used for systems programming, mainly by the vendor itself.


References[edit]

External links & References[edit]