Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
Lisp
![](https://explore-feed.github.com/topics/lisp/lisp.png)
Lisp is the second-oldest high-level programming language in widespread use today. It was originally created as a practical mathematical notation for computer programs. Lisp pioneered many ideas in computer science, including tree data structures, automatic storage management, dynamic typing, and the self-hosting compiler.
- GitHub: https://github.com/topics/lisp
- Wikipedia: https://en.wikipedia.org/wiki/Lisp_(programming_language)
- Created by: John McCarthy
- Released: 1958
- Related Topics: commonlisp, common-lisp, quicklisp, sbcl, clojure, scheme, racket, newlisp,
- Last updated: 2025-02-15 00:17:02 UTC
- JSON Representation
https://github.com/juliannicholls/learning-lisp
My files of Lisp as I'm learning it from http://www.cs.sfu.ca/CourseCentral/310/pwfong/Lisp
Last synced: 13 Jan 2025
https://github.com/davep/fasta.el
Simple mode for working with FASTA files
bioinformatics dna editing editor elisp emacs emacs-lisp fasta genetics lisp
Last synced: 12 Jan 2025
https://github.com/cleoold/lisp-list-implementation
cons list implemented in other languages
Last synced: 22 Jan 2025
https://github.com/mxvish/lispexamples
emacs git github linux lisp macos open-source windows
Last synced: 02 Jan 2025
https://github.com/lross2k/practice-in-clisp
Simple implementations made in Common Lisp to practice different concepts
Last synced: 06 Feb 2025
https://github.com/miyako/4d-plugin-ecl
Use ECL (Embeddable Common-Lisp) in 4D.
4d-plugin 4d-plugin-apple-silicon lisp
Last synced: 11 Nov 2024
https://github.com/frozenlemontee/liscpp
A simple Scheme interpreter
cpp debugger interpreter lisp lisp-interpreter scheme scheme-interpreter
Last synced: 19 Jan 2025
https://github.com/erkin/rpnscm
CLI RPN calculator with REPL and batch evaluation support
calculator chicken-scheme lisp rpn rpn-calculator scheme
Last synced: 15 Jan 2025
https://github.com/omasanori/schemebib
Scheme Bibliography
bibliography database lisp scheme
Last synced: 07 Jan 2025
https://github.com/john-science/sicp-racket
Working through the SICP Textbook in Racket Scheme
education functional-programming language-design learning lisp racket racket-lang scheme sicp sicp-book
Last synced: 19 Jan 2025
https://github.com/vityok/cl-mediawiki-v
A very simple and incomplete MediaWiki (Wikipedia) API client implementation in Common Lisp
common-lisp lisp mediawiki-bot mediawiki-client wikipedia-bot wikipedia-scraper
Last synced: 25 Dec 2024
https://github.com/rhaeguard/cells
a spreadsheet app with lisp-like formulas
javascript lisp sheets spreadsheets
Last synced: 18 Jan 2025
https://github.com/cloudkj/lambda-autodiff
A library for automatic differentiation in Clojure
autodiff autograd clojure lisp machine-learning
Last synced: 19 Jan 2025
https://github.com/dzangfan/lineva
Linear evaluation macro system for Common Lisp
Last synced: 06 Jan 2025
https://github.com/brentseidel/light-tracker
Stepper motors to drive a pan and tilt head to track a light.
3d-printing ada arduino latex-document lisp
Last synced: 20 Jan 2025
https://github.com/seojuncha/lisp-beginner
Learn about Common Lisp programming.
Last synced: 12 Feb 2025
https://github.com/sarab97/euler
Solution for project euler problems in lisp
common-lisp euler-project euler-solutions lisp
Last synced: 14 Jan 2025
https://github.com/jl2/cl-libre-translate
Common Lisp package for using Libre Translate.
languages libre lisp translate translation
Last synced: 24 Jan 2025
https://github.com/jadedctrl/webtentacle
Webfinger implementation for Clack. (Mirror 🪞)
clack common-lisp fediverse lisp webfinger
Last synced: 21 Jan 2025
https://github.com/jl2/cl-spotify
Common Lisp package for using the Spotify API.
Last synced: 24 Jan 2025
https://github.com/jjonescz/lisp-interpreter
Minimal LISP interpreter REPL in C++ (university project)
Last synced: 09 Feb 2025
https://github.com/brentseidel/text-adventure
This is a text based adventure game like the old Adventure and Dungeon games on mainframes and minis.
Last synced: 20 Jan 2025
https://github.com/ryan-gordon/theory-of-algorithms-ca
algorithm lisp little-schemer racket scheme
Last synced: 20 Jan 2025
https://github.com/mrk21/study_lisp
This repository is used to be studying LISP
Last synced: 20 Jan 2025
https://github.com/eivindarvesen/lithpy
A Lisp implemented in C, following the book "Build Your Own Lisp"
build-your-own-lisp c interpreter lisp
Last synced: 17 Jan 2025
https://github.com/iconmaster5326/ithaca
Ithaca Lisp - A new Lisp, redesigned from the ground up
ithaca ithaca-lisp language lisp programming-language scheme
Last synced: 02 Feb 2025
https://github.com/farooqkz/msim
Simulating Mafia game with mafias, townies and fools!
common-lisp commonlisp game-simulation game-simulator lisp mafia mafia-game mafia-party-game sbcl simulation simulations werewolf werewolf-game
Last synced: 16 Jan 2025
https://github.com/nagan319/2048-lisp
Just a fun implementation of the 2048 game using Racket, a dialect of Lisp.
Last synced: 13 Feb 2025
https://github.com/fititnt/lisp-2.0-historical-books-and-code
Some historical books and code related to Lisp 2.0 and influence on other languages.
Last synced: 27 Jan 2025
https://github.com/iconmaster5326/csdoc
An in-place documentation system for Chicken Scheme.
chicken chicken-scheme chicken-scheme-eggs documentation documentation-tool lisp scheme
Last synced: 02 Feb 2025
https://github.com/younghakim7/lisp_language
lips & My Youtube Channel - GlobalYoung https://www.youtube.com/@GlobalYoung7
Last synced: 16 Jan 2025
https://github.com/simonneutert/bb-map-tile-metrics
A babashka library and CLI tool for analyzing "slippy" map tile sets.
Last synced: 26 Jan 2025
https://github.com/goneal26/crotchet
A LISP dialect with less `Shift`.
interpreter language lisp rust
Last synced: 09 Feb 2025
https://github.com/mxrnx/yabl
lisp-like language and interpreter
desugar desugarer interpreted-programming-language interpreter lisp lisp-interpreter parse parser programming-language
Last synced: 12 Jan 2025
https://github.com/rawleyfowler/clisp
Toy Lisp interpreter I poke at for fun
Last synced: 13 Feb 2025
https://github.com/polarhive/plisp
UE23CS242A: AFLL mini-project
automata coursework lexer lisp pesu ply ue23cs yacc
Last synced: 07 Feb 2025
https://github.com/galdor/advent-of-code-2023
Solutions for the Advent of Code 2023 in Common Lisp.
advent-of-code advent-of-code-2023 advent-of-code-2023-common-lisp advent-of-code-2023-lisp common-lisp lisp
Last synced: 03 Feb 2025
https://github.com/galdor/advent-of-code-2024
Solutions for the Advent of Code 2024 in Common Lisp.
advent-of-code advent-of-code-2024 advent-of-code-2024-lisp common-lisp lisp
Last synced: 03 Feb 2025
https://github.com/ogty/lisp-getting-started
👽 Lisp Getting Started
clisp common-lisp getting-started graph lisp
Last synced: 08 Jan 2025
https://github.com/mrjameshamilton/codingtasks
Some coding tasks from interviews or coding test websites
Last synced: 26 Dec 2024
https://github.com/xpdojo/scheme
Scheme was the first dialect of Lisp to choose lexical scope and the first to require implementations to perform tail-call optimization, giving stronger support for functional programming and associated techniques such as recursive algorithms.
Last synced: 06 Feb 2025
https://github.com/xpdojo/lisp
Lisp is a family of programming languages with a long history and a distinctive, fully parenthesized prefix notation.
Last synced: 06 Feb 2025
https://github.com/krzysckh/schemer
wrapper around raylib and chibi-scheme with batteries included.
Last synced: 20 Jan 2025
https://github.com/tahmidefaz/racket-image-gallery
A simple image gallery implemented with GUI in Racket
gui imagegallery lisp lisp-variant racket
Last synced: 16 Jan 2025
https://github.com/mxvish/mxvish
bash git github javascript linkedin linux lisp macos open-source python shell stackoverflow vim windows zsh
Last synced: 02 Jan 2025
https://github.com/myterminal/see-link
A tool to simplify working with external displays on Linux
common-lisp linux lisp x11 xrandr xserver
Last synced: 17 Jan 2025
https://github.com/ascarrambad/simple-json-parser
A simple JSON parser I’ve done as an assignment. It recognises a simplified JSON grammar and it is written both in Common Lisp and SWI-Prolog.
Last synced: 09 Jan 2025
https://github.com/diasbruno/http-server
This is just a test.
common-lisp http-server lisp server
Last synced: 08 Feb 2025
https://github.com/sclorentz/twinkling
A long, long period therm, and simple html engine that uses lisp instead of javascript
Last synced: 17 Jan 2025
https://github.com/kevindasilvas/lisp-eval
Lisp like evaluation for arithmetic expressions
elixir elixir-lang escript lisp
Last synced: 04 Feb 2025
https://github.com/u-mulder/hexlet-sicp-exercises
Solutions for SICP course on hexlet.io
Last synced: 31 Dec 2024
https://github.com/charbugs/donkey-lisp
A lisp-like toy programming language written in C
Last synced: 31 Dec 2024
https://github.com/galdor/cl-spacetraders
Common Lisp utilities to interact with the SpaceTraders online game API.
common-lisp lisp spacetraders spacetraders-api
Last synced: 03 Feb 2025
https://github.com/davep/geturl.el
Emacs package for getting the URL of the "topmost" browser window
browser elisp emacs emacs-lisp emacslisp lisp macos package url
Last synced: 06 Feb 2025
https://github.com/idorobots/low-level-linear-logic-lisp-like-language
An implementation of a low-level VM that can execute linear-logic-based dialect of Lisp.
language-design lisp ownership-types
Last synced: 13 Feb 2025
https://github.com/idorobots/match-compile
Figuring out how to compile `match` expressions in a simple Lisp dialect.
algorithms compilers lisp scheme
Last synced: 13 Feb 2025
https://github.com/ailrun/package-stack
emacs configuration manager
elisp emacs emacs-configuration lisp package package-manager package-stack
Last synced: 02 Feb 2025
https://github.com/romanthekat/sicp
Structure and Interpretation of Computer Programs
Last synced: 05 Feb 2025
https://github.com/p3r7/pidgins
norns fennel event processing sandbox
fennel lisp midi monome-grid monome-norns norns norns-script
Last synced: 09 Feb 2025
https://github.com/nklapste/cmput_325_assignment_1
Simple usage of common lisp!
Last synced: 04 Feb 2025
https://github.com/bitbloxhub/litelisp
a small, efficient, productive, and powerful lisp
lisp lisp-dialect specification
Last synced: 15 Feb 2025
https://github.com/netpyoung/cljpyoung.landoflisp
👽 Land of Lisp for Clojure
clojure clojurescript landoflisp lisp svg
Last synced: 13 Feb 2025
https://github.com/capjamesg/codename-apple
A static site generator for my blog posts. Built in Common Lisp.
common-lisp lisp static-site-generator
Last synced: 08 Feb 2025
https://github.com/teo-sl/university-courses-sem-1
Notes, exercises and experiments related to my college courses
ai apache-spark big-data docker game-theory java java-streams jupiter-notebook lisp machine-learning mpi planning python strips viola-jones
Last synced: 16 Jan 2025
https://github.com/bas080/sendscript
Write scripts in a JS DSL and run it on the server or somewhere else.
Last synced: 09 Jan 2025
https://github.com/janegwaww/practical-language-learning
language learning exercises
common-lisp common-lisp-language cpp haskell haskell-learning lisp practical-common-lisp
Last synced: 09 Feb 2025
https://github.com/amahanna/stablemarriage
using different paradigms to solve the stable marriage problem
Last synced: 28 Dec 2024
https://github.com/chhajedji/.emacs.d
Personal emacs config. Works on my system :P
elisp emacs emacs-lisp gnu-emacs lisp
Last synced: 05 Feb 2025
https://github.com/inanyan/eng-ua-translator1
Rule based English to Ukrainian translator
english lisp nlp racket translator ukrainian
Last synced: 26 Dec 2024
https://github.com/rhcarvalho/matrix-multiplication-comparison
Comparison of matrix multiplication by line and by column in different programming languages.
c common-lisp comparison fortran lisp matrix-multiplication python
Last synced: 12 Jan 2025
https://github.com/42loco42/scheme48
The result of roughly following "Write yourself a Scheme in 48 Hours"
Last synced: 13 Jan 2025
https://github.com/gkjohnson/cs161-ai-projects
Dump of UCLA Fall 2012 CS161 AI Class Projects
ai artificial-intelligence college college-project lisp
Last synced: 31 Dec 2024
https://github.com/lvntky/bootlisp
lisp programming language and interpreter that lives on 521B bootsector
ast boot bootloader bootsector lisp lisp-interpreter lisp-language low-level operating-system operating-systems
Last synced: 09 Feb 2025
https://github.com/jesperancinha/asnsei-the-right-waf
This repo is the initial repository for all my talks drafts. Everything begin with a sketch and this repo is super experimental and comprises of several technologies
actual android expect go gradle java java-21 jvm kotlin kotlin-android kotlin-multiplatform lisp maven open override scala study talks youtube
Last synced: 21 Jan 2025