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
- Host: GitHub
- URL: https://github.com/atelierarith/cxx_et_julia
- Owner: AtelierArith
- Created: 2024-06-21T05:24:04.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-29T15:44:36.000Z (almost 2 years ago)
- Last Synced: 2026-01-12T13:29:10.053Z (5 months ago)
- Topics: cpp17, cxx, julia
- Language: CSS
- Homepage: https://atelierarith.github.io/cxx_et_julia/
- Size: 5.95 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```