Hi,

Interestingly found out that Lisp is a powerful language which can be used for many things for faster and better functionality.

Explored SBCL --- Steel Bank Common Lisp in today's Session.

Lisp was developed for Artificial Intelligence experiments by John McCarthy. The base data structure of Lisp is Linked List.

Lisp features
1. Linked Lists
2. Recursion
3. Typeless variables -- all variables are pointers but not need dereferencing.

Atom - number, character, symbol, nil
List - () -- list can be empty or can have one or more atoms, lists

key points from strikr:
1. programming env in which we can implement software engineering
2. learning LISP makes us excellent C++ template metaprogramming engineers
3. homoiconicity ... data and program

Just explored the surface of the Lisp, there is a lot more to look at. Upcoming Sessions are more important.

--
Regards
Ajay Kumar Gaddam
FREEtoDoOnMywish

Reply via email to