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

https://github.com/atelierarith/cxx_et_julia

Files for JuliaTokai 19 workshop
https://github.com/atelierarith/cxx_et_julia

cpp17 cxx julia

Last synced: 5 months ago
JSON representation

Files for JuliaTokai 19 workshop

Awesome Lists containing this project

README

          

# Cxx et Julia

This repository contains [slides for JuliaTokai19](https://atelierarith.github.io/cxx_et_julia/) held in Japan. In this talk We showed how to use existing resources written in C++ from Julia, and how to embed resources created in Julia into C++ code.

## 概要

このWebページでは JuliaTokai 19 で話す資料・リンクを格納する.

- [slide](slide/slide.qmd)
- C++ で記述された既存の資源を Julia から使う方法,Juliaで作った資源を C++ のコードに埋め込む方法を紹介する.

- [slide (EN)](slide/slide_en.qmd)
- We will show how to use existing resources written in C++ from Julia, and how to embed resources created in Julia into C++ code.
- This slide is traslated from [slide](slide/slide.qmd) above via ChatGPT API using [chagtpt-md-translator](https://github.com/smikitky/chatgpt-md-translator)

Readers are free to use them for educational and research purposes.

## How to view slides locally

Install Quarto to run `quarto` command. Next, just run the following command:

```bash
$ cd path/to/this/directory
$ quarto preview
```