{" "} Programming Help for Leda Programming

Introduction to Leda Programming Language

Leda Programming Language is a Logic-based programming language which is multiparadigm programming language whose goal is to mix imperative,object-oriented, functional and logic-based programming features into one language.It is used for providing framework in which programmers can work in variety of styles,freely intemixing constructs from different paradigam.

Example of Leda Programming Language

Given example of Leda Programming language will print "Hey,Hoe are you!"

{`

#include <LEDA/string.h>

#include <iostream>



int main() 

{

  leda::string msg = "Hey,How are you!";



  std::cout << msg << "\n";

}
`}

How to learn Leda Programming Language

Tutorial or Books for learning Leda Programming Language:

Download Lead Software from here!!