3. What is Common Lisp?
Common Lisp is a general-purpose programming language, the modern and most prominent descendant (along with Clojure and Scheme) of the Lisp family. It is a compiled, high-performance language, standardized by ANSI (its definitive version was published in 1994).
Despite being a language heavily influenced by the functional paradigm, it is flexible and has excellent support for object-oriented programming. It also stands out for its runtime environment, which allows you to modify and debug running applications. Ideal for interactive development or critical software where availability is crucial.
Lisp languages are known for their list-based syntax and their powerful macro system, which allows developers to create new language constructs or extend the functionality of the language. Once you learn the syntax, it is relatively easy to jump to other languages such as Clojure, Scheme, Racket, Emacs Lisp, PicoLisp, and others, since they share many features and concepts.
This work is under a Attribution-NonCommercial-NoDerivatives 4.0 International license.
Building SPAs with Django and HTML Over the Wire: Learn to build real-time single page applications with Python
The HTML over WebSockets approach simplifies single-page application (SPA) development and lets you bypass learning a JavaScript rendering framework such as React, Vue, or Angular, moving the logic to Python. This web application development book provides you with all the Django tools you need to simplify your developments with real-time results.
Buy the bookHelp me keep writing
Every coffee gives me a push toward the next article.
Sure, it's on me!
Comments
There are no comments yet.