GitHub topics: racket-language
avelino/awesome-racket
A curated list of awesome Racket frameworks, libraries and software, maintained by Community
Language: Racket - Size: 43 KB - Last synced at: 25 days ago - Pushed at: almost 2 years ago - Stars: 479 - Forks: 20

habedi/template-racket-project
A template for Racket projects λ
Language: Makefile - Size: 25.4 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 1

caocao485/awesome-racket-and-scheme
awesome racket and scheme project
Size: 68.4 KB - Last synced at: about 1 month ago - Pushed at: about 2 years ago - Stars: 98 - Forks: 6

GoodNightGoodMorning/ekans
A Self-Hosting Racket Compiler
Language: Racket - Size: 174 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 1

Raymo111/cs135-drtools
DrRacket Tools for CS 135 course at UWaterloo
Language: Racket - Size: 1.34 MB - Last synced at: about 2 months ago - Pushed at: about 3 years ago - Stars: 26 - Forks: 6

damien-mattei/SRFI-105-for-Racket
SRFI 105 Curly Infix for Racket Scheme
Language: Racket - Size: 82 KB - Last synced at: about 1 month ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0

shriram/gradescope-racket
Infrastructure to autograde Racket code on Gradescope
Language: Racket - Size: 50.8 KB - Last synced at: 9 days ago - Pushed at: 4 months ago - Stars: 17 - Forks: 8

davidelettieri/sample-racket-language
Minimal setup to create a new racket language with custom syntax
Language: Racket - Size: 35.2 KB - Last synced at: 3 months ago - Pushed at: 6 months ago - Stars: 3 - Forks: 0

Dr-Nekoma/RacketowerDB
A simple database written in Racket
Language: Racket - Size: 7.18 MB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 11 - Forks: 0

racket-templates/gui-app
gui-app is a modernised version of the GUI app described in ‘Programming Languages as Operating Systems’ (1999) by M. Flatt, R. Findler, S. Krishnamurthi and M. Felleisen
Language: Racket - Size: 12.7 KB - Last synced at: 9 days ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 0

mohammadnabia/Exercises-for-Learning-Racket
Exercises-for-Learning-Racket
Language: Racket - Size: 26.4 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

zyrolasting/tesurell
A self-hosting markup #lang that allows inline use of other #langs
Language: Racket - Size: 12.7 KB - Last synced at: 3 months ago - Pushed at: about 5 years ago - Stars: 5 - Forks: 0

Mobiwn/Programming-Language-Design
💻 Dive into a curated collection of programming language comparisons, exercises, and detailed slides in this repository for Urmia University students.
Size: 34.6 MB - Last synced at: 3 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

sophiabrandt/HtDP-Part-3
How to Code: Systematic Program Design - Part 3
Language: Racket - Size: 183 KB - Last synced at: 5 days ago - Pushed at: about 6 years ago - Stars: 2 - Forks: 1

divx89/HowToCode-SimpleData
Exercise Solutions from the EdX course "How to Code - Simple Data"
Language: Racket - Size: 1.69 MB - Last synced at: 7 months ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

otherjoel/bookcover
📘⌨️ A Racket #lang and module for making cover PDFs for printed things.
Language: Racket - Size: 283 KB - Last synced at: 10 months ago - Pushed at: about 2 years ago - Stars: 21 - Forks: 3

lehitoskin/racket-qt5
Racket wrapper for Qt5
Language: Racket - Size: 1.95 KB - Last synced at: about 1 year ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 0

ABaronCode/Learning_Scheme
Simple programs produced from learning the basics of Scheme
Language: Racket - Size: 26.4 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

mdssjc/mds-racket
Estudo sobre Racket
Language: Racket - Size: 11.7 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

ceciliacsilva/gp-racket
Genetic Programming using Racket Language
Language: Racket - Size: 90.8 KB - Last synced at: about 1 year ago - Pushed at: about 8 years ago - Stars: 0 - Forks: 0

ceciliacsilva/deRosenbrock
Minimize rosenbrock function - differential evolution.
Language: HTML - Size: 240 KB - Last synced at: about 1 year ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

Grafcube/racket-string-interpolation
Racket package for string interpolation syntax in string literals.
Language: Racket - Size: 13.7 KB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 7 - Forks: 1

karim1safan/Systematic-Program-Design
Language: Racket - Size: 37.1 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

GeekCSA/Planning-and-development-of-programming-languages-by-Racket
Familiarity with the Racket by code samples, as well as developing a programming language from the planning stages and then writing the interpreter.
Language: Racket - Size: 282 KB - Last synced at: over 1 year ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

Ardazafer/DrRacket
Some of my personal DrRacket projects that i've made in 2016
Language: Racket - Size: 25.4 KB - Last synced at: 4 days ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 1

racket-vscode/racket-vscode-extension
Racket extension for Visual Studio Code
Language: TypeScript - Size: 234 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

loganwatchorn/Racket-Algorithms
Implementation of elementary number theory algorithms learned through degree coursework
Language: Racket - Size: 14.6 KB - Last synced at: over 1 year ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

heanuea/Theory-of-Algorithms
Covering the areas of computation and computability .
Language: Racket - Size: 59.6 KB - Last synced at: almost 2 years ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

seanpm2001/AI2001_Category-Source_Code-SC-Racket
🧠️🖥️2️⃣️0️⃣️0️⃣️1️⃣️💾️📜️ The sourceCode:Racket category for AI2001, containing Racket programming language datasets
Language: R - Size: 2.47 MB - Last synced at: 10 days ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 1

Francy93/Racket-Projects
Discover the world of Racket programming! This repository showcases four projects, including a Trafficlights simulation with Arduino, a Virtual Turing Machine emulator, a regex matcher using FSM, and a Raspberry Pi-controlled network server for MIRTO. Unleash your coding skills with Racket! 🚀🎓🔧
Language: Racket - Size: 242 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

rogerkeays/racket-dollar
Example #lang for racket that uses $ for unquote.
Language: Racket - Size: 3.91 KB - Last synced at: 8 months ago - Pushed at: about 4 years ago - Stars: 4 - Forks: 1

WillBAnders/Eskew 📦
A stack inspired language made for RacketCon 2019
Language: Racket - Size: 3.91 KB - Last synced at: about 1 year ago - Pushed at: almost 6 years ago - Stars: 3 - Forks: 0

ceciliacsilva/stockPrediction-GeneticProgramming
Genetic programming for Stock Prediction.
Language: HTML - Size: 2.45 MB - Last synced at: about 1 year ago - Pushed at: about 7 years ago - Stars: 1 - Forks: 2

the-language/zKanren
zKanren
Language: Racket - Size: 137 KB - Last synced at: 6 months ago - Pushed at: almost 4 years ago - Stars: 12 - Forks: 4

Racket-Cookbooks/.github
Racket Cookbooks
Size: 7.81 KB - Last synced at: 9 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

pau-cardoso/MetodosComputacionales
Implementation of Computational Methods (TC2037) repository
Language: HTML - Size: 808 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 1

seanpm2001/Learn-Racket
A repository for showcasing my knowledge of the Racket programming language, and continuing to learn the language.
Language: Racket - Size: 292 KB - Last synced at: 10 days ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 1

seanpm2001/SNU_2D_ProgrammingTools_IDE_Racket
The Racket (Lisp/Scheme dialect) Programming language IDE submodule for SNU Programming Tools (2D Mode)
Language: Racket - Size: 1.09 MB - Last synced at: 10 days ago - Pushed at: almost 3 years ago - Stars: 3 - Forks: 2

heisjuanda/Program-language
Final test from my university
Language: Racket - Size: 32.2 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

luanraithz/OSSU-How-to-Code-Simple-data
Notes, exercises and Space invaders game with Racket :tada:
Language: Racket - Size: 1.46 MB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 3 - Forks: 0

mohammadtavakoli78/Programming-Languages
This is final project of Programming Languages that we should write an interpreter for NUMEX with rackt
Language: Racket - Size: 203 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

DonAurelio/battle-city-thinking-tank
The popular PolyStation game called Batle City developed in Scheme (aka Racket)
Language: Racket - Size: 2.44 MB - Last synced at: about 2 months ago - Pushed at: over 9 years ago - Stars: 1 - Forks: 0

DonAurelio/oz-interpreter
A Mini Oz/mozart interpreter in Scheme (aka Racket)
Language: Racket - Size: 94.7 KB - Last synced at: about 2 months ago - Pushed at: over 9 years ago - Stars: 2 - Forks: 0

jackrosenthal/sdraw-racket
Draw cons-cell diagrams using Racket's pict library
Language: Racket - Size: 28.3 KB - Last synced at: 10 months ago - Pushed at: over 6 years ago - Stars: 12 - Forks: 0

eutro/ecktra
Easily extensible, expressive audio visualization in Racket.
Language: Racket - Size: 102 MB - Last synced at: 9 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

Jonqora/racket-sudoku
Feature-rich sudoku application coded entirely in a Lisp-based, pure-functional language (Racket ISL).
Language: Racket - Size: 94.8 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

yujonglee/array_visualizer
Array visualizer written in racket/draw. Creating image for blog post or paper.
Language: Racket - Size: 36.1 KB - Last synced at: 2 days ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

JCFFlores/MetacircularEvaluator
Implementation of a metacircular evaluator for a subset of Scheme as described in SICP
Language: Racket - Size: 14.6 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

ahmedgamaleldin14/UBCx-HtCx-How-to-Code-edX
Some chosen examples of How to Code series courses (Simple and Complex Data)
Language: Racket - Size: 419 KB - Last synced at: 5 months ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

SimonLSchlee/open-app
Open the default application for an url or file.
Language: Racket - Size: 4.88 KB - Last synced at: 2 months ago - Pushed at: about 7 years ago - Stars: 1 - Forks: 0

cleoold/Math-expressions-or-racket-
Racket common functions. Usually math. Now a working-in-progress library of my following project "cal-toolbox".
Language: Racket - Size: 146 KB - Last synced at: 3 months ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

karttu/TjaV
Tee ja Vee
Language: Racket - Size: 23.4 KB - Last synced at: about 2 years ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

fgmart-zz/dithering-in-racket
Floyd-Steinberg and Burkes dithering implementations in Racket
Language: Racket - Size: 658 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 2 - Forks: 1

lpuzey/IntroToProgramDesign
My first CS class project in the unique language, Racket.
Language: Racket - Size: 223 KB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

meysam81/Interpreter-for-NUMEX
This project has to do with NUMEX (Number-Expression Programming Language). NUMEX programs are written directly in Racket by using the constructors defined by the structs defined
Language: Racket - Size: 360 KB - Last synced at: 3 months ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0
