https://github.com/clasp-developers/demo-clasp-cxx-interoperation
Example of exposing C++ to Clasp
https://github.com/clasp-developers/demo-clasp-cxx-interoperation
Last synced: about 2 months ago
JSON representation
Example of exposing C++ to Clasp
- Host: GitHub
- URL: https://github.com/clasp-developers/demo-clasp-cxx-interoperation
- Owner: clasp-developers
- Created: 2014-10-02T01:08:42.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2022-11-04T18:01:57.000Z (about 3 years ago)
- Last Synced: 2025-03-26T08:37:29.701Z (9 months ago)
- Language: C++
- Size: 58.6 KB
- Stars: 14
- Watchers: 4
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
hello-world
==========
Examples of exposing C++ to Clasp
To build this demo do the following steps:
1. Clone this repository into the clasp/extensions directory
2. Configure the build by running the following in the root of the Clasp repo
```sh
./koga --extensions=demo-clasp-cxx-interoperation
```
3. Build Clasp by running
```sh
ninja -C build
```
To run the demos run `./build/boehmprecise/clasp` then execute either `(hw:demo)`
or `(dv:demo)` in the Clasp REPL.