-
## Language name
[ArkScript](https://github.com/ArkScript-lang/Ark)
## URL of example repository
Examples are hosted here: https://github.com/ArkScript-lang/Ark/tree/dev/examples
Also here…
-
In debug mode, the HTTP module seems to work fine (WSL2, Ubuntu) with this code
```clojure
(import "http.arkm")
(let cli (http:client:create "monip.org" 80))
(mut output (http:client:get cli "/"…
-
A module to simply create notification on different OS
-
Interpreters
- https://github.com/FastVM/Web49 discussed here https://news.ycombinator.com/item?id=29850562 and https://github.com/FastVM/minivm-cc
- https://github.com/wasm3/wasm3
- dascript https…
-
-
Because we need numbers to start improving the performances of these two important parts of the language
-
I've notices that many of the Hello World programs don't run or aren't of high quality code, so I've created a list of languages that can check the boxes when the language is either fixed or checked.
…
-
We never have enough tests (may they be in ArkScript or C++).
We need to have more tests, to ensure every language construct continue to work properly, and that our C++/ArkScript integration is wor…
-
### What happened?
In the CI, ASAN and UBSAN had to be disabled for GCC builds because it doesn't work (ODR violation with shared_ptr).
### What ArkScript version are you seeing the problem on?
dev…
-
### Is your feature request related to a problem?
It could be interesting to be able to execute code at runtime, however I would like to know what others think about this potential feature before mak…