Search
Items tagged with: lisp
Directly compiling Scheme to WebAssembly: lambdas, recursion, iteration
https://spritely.institute/news/scheme-to-wasm-lambdas-recursion.html
Discussions: https://discu.eu/q/https://spritely.institute/news/scheme-to-wasm-lambdas-recursion.html
#lisp #programming #webassembly #webdev
Directly compiling Scheme to WebAssembly: lambdas, recursion, iteration! -- Spritely Institute - discu.eu
Discussions and related articles for «Directly compiling Scheme to WebAssembly: lambdas, recursion, iteration! -- Spritely Institute»discu.eu
Spring Lisp Game Jam 2023
A game jam from 2023-05-26 to 2023-06-08 hosted by technomancy & David Thompson. Lisp Game Jam is a recurring game jam taking place for a full 10 days. After the jam has finished, 3 days are given to everyone to try out the game su...itch.io
"The only really visible remnant of #Chaosnet is the CH DNS class. There’s something about that fact that I find strangely fascinating. The CH class is a vestigial ghost of an alternative network protocol in a world that has long since settled on TCP/IP. It’s exciting, at least to me, to know that the last traces of Chaosnet still lurk out there in the infrastructure of our networked society. The CH DNS class is a fun artifact of digital archaeology. But it’s also a living reminder that the internet was not born fully formed, that TCP/IP is not the only way to connect computers to each other, and that “the internet” is far from the coolest name we could have had for our global communication system."
https://twobithistory.org/2018/09/30/chaosnet.html
#lispmachines
A Short History of Chaosnet
Chaosnet is a long-extinct network protocol. But traces of it survive in the plumbing of the internet.twobithistory.org
Link: https://project-mage.org
Discussion: https://news.ycombinator.com/item?id=34380373
#lisp
Project Mage
Project Mage is a quest for seamless structural editing, a decent GUI toolkit, and, overall, an environment where interactivity, flexibility and power are valued very highly.project-mage.org
Laugh a little! 😃
https://freeshell.de/nimiux/
https://yewtu.be/watch?v=Ajg9mfYcaDs
#commonlisp #elisp #emacs #lisp
STT e46: Learn Lisp!
Hey folks! Sorry this one is a day late. I had to redact some confidential information and it took a little extra time.Steve Yegge | Invidious
Link: https://borretti.me/article/astronomical-calculations-for-hard-sf-common-lisp
Discussion: https://news.ycombinator.com/item?id=34058658
#lisp
Astronomical Calculations for Hard SF in Common Lisp
Hard SF worldbuilding with the HYG database, Dijkstra's algorithm, and Lisp.Fernando Borretti
https://200ok.ch/posts/2022-12-06_how_much_did_you_get_done_today.html
Discussions: https://discu.eu/q/https://200ok.ch/posts/2022-12-06_how_much_did_you_get_done_today.html
#emacs #lisp #programming
How much did you get done today?
This is a quick productivity hack to show all added or removed TODO statements across all Org mode agenda files.200ok.ch
https://www.hhyu.org/posts/generator_and_continuation/
Discussions: https://discu.eu/q/https://www.hhyu.org/posts/generator_and_continuation/
#lisp #programming #scheme
Beautiful ideas in programming: generators and continuations
Science, programming, books, and other interesting stuffCortically Magnified
http://xahlee.info/comp/Common_Lisp_quotations.html
Discussions: https://discu.eu/q/http://xahlee.info/comp/Common_Lisp_quotations.html
#lisp #programming
Famous Programers on How Common Lisp Sucks - discu.eu
Discussions and related articles for «Famous Programers on How Common Lisp Sucks»discu.eu
resident. Some topics I'm interested into:
#neuroscience #cognitivescience #neuroimaging #pathology #virology
#bioinformatics #socialism #pacifism #minimalism #collectivism
#cooperatives #environmentalism #climatechange #sustainability
#permaculture #vegan #existentialism #posthumanism #postmodernism #scifi
#cyberpunk #foss #unix #netbsd #sdf #gopher #privacy #bbs
#decentralization #selfhosting #lisp #retrocomputing
Hissp implements a #Lisp dialect using a subset of functional Python. Hissp is written using a tree of nested tuples containing strings. Hissp provides a more traditional language called #Lissp, which is read into Hissp before being converted to Python. Hissp supports macros, a Lissp REPL, as well as full use of any modules or functions available to Python.
Website 🔗️: https://github.com/gilch/hissp
#free #opensource #foss #fossmendations #programming
GitHub - gilch/hissp: It's Python with a Lissp.
It's Python with a Lissp. Contribute to gilch/hissp development by creating an account on GitHub.GitHub