|
Prev: Size of Vector limited to 1024 MB of Heap Size
Next: Extra footnote: Re: Size of Vector limited to 1024 MB of Heap Size
From: raould on 24 Jun 2008 17:57 has anybody ever seen a Lisp syntax front-end for Ada?
From: Ludovic Brenta on 24 Jun 2008 18:18 raould writes: > has anybody ever seen a Lisp syntax front-end for Ada? You mean something like (with Ada.Text_IO (procedure Hello is (Ada.Text_IO.Put_Line ("Hello, World")))) ? LOL -- Ludovic Brenta.
From: anon on 24 Jun 2008 19:02 If you mean Lisp to Ada. The answer is no. As for Ada to Lisp, the answer is still no. Most Lisp people are having too much fun playing with Lisp and trying to improve Lisp to deal with Ada. And Ada people are doing their thing with Ada. There may be a "Interface.LISP" package but I am not sure about that. In <273ba3a6-142b-4e05-bc12-d576968fa6b6(a)x19g2000prg.googlegroups.com>, raould <raould(a)gmail.com> writes: >has anybody ever seen a Lisp syntax front-end for Ada?
From: Ivan Levashew on 24 Jun 2008 19:33 raould пишет: > has anybody ever seen a Lisp syntax front-end for Ada? http://www.grammatech.com/products/aa/overview.html Ada-ASSURED is a powerful tool that ensures consistent coding style, prevents syntax errors, and provides productivity features for writing and reviewing Ada code. It features language-sensitive editing, automatic standards enforcement, high-quality pretty printing, and hypertext browsing in a single package. It can be used with any Ada compiler. Ada-ASSURED's open architecture enables you to create custom tools or integrate it with existing tools to automate tasks. The power of Ada-ASSURED's scripting language comes from its structured internal representation of your code. Ada-ASSURED automatically categorizes each construct in your file. In contrast, if you use text-oriented tools like awk, sed, grep, or perl, you must do the categorization yourself. As a result, tasks performed with difficulty using a text-oriented tool are often much easier in Ada-ASSURED. http://www.grammatech.com/aadoc/scripting-language.html The scripting language of Ada-ASSURED is based on Scheme. Scheme is a powerful general-purpose programming language derived from Lisp. Although its syntax may be unfamiliar to you, it is easy to master. The real benefit of Scheme, however, is not its syntactic simplicity, but its semantic power. -- If you want to get to the top, you have to start at the bottom
From: Jean-Pierre Rosen on 25 Jun 2008 10:59
anon a �crit : > If you mean Lisp to Ada. The answer is no. As for Ada to Lisp, the > answer is still no. Most Lisp people are having too much fun playing > with Lisp and trying to improve Lisp to deal with Ada. And Ada people > are doing their thing with Ada. > Long time ago, there was an Ada compiler on a Symbolics machine, which was a Lisp machine. Long, long time ago... -- --------------------------------------------------------- J-P. Rosen (rosen(a)adalog.fr) Visit Adalog's web site at http://www.adalog.fr |