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/matheus-hrm/lpp

Linguagens e Paradigmas de Programação

lisp lua racket-lang scheme

Last synced: 07 Jan 2025

https://github.com/sonicfrog/l3

A compiler for the L³ programming language

compiler epfl lisp scala

Last synced: 16 Dec 2024

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/8dcc/tinylisp

Simple Lisp REPL in C

interpreter lisp repl tinylisp

Last synced: 07 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/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/laluxx/bloatedmacs

Bloated emacs configuration

emacs lisp

Last synced: 03 Jan 2025

https://github.com/9andresc/sicp-solutions

My tough journey learning the dialect Scheme from Lisp.

hard lisp scheme

Last synced: 04 Feb 2025

https://github.com/federicotdn/emacs.d

Personal GNU Emacs configuration files

config customize elisp emacs init lisp

Last synced: 16 Nov 2024

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/ubaldop/little-scm-garden

It contains notes and examples taken while reading 'The Little Schemer'.

lisp little-schemer scheme

Last synced: 08 Jan 2025

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/kongeor/taty

A small lisp written in java

java lisp toy

Last synced: 30 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/krzysztof-magosa/lisper-swift

LISP dialect implemented in Swift

lisp lisp-dialect lisp-interpreter

Last synced: 21 Jan 2025

https://github.com/stacksmith/trivial-project

A simple and effective Common Lisp project generator with a generic key-value substition mechanism.

common common-lisp lisp tools

Last synced: 02 Jan 2025

https://github.com/zeroplayerrodent/c64-minigames

Minigames for the Commodore 64!

assembly commodore-64 lisp retrogaming

Last synced: 06 Feb 2025

https://github.com/jcs-legacy/fuz-bin

Same with fuz.el but with pre-built binaries.

fuzzy lisp sublime

Last synced: 20 Dec 2024

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/juliojimenez/l

L Programming Language

l lisp llang r7rs r7rs-scheme r7rs-small scheme

Last synced: 13 Jan 2025

https://github.com/integral-dw/loopy

Skeleton(s) to auto-insert loop macros in Elisp and Common Lisp

common-lisp emacs emacs-lisp emacs-package lisp

Last synced: 17 Dec 2024

https://github.com/jotaen/scmunit

Lightweight unit testing and assertion library for MIT Scheme.

lisp mit-scheme scheme scheme-language testing

Last synced: 10 Jan 2025

https://github.com/joshthelion/plotscript

My semester project for ECE 3574, Applied Software Design (it's a bit messy, I need to go back and clean it up when I have time)

interpreter lisp prefix-notation

Last synced: 17 Jan 2025

https://github.com/fmind/genius

An implementation of LISP Scheme based on Haskell

compiler haskell language lisp scheme

Last synced: 24 Dec 2024

https://github.com/jw3126/lisph

Lisp interpreter written in Haskell

haskell interpreter lisp toy-language

Last synced: 18 Dec 2024

https://github.com/hymkor/strict-lsp

strict.lsp - variables checker for CAD's Lisp

autocad autolisp bricscad lisp

Last synced: 18 Dec 2024

https://github.com/hymkor/lispread

Lisp/Spread

csv go golang islisp lisp spread tsv

Last synced: 18 Dec 2024

https://github.com/blazecolour/sicp

my solutions on SICP exercises

lisp racket scheme sicp

Last synced: 30 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/accraze/cl-searx

metasearch client

lisp searx

Last synced: 10 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/luizgabriel/lispinterpreter

A Lisp-Like Interpreter written in Rust using Parser Combinators

interpreter lisp parser-combinators repl rust

Last synced: 19 Dec 2024

https://github.com/kevorr/cl-pwn

A Common Lisp port of pwntools

ctf ctf-tools lisp

Last synced: 25 Dec 2024

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/susji/lisby

Scheme-like Lisp compiler and a VM. Sort of works!

compilers lisp scheme virtual-machine

Last synced: 14 Dec 2024

https://github.com/idorobots/.emacs.d

My Emacs config.

dotfiles emacs lisp

Last synced: 20 Dec 2024

https://github.com/shellyln/mdne-electron

Markdown Neo Edit for Electron - A simple markdown and code editor powered by Markdown-it, Ace and Electron.

ace code-editor editor electron lisp liyad lsx markdown markdown-editor markdown-it markdown-to-html menneu pdf puppeteer pwa

Last synced: 19 Dec 2024

https://github.com/kyleect/cid-lang

An (on going) implementation of a Scheme based language.

lisp programming-language programming-languages s-expressions scheme

Last synced: 21 Dec 2024

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/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/cwchentw/cl2js

Convert Common Lisp to JavaScript with Parenscript

common-lisp common-lisp-tools javascript-translator lisp parenscript

Last synced: 17 Jan 2025

https://github.com/joajfreitas/flox

Bytecode interpreted LISP in Rust

lisp rust vm

Last synced: 30 Jan 2025

https://github.com/joeljuca/hello-cljs

My Hello World in ClojureScript

clojure clojurescript hello-world lisp

Last synced: 11 Jan 2025

https://github.com/davep/itch.el

Emacs package for working with the *scratch* buffer

elisp emacs emacs-lisp lisp

Last synced: 12 Jan 2025

https://github.com/lochrist/unilisp

UniLisp is a small Lisp interpreter with a Unity integration

interpreter lisp unity

Last synced: 12 Jan 2025

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/opensourcedoc/cl-boilerplate-application

Common Lisp Boilerplate to Build an Application

boilerplate-application common-lisp lisp

Last synced: 06 Jan 2025

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

A basic Lisp interpreter in Nim

lisp lisp-interpreter nim nim-lang peter-norvig

Last synced: 18 Jan 2025

https://github.com/jig/lisp

Derived MAL (Lisp/Clojure) implementation

clojure go golang lisp

Last synced: 12 Jan 2025

https://github.com/aegwenia/aegwenia.github.io

Personal project page of Bezděk Miroslav. C89; Ansi C; Mal.

ansi c c89 lisp mal

Last synced: 18 Dec 2024

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/matteodelseppia/haruko

A toy Clojure-inspired programming language written in Scala and compiled for the JVM

asm ast clojure compiler java jvm lisp scala

Last synced: 19 Jan 2025

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/gmartinezramirez-old/lisp-interpreter

:computer: [Active] [WiP] A little Lisp interpreter.

lisp lisp-interpreter

Last synced: 01 Feb 2025

https://github.com/rudolfochrist/jasql

Simple SQL in Common Lisp

common-lisp lisp postgresql sqlite

Last synced: 01 Feb 2025

https://github.com/ngsilverman/jlisp

A JSON-based Lisp with a Kotlin interpreter.

json kotlin lisp

Last synced: 20 Dec 2024

https://github.com/zeroplayerrodent/hectors-maze

Classic-style arcade maze game

game lisp maze-game sketch

Last synced: 25 Jan 2025

https://github.com/zeroplayerrodent/sketch-games

Simple games created in Common Lisp!

games lisp sketch

Last synced: 25 Jan 2025

https://github.com/mynameisvinn/lispie

the anatomy of a lisp interpreter

interpreter lisp

Last synced: 27 Dec 2024

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/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/diasbruno/cli.cl

Create a command-line parser and runner.

cli command-line-utility common-lisp lisp

Last synced: 15 Dec 2024

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/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/guxingke/truffle-demo

graal truffle demo, simple calc impl.

graalvm lisp programming-language truffle

Last synced: 22 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/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/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/marteinn/idelisp

A LISP written in C

c lisp webassembly

Last synced: 22 Jan 2025

https://github.com/mommi2/prime-number-lisp

Personal project

lisp

Last synced: 25 Jan 2025

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

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

interpreter lisp repl

Last synced: 16 Dec 2024

https://github.com/polarhive/plisp

UE23CS242A: AFLL mini-project

automata coursework lexer lisp pesu ply ue23cs yacc

Last synced: 14 Dec 2024

https://github.com/martinacantaro/schmisp

A LISP interpreter made with Python using the mal (make-a-lisp) guide

lisp python

Last synced: 19 Dec 2024

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

java lisp scala

Last synced: 26 Dec 2024

https://github.com/iv4n-ga6l/go-lispinterpreter

Simple implementation of lisp interpreter in Go

go golang lisp lisp-interpreter

Last synced: 31 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: 16 Dec 2024

https://github.com/davep/requote.el

GNU Emacs command to toggle the style of quotes around a string

editing elisp emacs emacs-lisp lisp quote string

Last synced: 25 Jan 2025

https://github.com/p3r7/pidgins

norns fennel event processing sandbox

fennel lisp midi monome-grid monome-norns norns norns-script

Last synced: 16 Dec 2024

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/shamazmazum/jpeg-turbo

Common Lisp wrapper for libjpeg-turbo

common-lisp images lisp

Last synced: 17 Dec 2024

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/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/goneal26/crotchet

A LISP dialect with less `Shift`.

interpreter language lisp rust

Last synced: 17 Dec 2024

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

an embeddable Lisp

embeddable extension golang lisp

Last synced: 15 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