Login
Discover
Waves
Decks
Plus
Login
Signup
Topics
New
Trending
Hot
New
New
Trending
Hot
New
Payouts
Muted
Promoted
Global
Top communities
Create decentralized community
latest #lisp created topics on internet
simplestack
computerscience
2025-03-28 00:39
John McCarthy — A Mind Behind Artificial Intelligence
John McCarthy was a pioneering computer scientist whose groundbreaking work laid ...
$ 0.000
3
albro
Programming & Dev
2024-11-15 09:31
LISP Programming By albro
In this post, I have reviewed Lisp programming language. First, I got acquainted with this language and then I have stated some of its simple coding rules.
$ 1.362
280
1
bustillo
DBuzz
2021-12-23 19:44
#Lisp in #Conway's #Game of #Life
#Lisp in #Conway's #Game of #Life
$ 0.084
5
iobates
Programming & Dev
2021-04-14 21:24
Cards implemented in Common Lisp
Table of Contents 1. cards implemented in common lisp 1.1. Choosing the implementation 1.2. Compatibility 1.3. Performance 1.4. Code 1.4.1. Shuffling 1.5. Turns out loop is not well suited for this 1 cards
$ 1.942
34
1
pedrorrm-76
Invisible Horizons
2026-04-02 16:53
Promoted
My Old Man /Mi Viejo
I remember the day you asked me to get your glasses. You were tired; you barely had the strength to go on...
$ 1.975
298
2
iobates
Programming & Dev
2021-03-30 14:10
Better programming in the python ecosystem.
Table of Contents 1. A better python 1.1. Introducing Hy 1.2. Differences 1.2.1. Tuples 1.2.2. List 1.2.3. Set 1.2.4. Dict 1.3. Hy adds stuff to python 1.3.1. macro 1 A better python I am not entirely
$ 22.462
76
2
iobates
emacs
2021-02-14 19:38
Email in Emacs
A short piece on setting up email inside emacs, my continued series about configuring emacs
$ 0.000
0
titan-c
emacs
2020-12-19 06:16
Attachment files in plain text accounting
I have been using ledger to keep track of my expenses. It is simple, it doesn't interfere with my workflow, and I can edit data with my favorite text editor Emacs, because ledger only deals with plain
$ 0.000
0
1
master-lamps
DBuzz
2020-12-05 19:36
I found some koans in #lisp https://github.com/google/lisp-koans Poste ...
I found some koans in #lisp
$ 0.200
6
sbrdo143
Nature Observer
2026-04-03 16:51
Promoted
Genus Danaus
Latin NameObservation DateLocation Genus DanausApr 3, 2026Sreekola, Bangladesh Today I am back with another post. Today I am sharing a picture of an insect, we all know the name of the insect more or less,
$ 0.969
406
1
steevc
Programming & Dev
2020-07-29 19:50
Developing a Lisp
Early steps with Lisp programming
$ 7.637
153
14
deathking
dtube
2019-02-19 05:32
[SICP]计算机程序的构造和解释(Lec1b:计算过程) 中英双语字幕
《计算机程序的构造和解释》(Structure and Interpretation of Computer Programs, SICP)是一本关于计算机程序设计的总体性观念的基础教科书。作者是麻省理工学院的教授Harold Abelson 、Gerald Jay
$ 0.000
2
2
deathking
dtube
2019-02-19 05:22
[SICP]计算机程序的构造和解释(Lec1a:Lisp概览) 中英双语字幕
《计算机程序的构造和解释》(Structure and Interpretation of Computer Programs, SICP)是一本关于计算机程序设计的总体性观念的基础教科书。作者是麻省理工学院的教授Harold Abelson 、Gerald Jay
$ 0.000
1
adnan556644
steemhunt
2019-01-12 15:43
Lisp Badge - A handheld self-contained computer for programming
Lisp Badge A handheld self-contained computer for programming Screenshots Hunter's comment This is a self-contained handheld computer which contains its own keyboard and display. This is specially designed
$ 2.810
25
2
darth-azrael
photography
2026-03-30 22:41
Promoted
Vintage Photos - Lot 6 (186-189)
The photos in this set range from 1957 to 1967 and I believe they were all taken in Michigan.
$ 0.920
101
3
theemacsshibe
programming
2018-12-16 04:45
"How the strengths of Lisp-family languages facilitate building complex and flexible bioinformatics applications" by Bohdan B Khomtchouk, Edmund Weitz, Peter D Karp, and Claes Wahlestedt
Damn, interesting read. Some fun facts from the article: Development times for the Lisp programs ranged from 2 to 8.5 h, compared with 2 to 25 h for C/C ++ and 4 to 63 h for Java (programmer experience
$ 0.000
3
2
kinnard
education
2018-11-06 17:49
Working Bottom Up: why Warren Buffett Doesn't Get Blockchain
Working Bottom Up Why Warren Buffet Doesn't "get" Blockchain By Houston Physicist We believe blockchain technology and the movement it has spawned is the most important thing happening now, both
$ 0.000
4
1
zhaoyuxin
cn
2018-07-19 04:57
一个黑客的基本素养——《黑客与画家》读后
文章发在公众号RickyTalk 如果你认为那些搞技术的人是一群书呆子,你可能是对的。但是你要说他们除了技术什么都不懂,那就大错特错了。事实上,顶尖的“书呆子”往往对于这个世界有着最特立独行的看法,有些看法非常深刻和有预见性,甚至改变了世界。
$ 0.044
5
4
sundawning
gimp
2018-05-11 09:56
Batch Zooming Images with GIMP
Save below code to file "~/.gimp-2.8/scripts/images-scale-and-fit-canvas-to-layers.scm" and restart GIMP to use: (define (images-scale-and-fit-canvas-to-layers in-width in-height) (map (lambda
$ 0.000
0
cliffblank
weird
2026-04-02 06:17
Promoted
Redrum at a discount
Somebody has a macab sense of humour in the dollar store.
$ 0.134
3
1
sundawning
common-lisp
2018-05-09 06:56
ANSWER: LISP recursion using car/cdr
Question: Snapshot: See detailed step by step solution: Why answer this homework? Why not. Answer(There is actually no final answer, many places in the code can be improved.) (defun natos-englishs () (list
$ 0.000
1
sundawning
common-lisp
2018-05-08 07:27
Answer: LISP conditional loops
Question: Snapshot: The actual solution steps will be similar to the following, because the problem does not provide the relevant functions, the list as an example, can not solve the problem best: (let
$ 0.000
1
sundawning
programming
2018-05-08 06:48
Functional Programming Originates from the Urgent Need of Weak Mankind to Resist the Great Universe(en)
Take the Common Lisp program as an example. A Common Lisp program could have been just a function, but in order to make it easier for humans to read it, a function was split into multiple small functions.
$ 0.000
0
sundawning
programming
2018-05-07 23:04
函数式编程源自弱小人类对抗浩瀚宇宙的迫切需求
以Common Lisp程序为例。 一个Common
$ 0.000
0