Click here to Skip to main content
15,868,141 members
Everything / Programming Languages / Lisp

Lisp

Lisp

Great Reads

by David Jeske
re: Why Lisp doesn't catch on.
by Dave Ceddia
Immutability can be a confusing topic, and it pops up all over the place in React, Redux, and JavaScript in general.
by Alexander Gutev
This post provides an overview of the new features version 0.5 of the Tridash programming language brings.
by Alexander Gutev
This post begins with a description of the State Management Problemand various solutions to it offered by today's programming languages. The final section details the solution provided by version 0.8 of the Tridash programming language.

Latest Articles

by Alexander Gutev
This post begins with a description of the State Management Problemand various solutions to it offered by today's programming languages. The final section details the solution provided by version 0.8 of the Tridash programming language.
by Alexander Gutev
This post provides an overview of the new features version 0.5 of the Tridash programming language brings.
by Alexander Gutev
Another Programming Language?. CodeProjectI recently released version 0.4, the first version that is remotely usable, of Tridash, a programming language I've been working on...
by Dave Ceddia
Immutability can be a confusing topic, and it pops up all over the place in React, Redux, and JavaScript in general.

All Articles

Sort by Score

Lisp 

18 May 2017 by David Jeske
re: Why Lisp doesn't catch on.
5 Dec 2015 by Ravi Bhavnani
I'm psyched you're 15 and interested in AI!  My interest in AI didn't start until grad school, and I was fortunate enough to spend the first eight years of my career (in the late 80's) working at DEC's AI Technology Center where I got to work with John McDermott and others on XCON[^], the...
5 Dec 2015 by Afzaal Ahmad Zeeshan
Ok, apart from what Ravi has said (with much respect to that answer), artificial intelligence is mostly done "without" graphical user-interface. Most of the stuff is being done in a mainframe or a supercomputer and only a "text" response is sent to your GUI application. Like Ravi mentioned...
22 May 2016 by CHill60
I've had my comment verified...I don't know Lisp but I would guess that changing and >= to
17 Sep 2018 by Dave Ceddia
Immutability can be a confusing topic, and it pops up all over the place in React, Redux, and JavaScript in general.
18 Apr 2016 by Kalidas Panchal
Hi Friend,Please use this. hope this will help to you. string query1 = SELECT count (distinct DESC7) FROM ix_spc_planogram (NOLOCK) WHERE dbstatus= 1"; string query2 = SELECT count (distinct EquipmentType) FROM Csg_Range_In_Store (NOLOCK) WHERE DisplayGroup IN ('"+ query1+...
22 May 2016 by Kamal Yusuf
I want to write a program which prints my list in descending order but what i could do it to do it in ascending order. So how do i now convert it to descending?(define (in-order ls) (cond ((null? ls) ls) ((
5 Sep 2019 by Alexander Gutev
This post provides an overview of the new features version 0.5 of the Tridash programming language brings.
15 Jan 2020 by Alexander Gutev
This post begins with a description of the State Management Problemand various solutions to it offered by today's programming languages. The final section details the solution provided by version 0.8 of the Tridash programming language.
1 Jul 2020 by OS-den
in Autolisp (vl-remove-if-not '(lambda (x) (member x list2)) list1)
31 Aug 2019 by Alexander Gutev
Another Programming Language?. CodeProjectI recently released version 0.4, the first version that is remotely usable, of Tridash, a programming language I've been working on...
20 Jun 2016 by Kornfeld Eliyahu Peter
Let me google that for you[^]
20 Jun 2016 by Laurentiu Bobora
I want to learn basic things about lisp.I want to know what guided by data lisp programming.What I have tried:Can you give an example ? Please
5 Dec 2015 by brandon1999
hi, i want to build an Artificial Intelligence for windows so, how can i do that ? i want to make something that i can talk with it and work with it ( example : when i said play the "mission impossible movie" it open the movie or when i said search for c# codes it search all of the internet that...
18 Apr 2016 by Member 11706445
How to use query1 column Display Group into query 2 in the below c# code. I have denoted the place where i want to put query1 column by ???? symbol.[Test] [Category(TestType.NeedsDeployment)] public void PopulateRangeInStores() { ...
1 Jul 2020 by Laurentiu Bobora
How to compare two list of elements in lisp without eq, equal, equalp, eql?What I have tried:Using macro or simple function
1 Feb 2017 by Member 12863707
I am new to Lisp and this is the first function I have written. I am trying write a lisp function (without using the remove lisp function) that takes a list from user input and an item from the list the user wishes to see removed. If the user entered item is in the list, to remove it from the...