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
- Host: GitHub
- URL: https://github.com/samth/txexpr
- Owner: samth
- License: lgpl-3.0
- Created: 2014-10-16T13:20:59.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-16T13:21:34.000Z (over 11 years ago)
- Last Synced: 2026-03-01T22:52:36.595Z (4 months ago)
- Homepage:
- Size: 842 KB
- Stars: 0
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).