• Stars
    star
    426
  • Rank 98,057 (Top 2 %)
  • Language
    Racket
  • License
    MIT License
  • Created over 5 years ago
  • Updated 10 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A curated list of awesome Racket frameworks, libraries and software, maintained by Community

Awesome Racket

awesome-racket

A curated list of Awesome Racket, libraries and software. Inspired by awesome-go.

Build Status Awesome

awesome-racket - A curated list of awesome Racket language | Product Hunt

Check the complete package list

The Racket repository

Contents

Audio and Music

Libraries for manipulating audio.

  • 3s - Positional sound and mixing for lux and other applications.
  • RSound - A framework for manipulating and playing sounds using the portaudio library. Runs on Windows, Mac OS X, and linux.
  • libopenal-racket - Racket wrapper to the OpenAL library first written by gcr in 2012.
  • midi-readwrite - Library to read .mid files in racket
  • openal - FFI for OpenAL.
  • osc - Open Sound Control data definitions.
  • portaudio - Bindings for portaudio, a cross-platform audio library.
  • rsc3 - SuperCollider client ported to Racket.
  • rtmidi - Provides racket bindings for the RtMidi library, thus enabling racket programs to send and receive MIDI events.
  • sonic-pi - For now, this package starts scsynth just like sonic pi does, and can make a few sounds.
  • taglib - Bindings to the taglib C library, which provides simple access to audio file metadata.
  • wavelet-transform-haar-1d - A library to perform forward and reverse 1-d Haar Wavelet transforms.

Compilers

Tools for compiling Racket to other languages.

  • abstract-compilation - DSL reducing boiler plates for doing abstract compilation.
  • disassemble - Disassembler for Racket.
  • lens - A Racket package for creating and composing pure functional lenses.
  • minipascal - MiniPascal as a Racket language.
  • racketscript - A lightweight Racket to JavaScript compiler with some batteries included.
  • urlang - Write JavaScript with Racket syntax. Bonus: Use Racket to define macros for JavaScript constructs.
  • wasm-adventure - A WebAssembly DSL.
  • whalesong-tools - DrRacket tool for compiling with Whalesong.
  • wracket - Lisp-like language to WebAssembly build with racket.
  • zordoz - Explorer for .zo bytecode files.

Data Structures

Generic datastructures and algorithms.

  • algebraic - Algebraic structures for untyped Racket.
  • dssl - Data Structures Student Language: an extension of ASL for easier imperative programming.
  • dssl2 - A language for data structures students.
  • gls - Generic Little (Object, Type, Anything, etc) System - multiple dispatch on types.
  • graph - Generic graph library.
  • opt - Optional and Either data type utilities. Provides util function for Typed Racket's Option type as well as defines an Either type.
  • phc-adt - Algebraic Data Types for Typed/Racket, with features tailored to compiler writing. The data types do not have to be declared before they are used, like prefab structs and symbols. Behind the scenes, this library remembers all the data types in a file, and uses it to implicitly pre-declare them. Mostly stable, although some things may change a bit in the future.
  • quad-tree - A fairly simple quad-tree implementation. Nothing terribly fancy. Currently rather unstable.
  • try - A Typed Racket Try datatype and routines for computations that throw exceptions.

Database Drivers

Libraries for connecting and operating databases.

  • binary-class-dbf - Interface to *.dbf files (dBase, Foxpro, etc).
  • db - Database connectivity (main distribution).
  • dbm - An interface to UNIX dbm files using a libdbm FFI.
  • deta - A functional database mapper.
  • fra - Purely functional implementation of relational algebra.
  • mongodb - A native Racket interface to MongoDB & BSON.
  • rackdis - Redis bindings.
  • racquel - Racquel is an object/relational mapper for Racket.
  • redis - A redis client for Racket.
  • sql - an S-expression notation for SQL.
  • sqlite-table - A quick way to create and query sqlite tables. Basically a simplified wrapper for a subset of the db library.

Emulators

Racket programs emulating other computers and architectures

  • 6502 - An emulator/assembler/disassembler for 6502.
  • virtual-mpu - Universal Emulator & Assembler for Old Microprocessors.

GUI Development

Libraries for cross platform GUI development

Game Development

Awesome game development libraries.

  • apse - A Pixel Sprite Editor.
  • game-engine - Scratchpad for racket game stuff.
  • get-bonus - An experimental video game development environment.
  • mode-lambda - Sprite-based 2D graphics engine.
  • pict3d - A 3D engine with a purely functional API.
  • towers - Towers is an original 2-player board game.
  • vr-lang - Racket Lang for Virtual Reality (Aframe).

Games

Games written in Racket

  • Racket games - games in main distribution.
  • r-cade - Retro Game Engine for Racket.
  • space-invaders - A Racket remake of Mary Rose Cook's JavaScript version of Space Invaders.
  • web-sweeper - Stateless Server Side Mine Sweeper.

Images

Libraries for manipulating images.

  • png-image - Library to view and modify PNG chunks.
  • racket-jpeg - JPEG parsing, transformation, and codec library for Racket.
  • simple-qr - a qr code tool for racket-lang.
  • video - Video is a DSL for describing videos.

Machine Learning

Libraries for Machine Learning.

  • DeepRacket - A simple starting point for doing deep learning in Racket.
  • layer - Neural network inference the Unix way.
  • racket-knn - K Nearest Neighbors, KNN, is a lazy, supervised machine learning algorithm. This is an implementation in scheme using racket.
  • racket-ml - A collection of things I found useful for doing Machine Learning problem sets.
  • rml-core - This Package is part of an expected set of packages implementing machine learning capabilities for Racket. The core of this package is the management of 'datasets', these datasets are assumed to be for training and testing of machine learning capabilities.
  • rml-decisiontrees - This Package is part of a set of packages implementing machine learning capabilities for Racket. This particular package implements support for classification of individuals using decision trees.
  • rml-knn - This Package is part of a set of packages implementing machine learning capabilities for Racket. This particular package implements the K-Nearest Neighbor approach for classification.
  • tesseract - Bindings for Google's Tesseract-OCR.

Macros

Awesome macros that make your life easier

  • anaphoric - Anaphoric macros for Racket.
  • threading - Macros to flatten nested function calls.

Messaging

Libraries that implement messaging systems.

  • neuron-lib - Implementation of neuron.
  • profj - Kathy Gray's ProfessorJ language ported to modern DrRacket.
  • stomp - STOMP messaging protocol codec and client.
  • zeromq-r - Bindings for ZeroMQ.
  • zmq - Minimal Racket ZeroMQ Bindings.

Third-party APIs

Libraries for accessing third party APIs.

  • aws - Amazon Web Services including S3, SDB, SES, SNS, SQS, CloudWatch, Glacier, Dynamo, and Route 53.
  • aws-cloudformation-deploy AWS Cloudformation deployment scripting library.
  • comm-panel - Racket GUI widget for sending, receiving, listening, and broadcasting strings over AWS SQS.
  • google - Google APIs (Drive, Plus, etc) for Racket.
  • racket-ovh - Unofficial Racket wrapper for OVH API.
  • recaptcha - Utilities for using reCAPTCHA with the web-server/formlets API.

Testing

Libraries for testing codebases and generating test data

  • RackUnit - RackUnit is a unit-testing framework for Racket. It is designed to handle the needs of all Racket programmers, from novices to experts.
  • al2-test-runner - alternate rackunit test runner.
  • cover - a code coverage tool for racket.
  • test-more - A Racket version of Perl's Test::More library.

Web Frameworks

Full stack web frameworks.

  • HoLy - HoLy is simple a HTTP-server Library for Racket.
  • Rackt - An ultrasmall (~70 loc) React wrapper written in RacketScript.
  • Routy - Routy is a lightweight high performance HTTP request router for Racket.
  • Spin - Write RESTful web apps in Racket.
  • frog - Frog is a static blog generator implemented in Racket, targeting Bootstrap and able to use Pygments.
  • koyo - A web development toolkit for Racket.
  • polkadot - A lightweight personal wiki in Racket.
  • racket-request - Package for simplifying HTTP requests and writing integration tests of REST-ful APIs in Racket.
  • riposte - Scripting language for testing JSON-based HTTP APIs.
  • vela - Simple web framework to build RESTful app in Racket.
  • web-galaxy - A minimalist web framework for the Racket web-server.
  • web-server/servlet - Running Web Servlets describes how to run the servlets you’ve written.

More Repositories

1

awesome-go

A curated list of awesome Go frameworks, libraries and software
Go
120,206
star
2

liquidluck

Felix Felicis (aka liquidluck) is a static blog generator in python
Python
335
star
3

nacho

Python micro web-framework and asynchronous networking library tulip, support Python >= 3.3
Python
102
star
4

pycorreios

API correios.com.br in Python
Python
62
star
5

beerblogging

It's a f*&%cking bet! You have 1 month to write at least 1 blogpost. If you don't do that, you have to pay a beer for everybody.
Python
57
star
6

hugo-theme-sarah

Sarah theme for Hugo static site generator
SCSS
52
star
7

quik

A fast and lightweight Python template engine
Python
46
star
8

moclojer

Simple and efficient HTTP mock server with specification in yaml, edn or OpenAPI
Clojure
37
star
9

cover.run

Code coverage
Go
34
star
10

slugify

A Go slugify application that handles string
Go
32
star
11

bottle-auth

Bootle authentication, for Personal, Google, Twitter and facebook
Python
29
star
12

.vimrc

Distro vim
Vim Script
29
star
13

rdio-linux

Application RDIO for Linux
Python
28
star
14

cookiecutter-bottle

A cookiecutter template for creating reusable Bottle projects quickly.
Python
28
star
15

logseq-languagetool

This is a plugin for Logseq to check grammar and spelling using LanguageeTool
Clojure
26
star
16

bottle-admin

Simple and extensible administrative interface framework for Bottle
Python
23
star
17

django-routers

Django multiple databases, auto routers
Python
23
star
18

python-opencv-detect

webcan capiture and face detect
Python
21
star
19

monotropic-theme-vscode

(Almost) monochromatic light theme for VSCode
Clojure
17
star
20

ilix

iLix is an AOSP source built ROM (ie. not a mod of any sense based ROM), it's minimal, it's superfast and mostly bugfree.
14
star
21

gocover.io

Code coverage of any golang package as a service.
Go
12
star
22

avelino

Hey, I'm Avelino! 👋
10
star
23

riak-dashboard

Riak Dashboard is a web-based administrative console for inspecting and manipulating Riak clusters.
JavaScript
9
star
24

aur

ArchLinux Package Manager helper
Shell
7
star
25

django-tags

Simple tag field for django
Python
7
star
26

.emacs

Distro emacs
Emacs Lisp
7
star
27

bots.clj.social

Feed process and public on mastodon (fediverse clj.social)
Clojure
7
star
28

avelino.run

My personal blog
HTML
7
star
29

seed

Library packaging and distribution for Golang
Go
6
star
30

dotfiles

personal files
Shell
6
star
31

logseq-summarize

Summarize Plugin for Logseq by tldr.chat
Clojure
6
star
32

cookiecutter-bottle-sample

A cookiecutter sample Bottle projects quickly
Python
5
star
33

hodge

Hodge is a static cms generator in python
Python
5
star
34

django-googl

Django short url on goo.gl
Python
5
star
35

cljs-google-datastore

Google Cloud Datastore client to ClojureScript
Clojure
4
star
36

rose-pine-rio-term

Rosé Pine theme for Rio Terminal
4
star
37

about.clj.social

about page of clj.social
4
star
38

phanpy-app

A minimalistic opinionated Mastodon mobile client, using phanpy web
C++
4
star
39

pyBraspag

Processing Braspag sale with Python
Python
3
star
40

twvim

Twitter in vim
Python
3
star
41

pypagseguro

Biblioteca Python para PagSeguro
Python
3
star
42

oss-news

🌐 🗣️ Open Source Weekly
3
star
43

dockerfiles

Various Dockerfiles I use on the desktop and on servers
Shell
3
star
44

ritchie-cli-archpack

Shell
3
star
45

trianguliCET

new project
Python
2
star
46

readertogplusfriends

Google Reader to Google+ Friends
Python
2
star
47

docker-debian

Custom Debian base image for docker
Shell
2
star
48

pylocagateway

Processing Locaweb Gateway sale with Python
2
star
49

juggler

Juggler application server container
Go
2
star
50

logseq-libs

@logseq/libs wrapper for cljs
Clojure
2
star
51

nexpress

Fast, unopinionated, minimalist web framework for nbb (Clojure on Node.js)
2
star
52

hyper-monotropic-coffee

A port of the monotropic of coffee color scheme for Hyper.app
JavaScript
2
star
53

rsync-backup.sh

Shell
2
star
54

estimaai.com

CSS
2
star
55

Flask-Quik

Provides support for Quik Templates in Flask
Python
2
star
56

iug

Instalador Ubuntu Games
Python
1
star
57

post_py_multithreading

Python
1
star
58

monstercache

The Monster Cache
1
star
59

post_py_upload_de_arquivo_no_gae

Upload da arquivo no Google App Engine (BlobProperty)
Python
1
star
60

postsbook

Postsbook is a pluggable weblog application for Django Web Framework.
1
star
61

docker-ubuntu

Custom Ubuntu base image for docker
Shell
1
star
62

django-cielo

module cielo
1
star
63

joindojo

Join Coding Dojo
1
star
64

caleb-theme

Emacs Theme
Emacs Lisp
1
star
65

defer

Defers the execution of a function until the surrounding function returns
Clojure
1
star
66

lvm-like

Simples LVM Class
Python
1
star
67

dgrid

Grid Deploy
Python
1
star
68

grooveshark-scrobbler

JavaScript
1
star
69

flux.vim

flux theme for vim
Vim Script
1
star
70

paddle

Racket
1
star
71

dhub

Docker Hub API is a API library written in Go
Go
1
star
72

nql

NoSQL with fast storage and cache
1
star
73

irccloud-chrome

Client IRCCloud for Chrome
JavaScript
1
star
74

slides

Slides for talk presetation
1
star
75

vcm

Virtual Cluster Manager
JavaScript
1
star
76

votacao_paredao_bbb

Python
1
star
77

collective.twitter.widget.portlets

Python
1
star
78

the5am.club

#the5amclub
CSS
1
star
79

django-smart

A smartadmin skin for the Django Admin-Interface.
Python
1
star
80

monotropic-coffee-hyper

Monotropic Coffee theme for Hyper term
JavaScript
1
star