<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>language on Jaaved Ali Khan</title><link>https://jaaved.netlify.app/tags/language/</link><description>Recent content in language on Jaaved Ali Khan</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Fri, 25 Aug 2023 09:43:49 +0400</lastBuildDate><atom:link href="https://jaaved.netlify.app/tags/language/index.xml" rel="self" type="application/rss+xml"/><item><title>elisp</title><link>https://jaaved.netlify.app/notes/elisp--20220329-102110/</link><pubDate>Fri, 25 Aug 2023 09:43:49 +0400</pubDate><guid>https://jaaved.netlify.app/notes/elisp--20220329-102110/</guid><description>Summary # tags Emacs Lisp Basics # () # anything between braces is evaluated as a function
(message &amp;#34;Her age is: %d&amp;#34; 16) ; %d is for number list and cons # cons pair (aka cons cell or just cons) is a value type, and is a fundamental data structure in emacs lisp. List is made of cons pairs.
(A 2 &amp;#34;A&amp;#34;) ; A list of three elements. () ; A list of no elements (the empty list).</description></item><item><title>JavaScript</title><link>https://jaaved.netlify.app/notes/javascript--20220128-161308/</link><pubDate>Sat, 14 Jan 2023 20:16:29 +0400</pubDate><guid>https://jaaved.netlify.app/notes/javascript--20220128-161308/</guid><description># tags :
Most popular language today for web and mobile development. For both frontend and backend development.</description></item><item><title>Lisp</title><link>https://jaaved.netlify.app/notes/lisp--20220329-102231/</link><pubDate>Sat, 14 Jan 2023 20:09:32 +0400</pubDate><guid>https://jaaved.netlify.app/notes/lisp--20220329-102231/</guid><description>Summary # is a family of programming languages with fully parenthesized prefix notation. LISP: LISt Processor lispcookbook
Prefix Notation # LISP uses what is called a prefix notation, i.e. instead of writing 10+20 (this is called the infix notation) you have to write + 10 20.
pdf ref
S-expressions # In the usual parenthesized syntax of Lisp, an S-expression is classically defined[1] as
an atom, or an of the form (x .</description></item><item><title>English</title><link>https://jaaved.netlify.app/notes/english--20221211-155657/</link><pubDate>Sun, 11 Dec 2022 15:57:09 +0300</pubDate><guid>https://jaaved.netlify.app/notes/english--20221211-155657/</guid><description>tags :</description></item></channel></rss>