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...DiscussErlang
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·46 readsEmacs
wipdevwipdev.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...Discuss·31 readsClojure 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·157 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·132 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·42 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·138 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.1K readsWeb Application Developmentlisp
Mia Temmapicolisp-explored.com·May 31, 2022Improving User Experience with Server-Sent EventsIn the last two posts, we have built a little app that shows the current location and displays the nearest ice cream shops: https://picolisp-explored.com/an-openstreetmap-app-written-in-picolisp-pt-1 https://picolisp-explored.com/an-openstreetmap-ap...Discuss·852 readsMobile App Developmentlisp
Mia Temmapicolisp-explored.com·May 24, 2022An OpenStreetMap App written in PicoLisp (Pt. 3)This is the third part of a little series which explains how to write a small app in PicoLisp that shows the nearest ice cream shops nearby. You might want to read the first two parts first: https://picolisp-explored.com/an-openstreetmap-app-written...Discuss·745 readsMobile App Developmentlisp