Ractionary
1 Introduction
2 Source Code
3 Generated Dictionaries
4 Dictionary Data Use in Emacs
5 Related Software
6.10.1

Ractionary

1 Introduction

Ractionary is a set of tools for generating dictionaries for Racket language aware tool support. The generation is done based on information available through Racket’s own facilities, including: scribble/xref provided documentation cross-reference information; and DrRacket "blue boxes" data (see scribble/contract-render).

Currently the focus is on Emacs support. One of the generated dictionary file formats is just a plain list of words, whereas the others contain Emacs Lisp declarations.

2 Source Code

The Ractionary source code repository is at

3 Generated Dictionaries

The following files may currently be generated as shown in the included "Makefile":

4 Dictionary Data Use in Emacs

Some examples of Ractionary-generated dictionary uses include:

5 Related Software