Legacy and Other Languages can anyone give me an introduction?
give some examples also. if anyone is free.

Recommended Answers

All 3 Replies

http://www.catb.org/retro/

"Other" languages are those without a specific forum here at DaniWeb. For example, Perl has its forum, but Scheme does not. Scheme stuff goes here. Likewise, something like Tcl would go here.

Both these are powerful languages in their own right, and used often enough today. (They aren't dead or, even worse, the undead, like some of the stuff in the first link...)

Hope this helps.

Can i talk about ADA here then?

with Ada.Text_IO;

procedure Answer is
  use Ada.Text_IO;
  begin
  Put_Line("Sure.");
  end Answer;
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.