Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

Lisp

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.

https://github.com/tommay/risp

Lazy lisp in ruby. It's not "cons should not evaluate its arguments", it's "eval should not evaluate its arguments."

lazy lazy-evaluation lisp lisp-interpreter ruby

Last synced: 18 Jan 2025

https://github.com/lechindianer/fp-talk

Intro talk on functional programming

functional-programming javascript lisp talk typescript

Last synced: 12 Jan 2025

https://github.com/james-p-d/nqueens

N-Queens solver in Common Lisp

common-lisp lisp n-queens n-queens-problem

Last synced: 18 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/james-p-d/lispdump

Dumping ground for miscellaneous Lisp scripts

lisp

Last synced: 18 Jan 2025

https://github.com/rosbit/go-elisp

an embeddable Lisp

embeddable extension golang lisp

Last synced: 15 Jan 2025

https://github.com/jjonescz/lisp-interpreter

Minimal LISP interpreter REPL in C++ (university project)

interpreter lisp repl

Last synced: 09 Feb 2025

https://github.com/ardac67/lisp_lisp

some works on lisp

lisp tokenizer-parser

Last synced: 18 Jan 2025

https://github.com/arbaaz/sicp

Structure and Interpretation of Computer Programs exercises

clisp lisp sicp-exercises

Last synced: 01 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/aerphanas/myquran-client

Indonesia myquran api client

common-lisp lisp

Last synced: 12 Feb 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/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/simonneutert/bb-map-tile-metrics

A babashka library and CLI tool for analyzing "slippy" map tile sets.

babashka cli clojure lisp

Last synced: 26 Jan 2025

https://github.com/damiencarol/lisp

LISP interpreter in C

interpreter lisp lisp-interpreter

Last synced: 16 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/lewismj/eta

Simple Lisp interpreter in Python.

lisp lisp-in python scheme

Last synced: 16 Nov 2024

https://github.com/seojuncha/lisp-beginner

Learn about Common Lisp programming.

beginner commonlisp lisp

Last synced: 12 Feb 2025

https://github.com/akash-akya/sudoku-solver

Sudoku solver in Common Lisp

lisp sudoku

Last synced: 21 Jan 2025

https://github.com/krzysckh/schemer

wrapper around raylib and chibi-scheme with batteries included.

lisp raylib scheme

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/iddm/lir

A lisp implementation for the rust interop.

clojure lir lisp rust

Last synced: 20 Jan 2025

https://github.com/arnaudcs/licence-informatique-um

Documents utiles et réalisés lors de mes années de licence à l'université de Montpellier.

c coq cpp html java js lisp python scheme

Last synced: 24 Dec 2024

https://github.com/souravbadami/dotemacs

Emacs Configuration.

emacs lisp

Last synced: 31 Jan 2025

https://github.com/eignnx/lispish

A Lisp clone written in Python3.6 and using the https://github.com/dabeaz/sly parser

lisp programming-languages python scheme sly

Last synced: 21 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/thecoachingonline/hello-lisp

Hello World LISP

lisp

Last synced: 03 Feb 2025

https://github.com/cwbowron/simple-lisp-chess-engine

Simplistic chess engine in Common Lisp

ai chess chess-engine common-lisp games lisp

Last synced: 30 Dec 2024

https://github.com/jl2/simple-gl

3D Graphics playground using modern OpenGL

3d graphics lisp opengl shaders

Last synced: 24 Jan 2025

https://github.com/rawleyfowler/clisp

Toy Lisp interpreter I poke at for fun

lisp lisp-interpreter

Last synced: 13 Feb 2025

https://github.com/hieberst/tlisp

TinyLISP is a LISP interpreter written in Forth

forth lisp

Last synced: 26 Dec 2024

https://github.com/jf17/hello-lisp

:octocat: hello-world on LISP lang

common-lisp hello-world lisp

Last synced: 12 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/divs1210/toyvm

ToyVM: Bytecode VM for a simple lisp

bytecode-compiler bytecode-interpreter clojure lisp virtual-machine

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.

2048-game lisp racket-lang

Last synced: 13 Feb 2025

https://github.com/jl2/cl-spotify

Common Lisp package for using the Spotify API.

lisp music spotify

Last synced: 24 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/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/ark2016/scheme

Scheme study (bmstu iu9)

bmstu bmstu-iu9 lisp scheme

Last synced: 17 Jan 2025

https://github.com/omasanori/schemebib

Scheme Bibliography

bibliography database lisp scheme

Last synced: 07 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/u-mulder/hexlet-sicp-exercises

Solutions for SICP course on hexlet.io

lisp scheme

Last synced: 31 Dec 2024

https://github.com/amahanna/stablemarriage

using different paradigms to solve the stable marriage problem

golang java lisp prolog

Last synced: 28 Dec 2024

https://github.com/slamko/rolfi

An extensible, customizable, free/libre application launcher - and more.

application-launcher extensible lisp rofi

Last synced: 21 Jan 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/42loco42/scheme48

The result of roughly following "Write yourself a Scheme in 48 Hours"

haskell lisp scheme

Last synced: 13 Jan 2025

https://github.com/slamko/escript

Emacs Lisp integrated shell scripting

dsl emacs emacs-lisp lisp scripting shell shell-script

Last synced: 21 Jan 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/elton2048/glizp

Lisp interpreter in zig; Learning purpose mainly

learning lisp zig

Last synced: 01 Feb 2025

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.

lisp scheme

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.

lisp

Last synced: 06 Feb 2025

https://github.com/sagnikc395/gungnir

an implementation of lisp, following mal lisp.

interpreter lisp

Last synced: 30 Dec 2024

https://github.com/phenax/sim-lisp

A dialect of lisp based on scheme

haskell lisp lisp-interpreter

Last synced: 16 Jan 2025

https://github.com/sagnikc395/smollisp

an LISP(1) interpreter following along norvig's blogpost.

bun js lisp

Last synced: 21 Dec 2024

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.

json-parser lisp prolog

Last synced: 09 Jan 2025

https://github.com/sagnikc395/schemester

Racket/Scheme learning journey.

lisp racket

Last synced: 09 Feb 2025

https://github.com/sclorentz/twinkling

A long, long period therm, and simple html engine that uses lisp instead of javascript

html-css-lisp lisp

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/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/bitbloxhub/litelisp

a small, efficient, productive, and powerful lisp

lisp lisp-dialect specification

Last synced: 23 Dec 2024

https://github.com/charbugs/donkey-lisp

A lisp-like toy programming language written in C

c lisp toy-language

Last synced: 31 Dec 2024

https://github.com/vendethiel/simplist

Just a simple list... parser... thingie...

lisp perl perl5

Last synced: 27 Jan 2025

https://github.com/vendethiel/readlist.cl

Common Lisp experiment

common-lisp lisp

Last synced: 27 Jan 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/inanyan/eng-ua-translator1

Rule based English to Ukrainian translator

english lisp nlp racket translator ukrainian

Last synced: 26 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/capjamesg/lisp-scripts

One-off scripts and experiments written in Lisp.

common-lisp lisp

Last synced: 08 Feb 2025

https://github.com/romanthekat/sicp

Structure and Interpretation of Computer Programs

lisp scheme sicp

Last synced: 05 Feb 2025

https://github.com/krzysckh/robusta

web framework for owl lisp

http lisp owl scheme web

Last synced: 20 Jan 2025

https://github.com/nklapste/cmput_325_assignment_1

Simple usage of common lisp!

lisp

Last synced: 04 Feb 2025

https://github.com/nklapste/cmput_325_assignment_2

CMPUT 325 Assignment 2

lisp university-project

Last synced: 04 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/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/daedsidog/bit-counter-benchmarks

Naive semi-idiomatic bit counter benchmarks for C, Rust, Java, Lisp, Forth, & Python.

benchmarks c clang ecl forth gcc gforth java lisp minforth rust sbcl vfxforth

Last synced: 09 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/barrettotte/cpp-lisp

[Unfinished] Following Make a Lisp (MAL) to code up a simple lisp interpreter. I wanted to learn more about lisp and refresh on C++.

cpp interpreter lisp repl

Last synced: 03 Feb 2025

https://github.com/mrk21/study_lisp

This repository is used to be studying LISP

lisp

Last synced: 20 Jan 2025

https://github.com/bobbicodes/towelie

A LISP interpreter for towels

c lisp

Last synced: 31 Jan 2025

https://github.com/bas080/sendscript

Write scripts in a JS DSL and run it on the server or somewhere else.

client-server json lisp rpc

Last synced: 09 Jan 2025

https://github.com/jcs-elpa/ueval

Universal Evaluation Utilities

emacs lisp tools ueval

Last synced: 10 Feb 2025