techhub.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A hub primarily for passionate technologists, but everyone is welcome

Administered by:

Server stats:

4.6K
active users

#lisp

47 posts41 participants0 posts today

#lispyGopherClimate featuring @jeremy_list in one hour (at 0UTC Wednesday = 8pm Boston Tuesday)

anonradio.net:8443/anonradio

I wish that programmer in NZ meant jeremy_list in the general case and not just in the specific case!
#lisp #programming
#lambdaMOO #virtualReality
#secureScuttlebutt (finally explained #live) coming up soon.

Live discussion as always in the Sushi place on the model railway in the second guest bedroom of lambdahouse.

After @northernlights ' (#music) show #liveNow

Replied to thedæmon

@thedaemon wrote:
> Lisp or Scheme? Dialect? ... #lisp #scheme

Pick the one that people in a community to which you belong know and ideally program in.

_________
A pedantical sidenote: Common Lisp, Emacs Lisp, Scheme, etc. are no longer dialects, but languages of the same family.

Trying to decide how I want to spend the rest of my afternoons now that appointments are out of the way. I think I want to spend a little time polishing my #emacs config a bit, and then maybe futz around with #lisp

Hi, Lisp or Scheme? Dialect? I am a retro type of person who hates Rust and JavaScript. C89 is cool. I am trying to learn and just wanted to pick one to learn the specific oddities and need your help friends. #lisp #scheme

This 1981 videotape demonstrates some Interlisp applications developed at Xerox PARC: the Interlisp-D environment, the Eurisko AI discovery system, the Trillium GUI designer for Xerox copier control panels, the Debuggy intelligent tutoring system, and an expert system for integrated circuit design.

youtube.com/watch?v=TXujD1bF1NI

🌘 AI 程式設計範式回顧:Lisp 的獨特之處及其演變
➤ 探索Lisp在AI領域的歷史與現況
norvig.com/Lisp-retro.html
本文回顧了1997年出版的《AI 程式設計範式》(PAIP)一書,並探討了Lisp程式語言在人工智慧領域的獨特之處及其隨著時間推移的演變。作者分析了Lisp與Java和Python等其他語言在支援清單、記憶體管理、動態類型、一級函數、語法、互動環境和擴充性等八個關鍵面向的差異。儘管其他語言已經在某些方面迎上甚至超越了Lisp,但Lisp在某些方面仍保持著優勢,例如互動環境的成熟度。
+ 很有趣的分析,讓人更瞭解Lisp在AI發展中的地位,以及它與其他語言的差異。
+ 雖然我對Lisp不熟悉,但這篇文章讓我對它產生了興趣,想了解更多關於它的應用。
#程式語言 #AI #Lisp #Java #Python #效能分析

norvig.comA Retrospective on PAIP

How the Interpreter Acts (Programming in Emacs Lisp)
"interpreter returns a value, it may do something else as well, such as move a cursor or copy a file; this other kind of action is called a side effect. Actions that we humans think are important, such as printing results, are often side effects to the Lisp interpreter. It is fairly easy to learn to use side effects.

In summary, evaluating a symbolic expression most commonly causes the #Lisp interpreter to return a value and perhaps carry out a side effect; or else produce an error."

gnu.org/software/emacs/manual/.

www.gnu.orgHow the Interpreter Acts (Programming in Emacs Lisp)How the Interpreter Acts (Programming in Emacs Lisp)