An open API service indexing awesome lists of open source software.

https://github.com/samth/txexpr

Convenience functions for working with X-expressions in Racket
https://github.com/samth/txexpr

Last synced: 3 months ago
JSON representation

Convenience functions for working with X-expressions in Racket

Awesome Lists containing this project

README

          

txexpr
---------------

Convenience functions for working with HTML-style tagged X-expressions in Racket 6.0+

Install from the command line like so:

raco pkg install txexpr

Then require it in your Racket file:

(require txexpr)

Full docs are installed with the package. You can also [read the docs here](http://pkg-build.racket-lang.org/doc/txexpr).