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-09 00:17:21 UTC
- JSON Representation
https://github.com/rajasegar/cl-employee-db
Sample Employee database app with Common Lisp
caveman2 common-lisp demo lisp
Last synced: 18 Jan 2025
https://github.com/coalton-lang/coalton-mode
An Emacs major mode for Coalton.
coalton common-lisp emacs lisp
Last synced: 12 Oct 2024
https://github.com/shellyln/liyad-lisp-pkg-example
javascript lisp liyad-cli node nodejs
Last synced: 29 Jan 2025
https://github.com/hymkor/strict-lsp
strict.lsp - variables checker for CAD's Lisp
autocad autolisp bricscad lisp
Last synced: 10 Feb 2025
https://github.com/eric-gilles/vm_compiler_lisp
VM et Compilateur réalisé en Common LISP
common-lisp compiler lisp virtual-machine vm
Last synced: 16 Jan 2025
https://github.com/twolodzko/schemero
Minimal Scheme implementation in Erlang/OTP
erlang erlang-otp lisp lisp-interpreter scheme scheme-interpreter
Last synced: 22 Dec 2024
https://github.com/zeroplayerrodent/hectors-maze
Classic-style arcade maze game
Last synced: 25 Jan 2025
https://github.com/monkeyjunglejuice/monkeyjunglejuice.github.io
My personal blog about learning programming and other things I'm interested in :D
beginner beginner-friendly beginners-guide common-lisp emacs learn-to-code learning-notes lisp ocaml tutorials
Last synced: 13 Jan 2025
https://github.com/9andresc/sicp-solutions
My tough journey learning the dialect Scheme from Lisp.
Last synced: 04 Feb 2025
https://github.com/zeroplayerrodent/sketch-games
Simple games created in Common Lisp!
Last synced: 25 Jan 2025
https://github.com/shellyln/liyad-webapp-example
javascript lisp liyad-cli lsx node nodejs
Last synced: 29 Jan 2025
https://github.com/chrrs/lisp
An interpreted lisp language in Go
go golang hobby language lisp lisp-dialect programming-language
Last synced: 10 Feb 2025
https://github.com/pheuter/lithon
A toy compiler that translates a small subset of Scheme into Python
compiler lisp python scheme toy-compiler
Last synced: 16 Jan 2025
https://github.com/lebrancconvas/hackerrank-functional-programming
Programming in Functional Programming by using Hackerrank Problem.
clojure elixir erlang fsharp functional-programming hackerrank haskell lisp ocaml racket scala
Last synced: 08 Jan 2025
https://github.com/kdridi/lisp.js
A super tiny LISP interpreter
educational educational-project lisp lisp-interpreter
Last synced: 11 Jan 2025
https://github.com/robinboers/signo
Experimental compiler for Lisp-inspired language, written in Elixir.
compiler elixir interpreter lisp
Last synced: 22 Jan 2025
https://github.com/droptheplot/yal
Yet another Lisp transpiler to Go source code
go golang lisp lisp-compiler lisp-variant
Last synced: 24 Jan 2025
https://github.com/ubaldop/little-scm-garden
It contains notes and examples taken while reading 'The Little Schemer'.
Last synced: 08 Jan 2025
https://github.com/leizongmin/gpt-lisp
GPT-Lisp is a simple Lisp interpreter implemented with the help of Claude, Anthropic's Constitutional AI assistant. Claude guided me through the process of designing, implementing, and testing the interpreter using C.
ai claude claude-ai gpt gpt-4 lisp lisp-interpreter
Last synced: 19 Dec 2024
https://github.com/severen/luna
A hobby implementation of Scheme (R⁷RS) for fun and great profit!
interpreter language lisp programming-language rust scheme
Last synced: 07 Jan 2025
https://github.com/severen/xturtle
A Scheme-controlled turtle graphics program for Linux/X11.
cairo linux lisp scheme turtle-graphics x11 xcb xorg
Last synced: 07 Jan 2025
https://github.com/diasbruno/cli.cl
Create a command-line parser and runner.
cli command-line-utility common-lisp lisp
Last synced: 08 Feb 2025
https://github.com/guxingke/truffle-demo
graal truffle demo, simple calc impl.
graalvm lisp programming-language truffle
Last synced: 22 Jan 2025
https://github.com/davep/qrencode.el
Emacs wrapper for qrenco.de
emacs emacs-lisp lisp qr qr-code qrcode qrcode-generator qrencode
Last synced: 25 Jan 2025
https://github.com/opensourcedoc/cl-boilerplate-application
Common Lisp Boilerplate to Build an Application
boilerplate-application common-lisp lisp
Last synced: 06 Jan 2025
https://github.com/davep/insert.el
Commands for inserting things into the current buffer
elisp emacs emacs-lisp lisp text text-editing
Last synced: 12 Jan 2025
https://github.com/twolodzko/luali
Minimal Scheme interpreter in Lua
lisp lisp-interpreter lua scheme scheme-interpreter
Last synced: 22 Dec 2024
https://github.com/r0man/sqlingvo.ksql
A Clojure DSL to build SQL statements for KSQL DB.
clojure clojurescript dsl ksql lisp sql
Last synced: 19 Jan 2025
https://github.com/davep/slstats.el
Acquire and display stats about Second Life
elisp emacs information lisp second-life secondlife statistics virtual-reality
Last synced: 25 Jan 2025
https://github.com/khakimio/sicp-racket
📕 SICP an excellent computer science text used in introductory courses at MIT
car cdr computer-science cons lisp pairs racket sicp
Last synced: 28 Jan 2025
https://github.com/krzysztof-magosa/lisper-swift
LISP dialect implemented in Swift
lisp lisp-dialect lisp-interpreter
Last synced: 21 Jan 2025
https://github.com/rokf/howl-lfe
Lisp Flavoured Erlang (LFE) bundle for Howl
bundle extension howl-editor lfe lisp
Last synced: 21 Jan 2025
https://github.com/wunki/cl-example
Example Common Lisp project to get you started quickly.
Last synced: 31 Jan 2025
https://github.com/ivangael/go-lispinterpreter
Simple implementation of lisp interpreter in Go
go golang lisp lisp-interpreter
Last synced: 09 Jan 2025
https://github.com/zeroplayerrodent/duck-and-cover-64
Duck and Cover for the Commodore 64!
assembly commodore commodore-64 compiler game lisp
Last synced: 13 Jan 2025
https://github.com/stacksmith/trivial-project
A simple and effective Common Lisp project generator with a generic key-value substition mechanism.
Last synced: 02 Jan 2025
https://github.com/delonnewman/kigo
Ruby is already pretty lispy let's take it the rest of the way.
lisp lisp-compiler lisp-dialect lisp-interpreter ruby
Last synced: 05 Feb 2025
https://github.com/juliojimenez/l
L Programming Language
l lisp llang r7rs r7rs-scheme r7rs-small scheme
Last synced: 13 Jan 2025
https://github.com/delonnewman/wonderscript-alpha
A lisp for the web
cross-compile javascript lisp lisp-compiler meta-language transpiler web-development
Last synced: 05 Feb 2025
https://github.com/gramian/matrico
A flonum matrix module for CHICKEN Scheme.
chicken-egg chicken-scheme chicken-scheme-eggs linear-algebra lisp matrix-calculations matrix-computations matrix-library numerical-computation numerical-computing scheme scheme-language scheme-library scientific-computing
Last synced: 11 Jan 2025
https://github.com/hymkor/lispect
A text-terminal automation tool similar to expect(1) using the subset of ISLisp
commandprompt expect go golang golang-application golang-tools islisp lisp terminal windows
Last synced: 08 Feb 2025
https://github.com/8dcc/tinylisp
Simple Lisp REPL in C
interpreter lisp repl tinylisp
Last synced: 07 Jan 2025
https://github.com/manorajesh/laspa
Lisp-like Language with LLVM Backend
lisp llvm programming-language rust
Last synced: 24 Jan 2025
https://github.com/bl33h/fibonacciandfactorial
A project that includes two LISP programs: one for factorials and the other for Fibonacci sequences. They use recursion, prompt user input, and display results efficiently.
factorial factorial-calculation fibonacci fibonacci-sequence lisp recursion
Last synced: 21 Jan 2025
https://github.com/mxrnx/soykaf
Scheme textboard engine
bbs chicken chicken-scheme lisp scheme scm textboard
Last synced: 12 Jan 2025
https://github.com/dnlbb/scheme-mstu
This repository contains solutions for homework and laboratory work on the basics of computer science MSTU.
Last synced: 19 Jan 2025
https://github.com/shellyln/menneu-md-notebook
Ménneu Markdown Notebook - Edit markdown locally w/o installing any apps.
chartjs html javascript lisp markdown
Last synced: 29 Jan 2025
https://github.com/8dcc/lisp-stuff
Stuff I made while learning Common Lisp, Emacs Lisp and Scheme
common-lisp emacs-lisp lisp scheme stuff
Last synced: 07 Jan 2025
https://github.com/shamazmazum/jpeg-turbo
Common Lisp wrapper for libjpeg-turbo
Last synced: 09 Feb 2025
https://github.com/shellyln/zirconia
Report rendering library for Salesforce LWC and Visualforce
chartjs html lex lightning lisp lsx lwc plantuml qrcode reporting reporting-tool salesforce visualforce
Last synced: 29 Jan 2025
https://github.com/zaoqi/monad.rkt
Monad . Racket
lisp lisp-library racket racket-library scheme
Last synced: 08 Feb 2025
https://github.com/shellyln/kanban-board-for-kintone
Kanban board for kintone
javascript kanban kanban-board kintone lisp liyad menneu
Last synced: 29 Jan 2025
https://codeberg.org/seigakaku/cl-pledge-unveil
CFFI interface for OpenBSD's pledge(2) and unveil(2).
common-lisp lisp openbsd security
Last synced: 24 Jan 2025
https://github.com/ne1ro/attendance-api
Attendance service API written in Clojure
Last synced: 09 Jan 2025
https://github.com/xlisp/jim-emacs-fun-hy-lisp
Differentiable Programming: Lisp deep learning by hylang
deep-learning differentiable-programming functional-programming hylang lisp
Last synced: 26 Dec 2024
https://github.com/xlisp/jim-emacs-fun-hylisp-keras
将哲学保存到每一个Lisp原子里面
compute-code functional-programming hack hylang keras lisp
Last synced: 26 Dec 2024
https://github.com/lastaapps/lispik
TinyList interpreter - TinyList is a small subset of Lisp constructs. This project contains a lexer, parser, compiler and SECD virtual machine.
arrow-kt ctu ctu-fit kotlin lisp lisp-interpreter tiny-lisp
Last synced: 01 Jan 2025
https://github.com/myterminal/story-slicer
A command-line tool to slice videos for social-media stories
common-lisp ffmpeg lisp sbcl social-media
Last synced: 17 Jan 2025
https://github.com/ch4r0on/myemacs
My emacs configuration
common-lisp elisp emacs emacs-configuration emacs-customizations emacs-lisp emacs-theme environment-dev lisp mydotfiles scheme
Last synced: 22 Jan 2025
https://github.com/davep/winsplit.el
Simple commands for splitting emacs windows
elisp emacs emacs-lisp gnu-emacs lisp window
Last synced: 25 Jan 2025
https://github.com/tom-weatherhead/thaw-grammar
Implementations of the grammars of several programming languages, including LISP, Scheme, Prolog, and the Lambda Calculus.
grammars interpreter lambda-calculus lisp programming-languages prolog scheme typescript
Last synced: 17 Jan 2025
https://github.com/jw3126/lisph
Lisp interpreter written in Haskell
haskell interpreter lisp toy-language
Last synced: 10 Feb 2025
https://github.com/caizhiyuannn/emacs.d
emacs 配置文件
dotfile emacs emacs-configuration lisp
Last synced: 09 Jan 2025
https://github.com/mcejp/stak
A game programming language that nobody should use
game-programming-language lisp s-expressions stack-machine
Last synced: 22 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/maheshkumar-novice/sicp
SICP Reading, Learning and Exercises
computer-science lisp scheme sicp
Last synced: 01 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/elton2048/glizp
Lisp interpreter in zig; Learning purpose mainly
Last synced: 01 Feb 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/kajizukataichi/kajisp
Simple, easy to understand, high-performance and safe LISP dialect
lisp lisp-dialect lisp-interpreter
Last synced: 25 Dec 2024
https://github.com/davep/quiz.el
Trivia quiz game for GNU Emacs, using Open Trivia DB as the back end
elisp emacs emacs-lisp game lisp quiz trivia
Last synced: 25 Jan 2025
https://github.com/krzysckh/schemer
wrapper around raylib and chibi-scheme with batteries included.
Last synced: 20 Jan 2025
https://github.com/wi11dey/pwdgen.el
Generate secure passwords without leaving Emacs
emacs lisp password password-generator security
Last synced: 24 Jan 2025
https://github.com/falconlee236/lispinterpreter_in_cpp
Please Commit!
c cpp interpreter interpreter-lisp lisp lisp-interpreter lisp-like newbie newbie-code star
Last synced: 26 Dec 2024
https://github.com/mrjameshamilton/adventofcode2017
My solutions to Advent of Code 2017
adventofcode adventofcode2017 java lisp python scala
Last synced: 26 Dec 2024