<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title>Bing: Lisp Language Example</title><link>http://www.bing.com:80/search?q=Lisp+Language+Example</link><description>Search results</description><image><url>http://www.bing.com:80/s/a/rsslogo.gif</url><title>Lisp Language Example</title><link>http://www.bing.com:80/search?q=Lisp+Language+Example</link></image><copyright>Copyright © 2026 Microsoft. All rights reserved. These XML results may not be used, reproduced or transmitted in any manner or for any purpose other than rendering Bing results within an RSS aggregator for your personal, non-commercial use. Any other use of these results requires express written permission from Microsoft Corporation. By accessing this web page or using these results in any manner whatsoever, you agree to be bound by the foregoing restrictions.</copyright><item><title>LISP Examples - Computer Science</title><link>https://cs.stanford.edu/people/nick/compdocs/LISP_Examples.pdf</link><description>2) Write a function non-nil which takes a list and replaces each non-null element with 1 and each null element with 0. Write it twice – once recursively and once using mapcar . Bonus problem: write an expression that counts the number of non-null elements in a list.</description><pubDate>Wed, 24 Jun 2026 07:49:00 GMT</pubDate></item><item><title>LISP Tutorial 1: Basic LISP Programming - Simon Fraser University</title><link>https://www2.cs.sfu.ca/CourseCentral/310/pwfong/Lisp/1/tutorial1.html</link><description>LISP expressions are composed of forms. The most common LISP form is function application. LISP represents a function call f (x) as (f x). For example, cos (0) is written as (cos 0). LISP expressions are case-insensitive. It makes no difference whether we type (cos 0) or (COS 0). Similarly, " + " is the name of the addition function that returns the sum of its arguments. Some functions, like ...</description><pubDate>Wed, 24 Jun 2026 00:32:00 GMT</pubDate></item><item><title>Lisp (programming language) - Wikipedia</title><link>https://en.m.wikipedia.org/wiki/Lisp_(programming_language)</link><description>Lisp (historically LISP, an abbreviation of "list processing") is a family of programming languages with a long history and a distinctive, fully parenthesized prefix notation. [3] Originally specified in the late 1950s, it is the second-oldest high-level programming language still in common use, after Fortran. [4][5] Lisp has changed since its early days, and many dialects have existed over ...</description><pubDate>Tue, 23 Jun 2026 04:58:00 GMT</pubDate></item><item><title>LISP Tutorial</title><link>https://www.tutorialspoint.com/lisp/index.htm</link><description>Lisp is the second-oldest high-level programming language after Fortran and has changed a great deal since its early days, and a number of dialects have existed over its history. Today, the most widely known general-purpose Lisp dialects are Common Lisp and Scheme.</description><pubDate>Sat, 20 Jun 2026 12:04:00 GMT</pubDate></item><item><title>Introduction to LISP - GeeksforGeeks</title><link>https://www.geeksforgeeks.org/lisp/introduction-to-lisp/</link><description>Lisp is a programming language that has an overall style that is organized around expressions and functions. Every Lisp procedure is a function, and when called, it returns a data object as its value. It is also commonly referred to as "functions" even though they may have side effects. Lisp is the second-oldest high-level programming language in the world which is invented by John McCarthy in ...</description><pubDate>Mon, 22 Jun 2026 10:15:00 GMT</pubDate></item><item><title>Learn Common Lisp</title><link>https://lisp-lang.org/learn/</link><description>Learn Common Lisp This section contains Common Lisp tutorials and more in-depth guides on specific subjects. Alternatively, you can checkout the books section and find a tutorial you like. Practical Common Lisp is a community favourite.</description><pubDate>Sat, 20 Jun 2026 22:06:00 GMT</pubDate></item><item><title>Lisp - Basic Syntax - Online Tutorials Library</title><link>https://www.tutorialspoint.com/lisp/lisp_basic_syntax.htm</link><description>LISP programs are made up of three basic building blocks − An atom is a number or string of contiguous characters. It includes numbers and special characters. Following are examples of some valid atoms − A list is a sequence of atoms and/or other</description><pubDate>Tue, 23 Jun 2026 11:46:00 GMT</pubDate></item><item><title>Common Lisp Docs | Common Lisp Docs</title><link>https://lisp-docs.github.io/</link><description>Lisp Tutorial A complete Lisp Tutorial for beginners to be able to jump right into the language.</description><pubDate>Mon, 22 Jun 2026 21:56:00 GMT</pubDate></item><item><title>Lisp Examples | evilbinary/lisp-- | DeepWiki</title><link>https://deepwiki.com/evilbinary/lisp--/3-lisp-examples</link><description>This page documents the example Lisp programs included with the lisp-- interpreter. These examples demonstrate the capabilities of the interpreter and provide practical illustrations of Lisp concepts and programming techniques. The examples range from simple functions to more complex programs that showcase various features of the language.</description><pubDate>Sat, 13 Jun 2026 08:24:00 GMT</pubDate></item><item><title>Lisp Examples</title><link>https://fomus.common-lisp.dev/doc/ch09s02.html</link><description>Example 9.12. Key Signatures (fomus :output '(:lilypond :view t) :filename "test.xxx" :verbose 1 :global (list (make-timesig :off 0 :time '(5 8) :div '(3/2 1) :props '((:keysig :dmaj)))) :auto-cautionary-accs t :parts (list (make-part :name "Piano" :instr '(:piano :simultlim 1) :events (loop for off from 0 to 8 by 1/2 collect (make-note :off off</description><pubDate>Thu, 18 Jun 2026 17:29:00 GMT</pubDate></item></channel></rss>