CryptapeforCryptape Jungleblog.cryptape.com·Nov 15, 2024Satoshi Scoop Weekly, 15 Nov 2024Crypto Insights A Lisp for Bitcoin, More Powerful Than Script? The author has been long exploring a form of Lisp as an alternative to Bitcoin Script, previously proposing BTCLisp. Building on that, the author introduces BLL (a Basic Lisp Language), a...DiscussSatoshi Scoop WeeklyBlockchain development
Bhanuka Mallawaarachchiimbmax.com·Oct 4, 2024Portable emacs config without crazy load timeImagine you can just use package-install to install any Emacs package and have a painless way to reinstall the same packages when you move to a new system. usually what happens is when you install some package, Emacs modifies your custom-set-variable...Discuss·100 readsEmacs
DevNationdevnation.joshisfitness.com·Sep 12, 2023Lisp Flavoured Erlang -02Lisp, short for "List Processing," is a family of programming languages known for its distinctive, fully parenthesized prefix notation. Originally specified in 1960 by John McCarthy, Lisp is one of the oldest high-level programming languages still in...Discuss·29 readsErlang
Ulf HellströmProdbengineer.hashnode.dev·Aug 7, 2023Why use Emacs ?For many years, I primarily used vi or its variations, like vim and nvim, for the majority of my text editing tasks. It wasn't until 3-4 years ago that I discovered org-mode in Emacs, which completely transformed my editing and programming experience...Discuss·38 readsEmacs
Waseem Medhatwipdev.hashnode.dev·Jul 29, 2023Clojure as a LispThis is the first of hopefully many articles where I write down what I learn about Clojure but in a form where I compare it JavaScript. I like learning that way, and blog articles will help me better digest what I learn and also share it with the wor...DiscussClojure vs JavaScriptClojure
Travis Horntravishorn.com·Jun 15, 2023Exploring the Power and Beauty of Common Lisp during the #12in23 Programming ChallengeThis month marks the halfway point in the yearlong challenge. This time, I ventured into the realm of Common Lisp, the renowned Lisp dialect celebrated for its expressive capabilities and rich programming heritage. Intrigued by its reputation for ena...Discuss·191 reads#12in23 Challengeprogramming languages
Bhanuka Mallawaarachchiimbmax.com·May 22, 2023Vim to Lisp to EmacsNote: This is a post that I published in my blog on August 23, 2021, I'm re-posting it here since I'm planning to continue blogging here. Also, I'm now back on Neovim, after using Emacs for a full year, I might write a follow-up post sometime later. ...Discuss·211 readsvim
Azanaziichi.hashnode.dev·Mar 25, 2023LISP: A Blast from the PastHi Everyone! This is my first ever article and I wanted to write about the LISP Family of Programming Languages. Now, you might have never heard about a LISP language. That's because it's not a mainstream language. LISP is an acronym for List Process...Discuss·46 readsComputer Science
Paul Jankowskiclojurehacker.hashnode.dev·Oct 9, 2022How to learn ClojureI know I know, there are thousands of such topics all over the internet - but let me describe the best resources in my opinion: [Book] Clojure for the Brave and True - great book if you have no idea about any other LISP and Clojure. Mostly what you...Discuss·112 readsClojure
Mia Temmapicolisp-explored.com·Jun 7, 2022Data Visualization with D3.js and PicoLispOne of the many nice things of PicoLisp is that it comes with a built-in database. This makes it easy to collect and store our own data, for example via a mobile app. But not all data is best represented in tables and lists: sometimes a colorful litt...Discuss·3.3K readsWeb Application Developmentlisp