-
Hi, when editing a project.janet I get "unknown symbol" errors for any of the `;default-` flags, like `;default-cflags`, `-lflags`, etc, as well as the macros `(sh-task)` & `(sh-phony)`. I see this e…
-
Hi,
flychecking source files of projects which depend on [janet-uri](https://github.com/andrewchambers/janet-uri) fails with following error:
```
error: /home/ubuntu/.asdf/installs/janet/1.27.0…
-
_Description_: Answering "yes" to a prompt that comes up while attempting the `load` command when one's buffer has been modified can lead to the program exiting.
_Expectation_: The requested file b…
-
The module path system seems to have been reworked, which will break how the installer works.
-
```
This layer would be extremely useful for the 'freshwater conference' demo (July
1).
From Janet Stein:
The adopted 30 group ecohydrological environment classification can be
downloaded from
ht…
-
I copied language_jennel to language_janet to make a Janet language plugin.
but I cant resolve the symbol regexp.
A symbol can be:
:symbol
:my-symbol
:just/another
thanks!!!
-
hi
I have janet installed, but it cannot find the Janet.pc file
----- error from ./configure -----
using pkg-config to find janet headers.
Package janet was not found in the pkg-config search pa…
benkb updated
5 years ago
-
The first list of things to do in the project
- [x] Janet Bindings to Go
- [x] Web Servers
- [x] HTTP
- [x] FastCGI
- [x] CGI
- [x] Converting Go's `http.Request` to Janet structures lik…
-
NixOS has an unusual filesystem layout in which packages live under unique paths in `/nix/store`, and `PATH` and similar environment variables are manipulated to ensure each program can find the libra…
-
Here's the code
```c
#define _vm_binop(op, wrap)\
{\
Janet op1 = stack[B];\
Janet op2 = stack[C];\
if (janet_checktype(op1, JANET_NUMBER) && janet_checktype(op2, JANE…