A Sharp (.NET)

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search

Template:Short description Template:Correct title Script error: No such module "Unsubst". Template:Unreliable sources Script error: No such module "Infobox".Template:Template otherScript error: No such module "Check for unknown parameters".

A# is a port of the Ada programming language to the Microsoft .NET platform. A# is freely distributed by the Department of Computer Science at the United States Air Force Academy as a service to the Ada community under the terms of the GNU General Public License.

AdaCore took over this development in 2007, and announced "GNAT for .NET", which is a fully supported .NET product with all of the features of A# and more.[1] As of 2021, A# has fallen dramatically in popularity and is considered by some to be a dead language (there are no known users or implementations).[2]Script error: No such module "Unsubst".

Examples

Hello, world!

with Ada.Text_IO;
use Ada.Text_IO;
procedure Hello_Dotnet is
begin
 Put_Line(Item => "Hello, world!");
end Hello_Dotnet;

[3]

References

Template:Reflist

External links

Template:Common Language Infrastructure


  1. REDIRECT Template:Prog-lang-stub

Template:R shell

  1. Cited by Martin Carlisle (USAFA) https://asharp.martincarlisle.com/ and see also http://www.adacore.com/2007/09/10/adacore-first-to-bring-true-net-integration-to-ada/ Template:Webarchive
  2. Script error: No such module "citation/CS1".
  3. Script error: No such module "citation/CS1".