You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
txexpr/README.md

28 lines
869 B
Markdown

## txexpr ![Build Status](https://github.com/mbutterick/txexpr/workflows/CI/badge.svg)
4 years ago
10 years ago
9 years ago
Convenience functions for working with HTML-style tagged X-expressions in Racket 6.0+.
10 years ago
Install from the command line like so:
10 years ago
raco pkg install txexpr
10 years ago
9 years ago
Then require it in your Racket file, in standard mode:
10 years ago
10 years ago
(require txexpr)
9 years ago
In safe mode (with contracts):
(require (submod txexpr safe))
4 years ago
Full docs are installed with the package. You can also [read the docs here](http://pkg-build.racket-lang.org/doc/txexpr).
## License
MIT
3 years ago
## Project status
Complete. I will maintain the code but no major updates are planned. Certain aspects of the API and implementation could be better, because much of this code was originally written during a more naive era of personal Racketeering. Still, it gets the job done, and I personally lack enthusiasm for diving back in.