Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukel97/racket-llvm
LLVM bindings for Racket
https://github.com/lukel97/racket-llvm
llvm racket
Last synced: 24 days ago
JSON representation
LLVM bindings for Racket
- Host: GitHub
- URL: https://github.com/lukel97/racket-llvm
- Owner: lukel97
- License: mit
- Created: 2018-03-16T16:59:48.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-04T15:50:39.000Z (about 6 years ago)
- Last Synced: 2024-12-27T00:40:59.778Z (about 1 month ago)
- Topics: llvm, racket
- Language: Racket
- Size: 26.4 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# racket-llvm [![Build Status](https://travis-ci.org/bubba/racket-llvm.svg?branch=master)](https://travis-ci.org/bubba/racket-llvm)
LLVM bindings for Racket## Installing
Make sure you have the LLVM libraries installed first!To install, clone the repository and run
`raco install racket-llvm`