An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: racket-library

danielrothfus/racket-lmdb

Racket wrapper for Lightning Memory-Mapped Database (LMDB)

Language: Racket - Size: 133 KB - Last synced at: about 22 hours ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

avelino/awesome-racket

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

Language: Racket - Size: 43 KB - Last synced at: 3 days ago - Pushed at: almost 2 years ago - Stars: 476 - Forks: 20

habedi/template-racket-project

A template for Racket projects λ

Language: Makefile - Size: 14.6 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 0 - Forks: 0

usaoc/gref

Generalized references for Racket

Language: Racket - Size: 253 KB - Last synced at: 3 days ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

SuzanneSoy/anaphoric

Anaphoric macros for racket

Language: Racket - Size: 61.5 KB - Last synced at: 3 days ago - Pushed at: over 3 years ago - Stars: 8 - Forks: 3

rjnw/sham

A DSL for runtime code generation in racket

Language: Racket - Size: 931 KB - Last synced at: 8 days ago - Pushed at: almost 3 years ago - Stars: 67 - Forks: 6

jackfirth/racket-disposable

An experimental Racket library providing an abstraction for values associated with external resources that allows automatic resource pooling, per-thread virtual construction, and monadic composition

Language: Racket - Size: 179 KB - Last synced at: 3 days ago - Pushed at: 5 months ago - Stars: 7 - Forks: 0

SimonLSchlee/layout

racket library for creating and rendering layouts, filling them with data, optionally generate example data

Language: Racket - Size: 48.8 KB - Last synced at: 27 days ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

SuzanneSoy/debug-scopes

Helper utilities to debug scope-related problems in Racket

Language: Racket - Size: 31.3 KB - Last synced at: 27 days ago - Pushed at: almost 4 years ago - Stars: 3 - Forks: 5

SuzanneSoy/generic-syntax-expanders Fork of jackfirth/generic-syntax-expanders

A Racket package for creating macros with built-in support for defining sub-macros within them, similar to match expanders

Language: Racket - Size: 43 KB - Last synced at: 11 months ago - Pushed at: about 8 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: 7 days ago - Pushed at: about 1 year ago - Stars: 7 - Forks: 1

SuzanneSoy/subtemplate

Automatic generation of temporary identifiers for racket syntax templates, based on subscripts indices on the identifiers (e.g. generate yᵢ … from xᵢ …)

Language: Racket - Size: 260 KB - Last synced at: 27 days ago - Pushed at: about 4 years ago - Stars: 3 - Forks: 0

SuzanneSoy/phc-graph

Graph manipulation library in Typed/Racket

Language: Vue - Size: 465 KB - Last synced at: 27 days ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

SuzanneSoy/phc-ts

Language: Racket - Size: 9.77 KB - Last synced at: 27 days ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

SuzanneSoy/typed-worklist

A Typed Racket implementation of a general-purpose worklist, with multiple worklists of different types.

Language: Racket - Size: 20.5 KB - Last synced at: 21 days ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

SuzanneSoy/dotlambda

Racket library which splits dotted identifiers like a.b.c, also supports λ<arg>.(code) syntax

Language: Racket - Size: 24.4 KB - Last synced at: 21 days ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 1

SuzanneSoy/stxparse-info

Tracking bound syntax pattern variables with syntax-parse

Language: Racket - Size: 294 KB - Last synced at: 11 months ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

SuzanneSoy/scope-operations

Higher-level operations for manipulating scopes in Racket macros

Language: Racket - Size: 14.6 KB - Last synced at: 21 days ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

SuzanneSoy/backport-template-pr1514

Backport of pull request #1514 on older versions of racket/racket

Language: Racket - Size: 19.5 KB - Last synced at: 21 days ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

SuzanneSoy/auto-syntax-e

For racket syntax pattern variables: instead of raising an error, x is roughly equivalent to (syntax->datum #'x)

Language: Racket - Size: 16.6 KB - Last synced at: 21 days ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

SuzanneSoy/delay-pure

Non-cached promises for Typed/Racket, like delay/name, but safe because only pure functions are allowed. Only a subset of Racket's functions is allowed.

Language: Racket - Size: 37.1 KB - Last synced at: 27 days ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 1

SuzanneSoy/extensible-parser-specifications

Like https://github.com/AlexKnauth/seq-no-order, but provides global constraints. AlexKnauth's implementation allows dotted "rest" pattern which we do not support.

Language: Racket - Size: 83 KB - Last synced at: 21 days ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

SuzanneSoy/phc-adt

Algebraic Datatypes for Typed/Racket, with some special features useful for writing compilers

Language: Racket - Size: 103 KB - Last synced at: 11 months ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 2

SuzanneSoy/multi-id

This Racket package helps defining identifiers with many different meanings in different contexts (type expander, match expander, called function, regular identifier, set! subform).

Language: Racket - Size: 14.6 KB - Last synced at: 27 days ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

SuzanneSoy/preexpanded

Some pre-expanded macros. Use them when your macro is generating macros.

Language: Racket - Size: 4.88 KB - Last synced at: 27 days ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

SuzanneSoy/type-expander

Type expanders (i.e. type-level functions) for Typed/Racket

Language: Racket - Size: 519 KB - Last synced at: 27 days ago - Pushed at: over 3 years ago - Stars: 17 - Forks: 3

SuzanneSoy/phc-toolkit

Racket toolkit used for the phc project. Unstable.

Language: Racket - Size: 140 KB - Last synced at: 27 days ago - Pushed at: about 4 years ago - Stars: 2 - Forks: 1

SuzanneSoy/scribble-enhanced

Enhancements for the scribble language (a documentation language based on Racket)

Language: Racket - Size: 7.99 MB - Last synced at: 27 days ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 2

nihirash/holy

HoLy is simple http library for Racket language

Language: Racket - Size: 12.7 KB - Last synced at: 3 days ago - Pushed at: over 7 years ago - Stars: 12 - Forks: 0

thinkmoore/racket-fuse

A Racket library for implementing FUSE filesystems

Language: Racket - Size: 43 KB - Last synced at: 7 months ago - Pushed at: over 8 years ago - Stars: 5 - Forks: 1

SuzanneSoy/xlist

Fancy lists, to be used as a type or match pattern.

Language: Racket - Size: 51.8 KB - Last synced at: 21 days ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 1

the-language/the-language-archive 📦

不再继续,见https://gitlab.com/the-language/the-language/

Language: C - Size: 623 KB - Last synced at: 4 months ago - Pushed at: over 6 years ago - Stars: 4 - Forks: 3

jackfirth/racket-fixture

An experimental Racket library that adds test fixtures to RackUnit

Language: Racket - Size: 31.3 KB - Last synced at: 3 days ago - Pushed at: over 7 years ago - Stars: 7 - Forks: 0

yanyingwang/smtp

A practical library to send emails using SMTP protocol

Language: Racket - Size: 472 KB - Last synced at: 10 months ago - Pushed at: about 3 years ago - Stars: 7 - Forks: 1

euhmeuh/web-galaxy

A minimalist web framework for the Racket web-server

Language: Racket - Size: 30.3 KB - Last synced at: about 1 month ago - Pushed at: about 2 years ago - Stars: 27 - Forks: 1

lehitoskin/png-image

Library to view and modify PNG chunks.

Language: Racket - Size: 473 KB - Last synced at: 5 months ago - Pushed at: almost 6 years ago - Stars: 1 - Forks: 0

yanyingwang/covid-19

Racket wrapper of QQ/Sina's COVID-19 API

Language: Racket - Size: 439 KB - Last synced at: 12 months ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

SuzanneSoy/repltest

REPLtest: Copy-paste your REPL interactions, and have them run as tests

Language: Racket - Size: 29.3 KB - Last synced at: 27 days ago - Pushed at: about 4 years ago - Stars: 2 - Forks: 0

telephil/racket-breadcrumb

A simple breadcrumb widget for Racket GUI framework

Language: Racket - Size: 14.6 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 1

kurinoku/struct-out-plus-plus

A complementary package to struct-plus-plus that provides a struct-out form compatible with struct++

Language: Racket - Size: 3.91 KB - Last synced at: 12 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

SuzanneSoy/typed-struct-props

Makes a small subset of struct type properties available in Typed/Racket. The API should hopefully stay backward-compatible when Typed/Racket officially supports (or rejects) structure type properties.

Language: Racket - Size: 25.4 KB - Last synced at: 27 days ago - Pushed at: about 4 years ago - Stars: 2 - Forks: 3

SuzanneSoy/tr-immutable

Immutable alternatives to Vector, Box, Sexp, Syntax-E and Syntax for Typed/Racket

Language: Racket - Size: 16.6 KB - Last synced at: 27 days ago - Pushed at: about 4 years ago - Stars: 2 - Forks: 0

SuzanneSoy/typed-map

Type inference helper for map with Typed/Racket. Supports afl, un-annotated lambdas and polymorphic functions.

Language: Racket - Size: 350 KB - Last synced at: 11 months ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

SuzanneSoy/polysemy

Proof of concept which separates the concept of identifier and the concept of attaching a meaning to it, in Racket.

Language: Racket - Size: 26.4 KB - Last synced at: 11 months ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

SuzanneSoy/remember

Compile-time memoization for Racket.

Language: Racket - Size: 19.5 KB - Last synced at: 27 days ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

SuzanneSoy/hyper-literate Fork of racket/scribble

Hyper-literate programming is to literate programming exactly what hypertext documents are to regular books and texts.

Language: Racket - Size: 8.5 MB - Last synced at: 11 months ago - Pushed at: almost 4 years ago - Stars: 6 - Forks: 0

SuzanneSoy/aful Fork of AlexKnauth/afl

a racket lang-extension for rackjure-like anonymous function literals

Language: Racket - Size: 47.9 KB - Last synced at: 5 months ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 1

SuzanneSoy/chain-module-begin

Use this Racket package to build meta-languages, where a #%module-begin expands to the #%module-begin of another user-specified language.

Language: Racket - Size: 4.88 KB - Last synced at: 27 days ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

jackfirth/racket-expect

A Racket library for defining expectations on values, unit testing, and creating quality error messages

Language: Racket - Size: 246 KB - Last synced at: 3 days ago - Pushed at: over 7 years ago - Stars: 6 - Forks: 0

yanyingwang/timable

extend racket's various time/date libs and make them be able to work together more smoothly.

Language: Racket - Size: 479 KB - Last synced at: 12 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

lockie/racket-engine

A simple SDL2-based game engine in Racket language

Language: Racket - Size: 210 KB - Last synced at: 24 days ago - Pushed at: almost 6 years ago - Stars: 5 - Forks: 0

zaoqi/monad.rkt

Monad . Racket

Language: Racket - Size: 13.7 KB - Last synced at: 19 days ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

euhmeuh/bonny

Ship your Racket web-server like a true pirate!

Language: Racket - Size: 81.1 KB - Last synced at: about 1 month ago - Pushed at: over 5 years ago - Stars: 4 - Forks: 0

SimonLSchlee/layout-interactive

interact utility for use with layout library

Language: Racket - Size: 1.95 KB - Last synced at: 4 days ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

jackfirth/atomichron

A Racket microbenchmarking library

Language: Racket - Size: 15.6 KB - Last synced at: 3 days ago - Pushed at: almost 5 years ago - Stars: 5 - Forks: 2

DarrenN/racket-dogstatsd

DogStatsD Client for Racket

Language: Racket - Size: 388 KB - Last synced at: 5 months ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

jackfirth/delimit-app

A Racket library that makes function application delimiter-sensitive

Language: Racket - Size: 9.77 KB - Last synced at: 4 days ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 0