-1641566017 | | a lang-extension that provides rackjure-like anonymous function literals | succeeds | 0 |
-1638046808 | | A fork of #lang afl which also supports #lang aflu/unhygienic. | fails | 5 |
-1621108680 | | Coupling and logic to let and let* forms. | succeeds | 0 |
-1620698315 | | For syntax pattern variables: instead of raising an error, x is roughly equivalent to (syntax->datum #'x). | succeeds | 0 |
-1638048949 | | Helper to define meta-languages which can chain-call other languages. Status: Experimental (no backwards compatibility). | succeeds | 0 |
-1641580494 | | a lang-extension for writing :kw for #:kw | succeeds | 0 |
-1502815877 | | This package needs a description | succeeds | 2 |
-1620698515 | | Some utilities which help debugging scope-related issues for unhygienic macros | succeeds | 0 |
-1615568854 | | Provides new but backward-compatible definitions of `lambda` and `define` that simplify keyword arguments and designing wrapper functions. | succeeds | 0 |
-1617550155 | | Splits dotted identifiers like a.b.c, also supports λ<arg>.(code) syntax. Experimental (i.e. there may be small breaking changes in later versions). | succeeds | 0 |
-1641573467 | | obj.method(x) in racket using mutable-match-lambda | succeeds | 0 |
-1638050226 | | Unstable, and has seemingly unsolvable problems with module boundaries. This package works like seq-no-order by Alexander Knauth, but adds reusable (within the same module) clauses and global constraints like "a must occur before b" or "a mutually exclusive with c". Docs: extensible-parser-specifications
| fails | 5 |
-1607131118 | | Scala-style anonymous functions | succeeds | 0 |
-1502816077 | | Allows definition of macros which include expander-definition forms, like match expanders | succeeds | 0 |
-1641566605 | | hygienic versions of quote-like racket reader macros | succeeds | 0 |
-1537855041 | | Expansion-time parsing of infix expressions. | succeeds | 0 |
-1537235893 | | Mischief: A Racketeer's Toolkit | succeeds; has failing tests | 4 |
-1537034394 | | Mischief: A Racketeer's Toolkit [development branch] | succeeds; has conflicts; has failing tests | 4 |
-1617546890 | | Define identifiers which act as a type-expander and match-expander and macro and identifier macro and set! transformer | fails | 5 |
-1637703073 | | Provides a quick and easy way to reduce nested function calls without creating
many superfluous temporary names. Naming things is hard, but so is reading
nested function calls! | succeeds; has dependency problems | 0 |
-1617546893 | | Highly experimental and unstable. Attach multiple meanings to an identifier (match expander, function overloads, macros, custom "~literal" tokens…). Rename parts of identifiers (rename only some meanings, leaving others with the original name). Compose hybrid identifiers by mixing the meanings of two or more independently defined identifiers. | succeeds | 0 |
-1641570492 | | a lang-extension for postfix dot notation | succeeds | 0 |
-1647003557 | | A library for working with higher-dimensional brackets, such as quasiquotation syntax. | succeeds | 0 |
-1647003558 | | A library for working with higher-dimensional brackets, such as quasiquotation syntax. (doc) | succeeds | 0 |
-1647003559 | | A library for working with higher-dimensional brackets, such as quasiquotation syntax. (lib) This package needs documentation | succeeds | 3 |
-1647003560 | | A library for working with higher-dimensional brackets, such as quasiquotation syntax. (test) This package needs documentation | succeeds | 3 |
-1653154985 New | | A general-purpose functional DSL. | succeeds | 0 |
-1653154987 New | | A general-purpose functional DSL. [docs only] | succeeds | 0 |
-1653154988 New | | A general-purpose functional DSL. [implementation only] This package needs documentation | succeeds | 3 |
-1653154990 New | | A general-purpose functional DSL. [tests only] This package needs documentation | succeeds | 3 |
-1629531204 | | LINQ implemented in Racket. | succeeds | 0 |
-1641570825 | | `~list/ctx` pattern and `?list/ctx` template for reconstructing syntax objects for core-form languages | succeeds | 0 |
-1617546894 | | Compile-time memoize across compilations. Writes values to a file, so that they will be remembered during the next compilation. | fails | 5 |
-1617546895 | | High-level operations on scopes and sets of scopes, for use in unhygienic macros. | succeeds | 0 |
-1535626727 | | Terse syntax for object-oriented message sending This package needs documentation | succeeds | 3 |
-1529190173 | | Serializing syntax introducers into values that can be embedded into syntax objects, compiled, read back as syntax, and restored to functions that introduce the same scopes | succeeds | 0 |
-1641679219 | | High-level, composable syntax for describing contracts. | succeeds | 0 |
-1617542200 | | Patched version of syntax/parse which tracks which syntax pattern variables are bound. Use (current-pvars) to access that list. | fails | 5 |
-1556784442 | | Experimental. In a syntax template, auto-generate yᵢ … from xᵢ … . Also includes several improvements, like ellipses outside of syntax templates, and ellipsis-preserving unsyntax. | fails | 5 |
-1533332760 | | Sweet expressions: an alternative to s-expressions | succeeds | 0 |
-1533332760 | | Implementation part of sweet-exp This package needs documentation | succeeds | 3 |
-1533332760 | | Tests for sweet-exp This package needs documentation | succeeds | 3 |
-1649793504 | | Additional useful syntax classes for use with syntax/parse | succeeds | 0 |
-1649793511 | | documentation (no implementation) for “syntax-classes” | succeeds | 0 |
-1649793517 | | implementation (no documentation) for “syntax-classes” This package needs documentation | succeeds | 3 |
-1649793522 | | This package needs a description This package needs documentation | succeeds | 3 |
-1652827480 | | (INCOMPLETE) A single syntax highlighting collection. Currently only uses http://markup.su/api/highlighter This package needs documentation | succeeds | 3 |
-1637364043 | | This package needs a description | succeeds | 2 |
-1502816469 | | Mini-library for creating new #lang languages from simple macros | succeeds | 0 |
-1601516441 | | experimental racket module language for creating languages, inspired by syntax-lang This package needs documentation | succeeds | 3 |
-1575700966 | | Define and attach syntax warnings to code, with automated fixes and built in warnings. Implies -base, -lang, -cli, and -doc packages. | succeeds | 0 |
-1575700967 | | Base library for defining and attaching syntax warnings This package needs documentation | succeeds | 3 |
-1575700967 | | Command line raco tools for checking and fixing syntax warnings This package needs documentation | succeeds | 3 |
-1575700968 | | Documentation for the syntax-warn packages | succeeds | 0 |
-1575700968 | | #lang racket/base/warn - Racket with syntax warnings This package needs documentation | succeeds | 3 |
-1617546903 | | Helpers to write macros using typed/racket at phase 1. Heavily unstable, WIP, experimental, not documented yet. I'm currently dogfooding this to work out the best strategy. | succeeds | 0 |
-1502816494 | | Forms for giving specific argument names implicit types This package needs documentation | succeeds | 3 |