-1614955997 | | A fork of #lang afl which also supports #lang aflu/unhygienic. | succeeds | 0 |
-1617550149 | | Anaphoric versions of `if`, `when` and `cond`. They bind the value of the condition expression to `it`. | succeeds | 0 |
-1617550559 | | For syntax pattern variables: instead of raising an error, x is roughly equivalent to (syntax->datum #'x). | succeeds | 0 |
-1614921681 | | Backports syntax-local-template-metafunction-introduce as a package, so that it can be used in older versions. Require backport-template-pr1514/experimental/template instead of syntax/parse/experimental/template to use it. | succeeds | 0 |
-1614956004 | | Helper to define meta-languages which can chain-call other languages. Status: Experimental (no backwards compatibility). | succeeds | 0 |
-1617550153 | | Some utilities which help debugging scope-related issues for unhygienic macros | succeeds | 0 |
-1617546887 | | Non-cached promises for Typed/Racket, like delay/name. Should be sound for occurrence typing (unlike delay/name) because only pure functions are allowed. | 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 |
-1617497241 | | Prototype of a proof-of-concept for a language with first-class environments. | succeeds; has dependency problems; has failing tests | 4 |
-1617550561 | | 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". | succeeds | 0 |
-1617546888 | | Some tools which help build hyper-literate programs. For now, this only contains a few changes from scribble/lp2, including support for typed/racket literate programs. | succeeds | 0 |
-1617546890 | | Define identifiers which act as a type-expander and match-expander and macro and identifier macro and set! transformer | succeeds | 0 |
-1527806630 | | Algebraic Data Types for Typed/Racket, with features tailored to compiler writing. The data types do not have to be declared before they are used, like prefab structs and symbols. Behind the scenes, this library remembers all the data types in a file, and uses it to implicitly pre-declare them. Mostly stable, although some things may change a bit in the future. Docs: phc-adt-implementationphc-adt
| fails | 5 |
-1527806631 | | Documentation for phc-adt (and rendering of the literate programming) Docs: phc-adt-implementationphc-adt
| fails | 5 |
-1527806631 | | Implementation of phc-adt This package needs documentation | fails | 5 |
-1527806631 | | Tests for phc-adt This package needs documentation | fails | 5 |
-1617546892 | | Personal collection of utilities. Somewhat unstable and sparsely documented (for now). | succeeds | 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 |
-1617546894 | | Compile-time memoize across compilations. Writes values to a file, so that they will be remembered during the next compilation. | succeeds | 0 |
-1617546894 | | REPL test: copy-paste REPL interactions and run them as tests | succeeds | 0 |
-1617546895 | | High-level operations on scopes and sets of scopes, for use in unhygienic macros. | succeeds | 0 |
-1617546895 | | Temporary package, will eventually be merged into the scribble-math and hyper-literate packages. Do not use. | succeeds | 0 |
-1617716816 | | Typesetting math in scribble (uses MathJax and/or KaTeX). Also supports figures with Asymptote. | succeeds | 0 |
-1617542200 | | Patched version of syntax/parse which tracks which syntax pattern variables are bound. Use (current-pvars) to access that list. | succeeds; has failing tests | 4 |
-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. | succeeds; has failing tests | 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. | succeeds | 0 |
-1617546904 | | Type expanders for typed/racket, which work like match expanders for match | succeeds | 0 |
-1617546904 | | Type inference helper for map with Typed/Racket. Supports afl (rather the unhygienic variant, aful/unhygienic), un-annotated lambdas and polymorphic functions. | succeeds | 0 |
-1617546905 | | Documentation for typed-map | succeeds | 0 |
-1617546906 | | Implementation of typed-map This package needs documentation | succeeds | 3 |
-1617546906 | | Tests for typed-map This package needs documentation | succeeds | 3 |
-1617546907 | | Some struct type properties in Typed/Racket, in a more type-safe way.
The API should hopefully stay backward-compatible when Typed/Racket officially supports (or rejects) structure type properties. | succeeds | 0 |
-1617550165 | | A Typed Racket implementation of a general-purpose worklist, with multiple worklists of different types. | succeeds | 0 |
-1617550568 | | Fancy lists, with bounded or unbounded repetition of elements. Can be used as a type or match pattern. | succeeds | 0 |