-1641566017 | | a lang-extension that provides rackjure-like anonymous function literals This package needs license metadata | succeeds | 2 |
-1714247975 | | A fork of #lang afl which also supports #lang aflu/unhygienic. This package needs license metadata | succeeds | 2 |
-1702145038 | | Coupling and logic to let and let* forms. This package needs license metadata | succeeds | 2 |
-1620698315 | | For syntax pattern variables: instead of raising an error, x is roughly equivalent to (syntax->datum #'x). This package needs license metadata | succeeds | 2 |
-1638048949 | | Helper to define meta-languages which can chain-call other languages. Status: Experimental (no backwards compatibility). This package needs license metadata | succeeds | 2 |
-1683643471 | | a lang-extension for writing :kw for #:kw This package needs license metadata | succeeds | 2 |
-1704805578 | | This package needs a description This package needs license metadata | succeeds | 3 |
-1683812840 | | Some utilities which help debugging scope-related issues for unhygienic macros This package needs license metadata | succeeds | 2 |
-1615568854 | | Provides new but backward-compatible definitions of `lambda` and `define` that simplify keyword arguments and designing wrapper functions. This package needs license metadata | succeeds | 2 |
-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). This package needs license metadata | succeeds | 2 |
-1641573467 | | obj.method(x) in racket using mutable-match-lambda This package needs license metadata | succeeds | 2 |
-1674145041 | | 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
This package needs license metadata | fails | 6 |
-1659300545 | | Scala-style anonymous functions This package needs license metadata | succeeds | 2 |
-1683813048 | | Allows definition of macros which include expander-definition forms, like match expanders This package needs license metadata | succeeds | 2 |
-1693926551 | | Generalized references for Racket | succeeds | 0 |
-1693926552 | | Documentation part of "gref" | succeeds | 0 |
-1693926553 | | Implementation part of "gref" This package needs documentation | succeeds | 4 |
-1693926554 | | Tests for "gref" This package needs documentation | succeeds | 4 |
-1641566605 | | hygienic versions of quote-like racket reader macros This package needs license metadata | succeeds | 2 |
-1537855041 | | Expansion-time parsing of infix expressions. This package needs license metadata | succeeds | 2 |
-1537235893 | | Mischief: A Racketeer's Toolkit This package needs license metadata | succeeds; has failing tests | 5 |
-1537034394 | | Mischief: A Racketeer's Toolkit [development branch] This package needs license metadata | succeeds; has conflicts; has failing tests | 5 |
-1617546890 | | Define identifiers which act as a type-expander and match-expander and macro and identifier macro and set! transformer This package needs license metadata | succeeds | 2 |
-1678037932 | | A different syntax for specifying named arguments in Racket, by Alex Knauth This package needs documentation | succeeds | 4 |
-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! This package needs license metadata | succeeds; has dependency problems | 2 |
-1717013211 | | 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. This package needs license metadata | succeeds | 2 |
-1641570492 | | a lang-extension for postfix dot notation This package needs license metadata | succeeds | 2 |
-1687916258 | | A library for working with higher-dimensional brackets, such as quasiquotation syntax. This package needs license metadata | succeeds | 2 |
-1712939878 | | A library for working with higher-dimensional brackets, such as quasiquotation syntax. (doc) This package needs license metadata | succeeds | 2 |
-1647003559 | | A library for working with higher-dimensional brackets, such as quasiquotation syntax. (lib) This package needs documentation This package needs license metadata | succeeds | 4 |
-1687916258 | | A library for working with higher-dimensional brackets, such as quasiquotation syntax. (test) This package needs documentation This package needs license metadata | succeeds | 4 |
-1726265205 | | A general-purpose functional DSL. This package needs license metadata | succeeds; has dependency problems | 2 |
-1726265208 | | A general-purpose functional DSL. [docs only] This package needs license metadata | succeeds | 2 |
-1726265209 | | A general-purpose functional DSL. [implementation only] This package needs documentation This package needs license metadata | succeeds | 4 |
-1726265212 | | A general-purpose functional DSL. [tests only] This package needs documentation This package needs license metadata | succeeds | 4 |
-1676989902 | | LINQ implemented in Racket. This package needs license metadata | succeeds | 2 |
-1641570825 | | `~list/ctx` pattern and `?list/ctx` template for reconstructing syntax objects for core-form languages This package needs license metadata | succeeds | 2 |
-1617546894 | | Compile-time memoize across compilations. Writes values to a file, so that they will be remembered during the next compilation. This package needs license metadata | succeeds | 2 |
-1617546895 | | High-level operations on scopes and sets of scopes, for use in unhygienic macros. This package needs license metadata | succeeds | 2 |
-1535626727 | | Terse syntax for object-oriented message sending This package needs documentation This package needs license metadata | succeeds | 4 |
-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 This package needs license metadata | succeeds | 2 |
-1704806582 | | High-level, composable syntax for describing contracts. This package needs license metadata | succeeds | 2 |
-1617542200 | | Patched version of syntax/parse which tracks which syntax pattern variables are bound. Use (current-pvars) to access that list. This package needs license metadata | fails | 6 |
-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. This package needs license metadata | fails | 6 |
-1678156408 | | Sweet expressions: an alternative to s-expressions This package needs license metadata | succeeds | 2 |
-1678156408 | | Implementation part of sweet-exp This package needs documentation This package needs license metadata | succeeds | 4 |
-1678156409 | | Tests for sweet-exp This package needs documentation This package needs license metadata | succeeds | 4 |
-1713400838 | | Additional useful syntax classes for use with syntax/parse This package needs license metadata | succeeds | 2 |
-1704806626 | | documentation (no implementation) for “syntax-classes” This package needs license metadata | succeeds | 2 |
-1724360186 | | implementation (no documentation) for “syntax-classes” This package needs documentation This package needs license metadata | succeeds | 4 |
-1704806634 | | This package needs a description This package needs documentation This package needs license metadata | succeeds | 4 |
-1668440936 | | A helper collection of syntax | succeeds | 0 |
-1652827480 | | (INCOMPLETE) A single syntax highlighting collection. Currently only uses http://markup.su/api/highlighter This package needs documentation This package needs license metadata | succeeds | 4 |
-1677268346 | | This package needs a description | succeeds | 3 |
-1502816469 | | Mini-library for creating new #lang languages from simple macros This package needs license metadata | succeeds | 2 |
-1658535587 | | experimental racket module language for creating languages, inspired by syntax-lang This package needs documentation This package needs license metadata | succeeds | 4 |
-1575700966 | | Define and attach syntax warnings to code, with automated fixes and built in warnings. Implies -base, -lang, -cli, and -doc packages. This package needs license metadata | succeeds | 2 |
-1704806638 | | Base library for defining and attaching syntax warnings This package needs documentation This package needs license metadata | succeeds | 4 |
-1575700967 | | Command line raco tools for checking and fixing syntax warnings This package needs documentation This package needs license metadata | succeeds | 4 |
-1575700968 | | Documentation for the syntax-warn packages This package needs license metadata | succeeds | 2 |
-1575700968 | | #lang racket/base/warn - Racket with syntax warnings This package needs documentation This package needs license metadata | succeeds | 4 |
-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. This package needs license metadata | succeeds | 2 |
-1502816494 | | Forms for giving specific argument names implicit types This package needs documentation This package needs license metadata | succeeds | 4 |