Login
Discover
Waves
Communities
Login
Signup
Topics
#lisp
Global
Trending
Hot
New
Top
#lisp
New
Top communities
Create your community
latest #lisp created topics | Ecency
simplestack
computerscience
1y
!
Low reputation account with an unverified outbound link, Reveal content
John McCarthy — A Mind Behind Artificial Intelligence
John McCarthy was a pioneering computer scientist whose groundbreaking work laid ...
$ 0.000
3
albro
Programming & Dev
2y
Published via Ecency
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
8
bustillo
DBuzz
5y
#Lisp in #Conway's #Game of #Life
#Lisp in #Conway's #Game of #Life
iobates
Programming & Dev
5y
Published via Ecency
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
meme-collector
lols
6d
Published via Ecency
Promoted
Confucius says/Konfuzius sagt
Bilder mit KI erstellt
iobates
Programming & Dev
5y
Published via Ecency
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
iobates
emacs
6y
Email in Emacs
A short piece on setting up email inside emacs, my continued series about configuring emacs
titan-c
emacs
6y
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
master-lamps
DBuzz
6y
I found some koans in #lisp https://github.com/google/lisp-koans Poste ...
I found some koans in #lisp
isaacmartiubeda
Scrobble.life
20h
Promoted
Movie Review: Gran Turismo [ESP-ENG]
Hola, ¿cómo están? Saludos a todos, comunidad de Scrooble Life. Vengo nuevamente a escribir en esta increíble comunidad sobre otra película. En esta ocasión, voy a escribir sobre la película Gran Turismo:
steevc
Programming & Dev
6y
Developing a Lisp
Early steps with Lisp programming
deathking
dtube
8y
!
Low reputation account with an unverified outbound link, Reveal content
[SICP]计算机程序的构造和解释(Lec1b:计算过程) 中英双语字幕
《计算机程序的构造和解释》(Structure and Interpretation of Computer Programs, SICP)是一本关于计算机程序设计的总体性观念的基础教科书。作者是麻省理工学院的教授Harold Abelson 、Gerald Jay
deathking
dtube
8y
!
Low reputation account with an unverified outbound link, Reveal content
[SICP]计算机程序的构造和解释(Lec1a:Lisp概览) 中英双语字幕
《计算机程序的构造和解释》(Structure and Interpretation of Computer Programs, SICP)是一本关于计算机程序设计的总体性观念的基础教科书。作者是麻省理工学院的教授Harold Abelson 、Gerald Jay
adnan556644
steemhunt
8y
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
tonyes
StemSocial
1d
Published via Ecency
Promoted
[ENG/ESP] Science, Technology, Environment and Life / Ciencia, Tecnología, Medio Ambiente y Vida
For much of modern history, we have conceived of the relationship between science, technology, the environment, and life as a linear hierarchy: science discovers the laws of nature, technology uses them
theemacsshibe
programming
8y
!
Low reputation account with an unverified outbound link, Reveal content
"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
kinnard
education
8y
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
zhaoyuxin
cn
8y
一个黑客的基本素养——《黑客与画家》读后
文章发在公众号RickyTalk 如果你认为那些搞技术的人是一群书呆子,你可能是对的。但是你要说他们除了技术什么都不懂,那就大错特错了。事实上,顶尖的“书呆子”往往对于这个世界有着最特立独行的看法,有些看法非常深刻和有预见性,甚至改变了世界。
sundawning
gimp
8y
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
rayhanhiveman
Town Square
2d
Published via Ecency
Promoted
The Power Up That Became a Habit | Hive Power Up Day
Hello everyone, how are you all? I hope you're doing fine. I am doing well too but it's been a busy week sadly. But I feel happy today because it's September 1, 2026. It's the day of Hive Power Up. August
sundawning
common-lisp
8y
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
sundawning
common-lisp
8y
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
sundawning
programming
8y
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.
sundawning
programming
8y
函数式编程源自弱小人类对抗浩瀚宇宙的迫切需求
以Common Lisp程序为例。 一个Common
Older →