Ecosyste.ms: Awesome
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.
- GitHub: https://github.com/topics/racket
- Wikipedia: https://en.wikipedia.org/wiki/Racket_(programming_language)
- Repo: https://github.com/racket
- Created by: PLT Inc.
- Released: 1995
- Related Topics: drracket, language, typed-racket,
- Aliases: rkt, racket-lang, racket-language, racketscript, urlang,
- Last updated: 2025-01-30 00:20:03 UTC
- JSON Representation
https://github.com/charles-l/ugg
another attempt at 3D graphics with lisp
game-development graphics opengl racket
Last synced: 30 Dec 2024
https://github.com/joergen7/pnet
Petri net library based on Racket threads.
petri-net racket racket-places
Last synced: 13 Jan 2025
https://github.com/brackendev/gravatardemo-racket
Racket implementation to interact with the Gravatar API. Useful example for new users
api-client api-wrapper demo drracket gravatar gravatar-api new-user racket
Last synced: 08 Jan 2025
https://github.com/davidelettieri/sample-racket-language
Minimal setup to create a new racket language with custom syntax
programming-languages racket racket-language
Last synced: 17 Jan 2025
https://github.com/tebogoyungmercykay/programming-languages-coding-booth
Chris Hanson and the MIT Scheme Team. MIT/GNU Scheme reference manual. Technical report, Mas- sachusetts Institute of Technology, 2018.
cobol fortran functional-programming imperative-programming-language imperative-scripting-languages languages logic-programming object-oriented-programming programmin racket ruby scheme
Last synced: 21 Jan 2025
https://github.com/pmatos/webkit-misc
Utilities for WebKit work
igalia racket static-analysis utility webkit
Last synced: 09 Jan 2025
https://github.com/metaxal/color-flood
A game where you need to flood the grid with colors before the opponent.
Last synced: 30 Jan 2025
https://github.com/ktakashi/r6rs-ulid
ULID for R6RS Scheme
chez r6rs r6rs-scheme racket sagittarius scheme ulid
Last synced: 13 Dec 2024
https://github.com/rhcarvalho/htdp-exercises
Solutions for the exercises in the book How to Design Programs.
Last synced: 12 Jan 2025
https://github.com/kraks/dataflow-analysis
Racket Implementation of Data-flow Analyses
dataflow-analysis racket static-analysis
Last synced: 25 Dec 2024
https://github.com/bogdanp/racket-postmark
Racket client for the Postmark HTTP API.
Last synced: 16 Dec 2024
https://github.com/bogdanp/racket-libargon2
libargon2 binaries for Racket on Linux, macOS and Windows.
Last synced: 16 Dec 2024
https://github.com/takikawa/pprint.plt
Pretty printing library for Racket developed by Dave Herman
Last synced: 30 Jan 2025
https://github.com/bogdanp/racket-aoc-2018
Advent of Code 2018, solved live on stream with Racket.
advent-of-code advent-of-code-2018 lisp racket
Last synced: 16 Dec 2024
https://github.com/bogdanp/aoc2022
My solutions to Advent of Code 2022.
advent-of-code advent-of-code-2022 racket
Last synced: 16 Dec 2024
https://github.com/jackfirth/lambda-calculus
A racket language for lambda calculus
functional-programming lambda-calculus language racket
Last synced: 30 Jan 2025
https://github.com/bogdanp/mobilpay
A barebones implementation of mobilay's credit card ordering interface in Racket.
mobilpay payment payment-gateway racket
Last synced: 16 Dec 2024
https://github.com/akash-akya/sicp-exercises
My attempt at solving sicp exercises
Last synced: 21 Jan 2025
https://github.com/wojwozniak/university
University courses that I have finished - tasklists, solutions, study materials
c computer-science csharp java javascript math python racket university
Last synced: 19 Dec 2024
https://github.com/simeonhristov99/fp_cs_24-25
Practice sessions of group 1 for the course "Functional Programming" in the Faculty of Mathematics and Informatics, Sofia University.
functional-programming haskell higher-order-functions lambda-functions lazy-evaluation racket recursion
Last synced: 01 Jan 2025
https://github.com/lebrancworkshop/lebranc-learn-functional-programming
I'm learning a Functional Programming by learning its pure math concepts and apply it on functional language like Haskell, Clojure, Elixir, etc.
abstract-algebra category-theory clojure elixir fsharp functional-programming haskell homotopy-type-theory javascript lambda-calculus mathematics pure-mathematics racket scala theoretical-computer-science theory-of-computation type-theory typescript
Last synced: 18 Nov 2024
https://github.com/hiphish/msgpack-racket
msgpack.org[Racket] Mirror of the MessagePack implementation for Racket
messagepack msgpack racket serialization
Last synced: 26 Jan 2025
https://github.com/bogdanp/raco-invoke
Invoke raco commands from within Racket.
Last synced: 16 Dec 2024
https://github.com/sumith1896/skosette
Reimplementation of the Skolem function generation using Rosette
program-synthesis racket solvers
Last synced: 11 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/pmatos/sketchy-pict
Sketchy Pict is a metapict based library to create sketch like picts in Racket
Last synced: 09 Jan 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: 21 Jan 2025
https://github.com/andresmpa/super-mario-bros-en-racket
Me encontré mi primer código de la universidad (Y sus versiones 0, 0.1, 0.2, 0.3)
Last synced: 26 Jan 2025
https://github.com/junker/racket-route-match
URL route-matching library for Racket
Last synced: 01 Jan 2025
https://github.com/thinkverse/exercism-racket
Solutions to Exercism's Racket track
exercism exercism-racket exercism-solutions exercism-track racket
Last synced: 23 Jan 2025
https://github.com/SophieZ302/C-Project-Interpreter
Racket Interpreter in C, using Stack, Queue, Binary Tree
Last synced: 17 Nov 2024
https://github.com/florianvazelle/py2mips
A python compiler to mips, written in racket (not finished)
Last synced: 19 Dec 2024
https://github.com/shouya/neko
An adorable typed calculus langauge for STLC, System F, and System F-ω! (stalled)
Last synced: 13 Dec 2024
https://github.com/gvoz-dev/fprog
Functional programming
clojure functional-programming racket scala
Last synced: 31 Dec 2024
https://github.com/ashton314/microkanren
My implementation of μKanren
kanren logic-programming microkanren racket
Last synced: 29 Jan 2025
https://github.com/zaoqi/monad.rkt
Monad . Racket
lisp lisp-library racket racket-library scheme
Last synced: 15 Dec 2024
https://github.com/erkin/skat-bidder
Bid value calculator for the German card game skat
Last synced: 15 Jan 2025
https://github.com/lucasbotang/made_up_programming_language
MUPL language interpreter implemented by Racket
functional-programming interpreter mupl racket
Last synced: 25 Jan 2025
https://github.com/takikawa/racket-cpu-affinity
A Racket library for getting/setting CPU affinity
Last synced: 30 Jan 2025
https://github.com/sleibrock/superv
A light-weight Racket Supervisor for long-term processes
Last synced: 28 Dec 2024
https://github.com/sleibrock/racket-friday
Run Racket code only when it's Friday
comedy friday racket racket-lang
Last synced: 28 Dec 2024
https://github.com/cleoold/calculus-toolbox
a toolkit available to calculate various expressions in calculus.
Last synced: 22 Jan 2025
https://github.com/ryukinix/symbolic-deriv
Symbolic Differentiation written in Racket
calculus derivatives differentiation racket sicp symbolic
Last synced: 22 Dec 2024
https://github.com/wojwozniak/functional-programming-course
[uni] Functional Programming Course
functional-programming racket university-course
Last synced: 19 Dec 2024
https://github.com/bogdanp/racket-buid
Universally unique, lexicographically-sortable flake ids for Racket.
Last synced: 16 Dec 2024
https://github.com/matheus-hrm/bnl-interpreter
Interpretador em Scheme
racket scheme scheme-interpreter
Last synced: 07 Jan 2025
https://github.com/quasarbright/miniclass
a few implementations of a small class system in Racket
Last synced: 25 Dec 2024
https://github.com/codewars/codewars-rackunit
RackUnit test runner for Codewars
code-runner racket test-reporting test-runner
Last synced: 10 Jan 2025
https://github.com/malhotrapulak/starq
Minimal and Accessible Quantum Circuit DSL
Last synced: 10 Jan 2025
https://github.com/metaxal/learn-to-type
A very simple Racket GUI program to learn to type by copying a text.
Last synced: 30 Jan 2025
https://github.com/theodesp/base62
Base62 encoding/decoding in Racket Scheme
Last synced: 19 Dec 2024
https://github.com/theodesp/remove-duplicates
Removes consecutive elements from a list in Racket/Sheme
Last synced: 19 Dec 2024
https://github.com/racket/email-notifications
GitHub action code for email notifications.
Last synced: 09 Jan 2025
https://github.com/simonlschlee/layout
racket library for creating and rendering layouts, filling them with data, optionally generate example data
Last synced: 30 Jan 2025
https://github.com/bogdanp/racket-snappy
A pure-Racket decompressor for Snappy data.
Last synced: 16 Dec 2024
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.
Last synced: 07 Jan 2025