first work on julia engine branch

This commit is contained in:
2024-05-12 19:50:45 +02:00
parent cbfdbaa4eb
commit cc79833992
46 changed files with 655 additions and 222 deletions

View File

@@ -1,3 +1,6 @@
---
engine: julia
---
# Was ist Julia? {.unnumbered}
@@ -5,6 +8,16 @@ Julia ist eine noch recht junge für *scientific computing* konzipierte moderne
Ein kleines Codebeispiel:
```{julia}
#| error: false
#| echo: false
#| output: false
using CairoMakie
CairoMakie.activate!(type = "png")
set_theme!(size=(800, 180))
```
```{julia}
using CairoMakie
a = [3, 7, 5, 3]
@@ -20,7 +33,6 @@ end
f
```
## Geschichte {.unnumbered}
- 2009 Beginn der Entwicklung am *Computer Science and Artificial