You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
main_$x_();// which corresponds to `main!` function in calcit
97
86
```
98
87
99
88
### Calcit Editor & Bundler
@@ -111,14 +100,17 @@ Read more in [Respo Calcit Workflow](https://github.com/calcit-lang/respo-calcit
111
100
112
101
```cirru
113
102
{}
103
+
:calcit-version |0.9.8
114
104
:dependencies $ {}
115
105
|calcit-lang/memof |0.0.11
116
106
|calcit-lang/lilac |main
117
107
```
118
108
119
109
Run `caps` to download. Sources are downloaded into `~/.config/calcit/modules/`. If a module contains `build.sh`, it will be executed mostly for compiling Rust dylibs.
120
110
121
-
To load modules, use `:modules` configuration in `calcit.cirru` and `compact.cirru`:
111
+
`:calcit-version` helps in check version, and provides hints in [CI](https://github.com/calcit-lang/setup-cr) environment.
112
+
113
+
To load modules, use `:modules` configuration and `compact.cirru`(which normally generated from `calcit.cirru`):
122
114
123
115
```cirru
124
116
:configs $ {}
@@ -128,7 +120,7 @@ To load modules, use `:modules` configuration in `calcit.cirru` and `compact.cir
128
120
Paths defined in `:modules` field are just loaded as files from `~/.config/calcit/modules/`,
129
121
i.e. `~/.config/calcit/modules/memof/compact.cirru`.
130
122
131
-
Modules that ends with `/`s are automatically suffixed `compact.cirru` since it's the default filename.
123
+
Modules that ends with `/`s are automatically suffixed `compact.cirru` since it's the default entry.
0 commit comments