Thanks for the summary, C++ template metaprogramming is a very important aspect for low latency code.
On Sun, Sep 5, 2021 at 7:29 PM Ajay Kumar Gaddam <[email protected]> wrote: > 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 > -- Kasinadhuni Girija Kumar Raghava "How far that little candle throws its beams So shines a good deed in a naughty world"

