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

Racket

Racket is a general-purpose, programming language and a platform for programming language design and implementation. Racket supports multiple paradigms: functional programming, object-oriented programming, Functional Reactive Programming (FRP) and Language Oriented Programming with powerful macros and parsing libraries. Static type checking, type classes and gradual typing support the development of large code bases.

https://github.com/gvoz-dev/fprog

Functional programming

clojure functional-programming racket scala

Last synced: 20 Feb 2025

https://github.com/racket/email-notifications

GitHub action code for email notifications.

racket

Last synced: 26 Feb 2025

https://github.com/junker/racket-route-match

URL route-matching library for Racket

racket racket-lang router web

Last synced: 21 Feb 2025

https://github.com/racket/drdr2

racket

Last synced: 26 Feb 2025

https://github.com/codewars/codewars-rackunit

RackUnit test runner for Codewars

code-runner racket test-reporting test-runner

Last synced: 27 Feb 2025

https://github.com/racket/profile

racket

Last synced: 26 Feb 2025

https://github.com/rafaelbortolozo/racket_bhaskara

Cálculo de Bhaskara para a matéria de Paradigmas da Computação, desenvolvido na linguagem Racket. Além de exibir o resultado no interpretador, todos os dados são salvos em um arquivo bhaskara.txt e no banco de dados SQLite

bhaskara paradigms racket sqlite

Last synced: 15 Mar 2025

https://github.com/pmatos/sketchy-pict

Sketchy Pict is a metapict based library to create sketch like picts in Racket

metapict racket

Last synced: 18 Jun 2025

https://github.com/mariomarton/racket-sudoku-solver

Sudoku solver in Racket for any board size (including hexadoku & larger), built without constraint solvers or mutations. It solves any legal puzzle and detects invalid ones.

functional-programming hexadoku-solver lisp racket racket-lang sudoku sudoku-solver

Last synced: 11 Mar 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: 23 Mar 2025

https://github.com/sfantasy/plt

A repo for learning PLT

plt racket sicp

Last synced: 26 Feb 2025

https://github.com/zyrolasting/search-upward

Search for files or directories approaching root directory

files racket search

Last synced: 17 Mar 2025

https://github.com/emacs-sideline/sideline-racket

Show racket result with sideline

emacs racket sideline

Last synced: 15 Apr 2025

https://github.com/lucasbotang/made_up_programming_language

MUPL language interpreter implemented by Racket

functional-programming interpreter mupl racket

Last synced: 20 Mar 2025

https://github.com/michaelfromyeg/htdap

HtDAP examples in Racket to help students transition from CPSC 103 to CPSC 107.

cpsc cpsc103 cpsc107 python racket ubc

Last synced: 02 Apr 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: 26 Feb 2025

https://github.com/matheus-hrm/bnl-interpreter

Interpretador em Scheme

racket scheme scheme-interpreter

Last synced: 15 Jun 2025

https://github.com/zacanger/junk

Bits, mini projects, language learning, all sorts of other nonsense that didn't belong anywhere else.

bash c clojure clojurescript dataset examples haskell js misc py racket rb samples scheme sh wordlist

Last synced: 26 Feb 2025

https://github.com/sleibrock/superv

A light-weight Racket Supervisor for long-term processes

daemon racket supervisor

Last synced: 19 Jun 2025

https://github.com/acosimon/mariobros-racket

Programa interactivo en Racket (DrRacket), el cual es un lenguaje de programación de amplio espectro de la familia de Lisp y Scheme. Es multiparadigma así como de propósito general.

racket scheme

Last synced: 25 Feb 2025

https://github.com/metaxal/learn-to-type

A very simple Racket GUI program to learn to type by copying a text.

racket racket-gui

Last synced: 25 Mar 2025

https://github.com/calvin-ll/racket-helpers

A VSCode extension that offers some helpers for working with Racket

racket vscode-extension

Last synced: 14 Mar 2025

https://github.com/bogdanp/racket-snappy

A pure-Racket decompressor for Snappy data.

compression racket snappy

Last synced: 03 Apr 2025

https://github.com/teodutu/pp

Paradigme de Programare - UPB 2019

haskell pp prolog racket upb

Last synced: 11 Jun 2025

https://github.com/bogdanp/racket-buid

Universally unique, lexicographically-sortable flake ids for Racket.

flake-ids racket

Last synced: 03 Apr 2025

https://github.com/florianvazelle/py2mips

A python compiler to mips, written in racket (not finished)

compiler mips racket

Last synced: 06 Apr 2025

https://github.com/theodesp/fizzbuzz-scheme

fizzbuzz in scheme

fizzbuzz racket scheme

Last synced: 06 Apr 2025

https://github.com/jali/dangrossman

Racket examples

racket

Last synced: 11 Apr 2025

https://github.com/theodesp/remove-duplicates

Removes consecutive elements from a list in Racket/Sheme

racket scheme

Last synced: 06 Apr 2025

https://github.com/theodesp/base62

Base62 encoding/decoding in Racket Scheme

base62 racket scheme

Last synced: 06 Apr 2025

https://github.com/vishesh-gupta/programming-challenges

This repository is basically simple coding problems that I have done in various programming languages

euler leetcode-solutions programming-language racket

Last synced: 03 Apr 2025

https://github.com/samdphillips/package-catalog

My Racket Catalog.

racket

Last synced: 25 Mar 2025

https://github.com/cleoold/calculus-toolbox

a toolkit available to calculate various expressions in calculus.

calculus math racket scheme

Last synced: 16 Mar 2025

https://github.com/takikawa/racket-cpu-affinity

A Racket library for getting/setting CPU affinity

racket

Last synced: 25 Mar 2025

https://github.com/jbclements/t-test

Implementations of Student's T-Test and Welch's T-Test for Racket

racket

Last synced: 25 Mar 2025

https://github.com/evan-stromatias/covid-invaders

A space invaders variant developed in a functional style

covid racket racket-lang space-invaders

Last synced: 28 Feb 2025

https://github.com/owainkenwayucl/racket-life

Conway's Game of Life written in Racket

conway-s-game-of-life pbm racket slow

Last synced: 23 Mar 2025

https://github.com/zyrolasting/racket-css

A Racket implementation of the W3C's CSS modules

css parser racket

Last synced: 17 Mar 2025

https://github.com/xgqt/collector2

almost official mirror of https://gitlab.com/src_prepare/racket/collector2

gentoo racket

Last synced: 05 Apr 2025

https://github.com/sagnikc395/schemester

Racket/Scheme learning journey.

lisp racket

Last synced: 03 Apr 2025

https://github.com/mahi97/numex-lang

~ The pure functional Interpreter for NUMEX Language Based on Racket

functional-programming interpreter numex programming-language racket

Last synced: 30 Mar 2025

https://github.com/donomii/mazerobots

Racket scheme program to draw random figures. Most of the time they appear to be leaping.

demo graphics opengl racket racket-scheme scheme

Last synced: 18 Feb 2025

https://github.com/martinskachkov/functional-programming

Complimentary materials for the "Functional programming" course of Computer science 2022 - 2023.

functional-programming haskell racket

Last synced: 19 Mar 2025

https://github.com/sancakerkan/schemepathsolver

Welcome to Scheme Path Solver, a simple program written in Scheme that helps you navigate through paths represented in a grid layout.

drracket lisp racket scheme

Last synced: 27 Feb 2025

https://github.com/xgqt/rkt

almost official mirror of https://gitlab.com/src_prepare/racket/racket-overlay

gentoo gentoo-overlay racket

Last synced: 05 Apr 2025

https://github.com/juanlopezaranzazu/ejercicios-programacion

ejercicios para practicar programacion con racket y python

python racket

Last synced: 13 Mar 2025

https://github.com/derekxkwan/cryptopals-solutions

cryptopals solutions

crypto cryptopals racket

Last synced: 11 Mar 2025

https://github.com/dariodip/sicp

Exercises and notes from Structure and Interpretation of Computer Programs

racket sicp-solutions study-notes

Last synced: 14 Mar 2025

https://github.com/julgitt/logic-circuit-simulator

Logic Circuit Simulator taking into account the time delay of the logic gates

functional-programming logic-circuit-simulator logic-gates racket

Last synced: 12 Mar 2025

https://github.com/alinpahontu2912/racket-supermarket

first homework for programming paradigms

data-structures functional-programming racket

Last synced: 26 Mar 2025

https://github.com/fmind/onlog

Perform operations on log files

file log manipulation racket raco

Last synced: 11 Apr 2025

https://github.com/fmind/cookiecutter-racket

Template to generate a Racket project

cookiecutter project racket raco template

Last synced: 11 Apr 2025

https://github.com/cwbowron/chord-processor

Pre-processor and styles for formatting guitar and ukulele chords charts with LaTeX

guitar guitar-chords latex pdf pdf-generation racket

Last synced: 20 Feb 2025

https://github.com/wbthomason/miv

An editor with vim-inspired modal editing, emacs-inspired total customizability, speed, and easy extensibility

editor emacs racket vim

Last synced: 06 Mar 2025

https://github.com/chouffe/rlisp

Lisp Interpreter in Racket

interpreter lisp racket

Last synced: 14 Mar 2025

https://github.com/yingtu35/space-invaders

An functional programming language-based shooting arcade game

functional-programming game racket

Last synced: 02 Apr 2025

https://github.com/r1b/md5

[WIP] The MD5 Message-Digest Algorithm

cryptography r6rs racket scheme

Last synced: 08 Apr 2025

https://github.com/aygp-dr/jwt-parsing-examples

A cross-language exploration of JWT header parsing techniques across multiple programming paradigms

clojure examples functional-programming hy javascript jwt lisp parsing python racket rust scheme shell tutorial typescript

Last synced: 30 Apr 2025

https://github.com/garyhilares/minesweeper

Simple Minesweeper game written in ISL with lambdas (a functional programming variant of Racket).

functional-programming game minesweeper racket

Last synced: 08 Apr 2025

https://github.com/tchajed/hanabi

Hanabi game engine in Racket

game hanabi racket

Last synced: 17 Mar 2025

https://github.com/sarabdevops/racketproject

Count Down number game where user can give program some random numbers and target number and program have to figure out target number by using (+ - * / ) operators .

dr drracket racket racket-lang scheme

Last synced: 17 Mar 2025

https://github.com/spdegabrielle/check-nhs-number

a simple package to validate NHS numbers in Racket

nhs racket

Last synced: 25 Mar 2025

https://github.com/fxhxyz4/racket

Tried racket with DrRacket IDE

lisp racket rkt

Last synced: 21 Mar 2025

https://github.com/hmarcien/shopify-reality-check

Audit and predict operational performance for Shopify merchants — powered by a neural network in Racket (Malt). Built with a reflexive AI mindset, designed for real insights.

ai audit backend ecommerce fulfillment logistics malt neural-network racket reflexive-ai shopify shopify-api

Last synced: 18 Jun 2025

https://github.com/mobiwn/programming-language-design

💻 Dive into a curated collection of programming language comparisons, exercises, and detailed slides in this repository for Urmia University students.

functional-programming haskell object-oriented-programming oop procedural-programming programming-language-concepts programming-language-theory programming-languages racket racket-lang racket-language urmia-university

Last synced: 24 Jun 2025

https://github.com/yilinwei/otp

otp racket

Last synced: 26 Mar 2025

https://github.com/omentic/antiformatter

attempting to make the worst possible passable racket code

cursed racket

Last synced: 07 Apr 2025

https://github.com/omentic/misc

cursed little programs

cursed nim racket rust

Last synced: 07 Apr 2025

https://github.com/taktoa/rackettsbannergen

A port of TSBannerGen to Racket

banner-generator racket teamspeak3

Last synced: 15 Mar 2025

https://github.com/yujonglee/array_visualizer

Array visualizer written in racket/draw. Creating image for blog post or paper.

array racket racket-lang racket-language visualizer

Last synced: 22 Mar 2025

https://github.com/xgqt/rbulkresizer

Graphical bulk picture resize tool written in Racket (mirror)

application bulk-resizer gui multiplatform racket

Last synced: 05 Apr 2025

https://github.com/sagnikc395/aoc2024

Advent of Code 2024 Solutions in Racket. [WIP]

advent-of-code racket

Last synced: 03 Apr 2025

https://github.com/taggagii/racket

Some general formula's and jazz from racket for my own reference

learning-by-doing racket

Last synced: 05 Mar 2025

https://github.com/calvin-ll/fwesh

Genewate unique `aloc?`s

racket

Last synced: 18 Jun 2025

https://github.com/alainakafkes/autosnake

A self-playing snake game written in Racket.

first-app-on-github playing-snake-game racket snake-game

Last synced: 22 Feb 2025