লিস্প (প্রোগ্রামিং ভাষা): সংশোধিত সংস্করণের মধ্যে পার্থক্য

বিষয়বস্তু বিয়োগ হয়েছে বিষয়বস্তু যোগ হয়েছে
Addbot (আলোচনা | অবদান)
বট: 1 টি আন্তঃউইকি সংযোগ সরিয়ে নেওয়া হয়েছে, যা এখন উইকিউপাত্তের - d:q132874 এ রয...
Desertsniper87 (আলোচনা | অবদান)
নিউ শিট, সম্প্রসারণ
২৬ নং লাইন:
The interchangeability of code and data also gives Lisp its instantly recognizable syntax. All program code is written as ''[[s-expression]]s'', or parenthesized lists. A function call or syntactic form is written as a list with the function or operator's name first, and the arguments following; for instance, a function f that takes three arguments might be called using <CODE>(f x y z)</CODE>.
-->
== ইতিহাস ==
<!-- Lisp was invented by John McCarthy in 1958 while he was at the Massachusetts Institute of Technology (MIT). McCarthy published its design in a paper in Communications of the ACM in 1960, entitled "Recursive Functions of Symbolic Expressions and Their Computation by Machine, Part I".[9] He showed that with a few simple operators and a notation for functions, one can build a Turing-complete language for algorithms.
 
Information Processing Language was the first AI language, from 1955 or 1956, and already included many of the concepts, such as list-processing and recursion, which came to be used in Lisp. -->[[জন ম্যাকার্থি|জন ম্য়াকার্থি]] ১৯৫৮ সালে [[ম্যাসাচুসেট্‌স ইনস্টিটিউট অব টেকনোলজি|এম. আই. টি]] তে অধ্য়াপনা করা অবস্থায় আবিস্কার করেন। এ সি এম কমিউনিকেশন জার্নালে ম্য়াকার্থি এটার কাঠামো একটা প্রবন্ধ হিসাবে প্রকাশ করেন।
 
১৯৬২ সালে টিম হার্ট এবং মাইক লেভিন লিস্প সর্বপ্রথম সম্পূর্ণ কম্পাইলার তৈরি করেন।
[[বিষয়শ্রেণী:ফাংশনভিত্তিক প্রোগ্রামিং ভাষা]]