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

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

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.