-
## Date
2024-11-08 - 8am ET
## Untracked attendees
- Fullname, Affiliation, (optional) GitHub username
- ...
## Meeting notices
- FINOS **Project leads** are responsible for observing the F…
-
Especially, `with` and `let`.
`[]` breaks indentation.
-
I have janet and jpm installed on nix. I'm trying to build the example program from `https://github.com/bakpakin/littleserver `
I think there is an issue where the root where jpm is installed think…
xrd updated
12 months ago
-
Even if Janet doesn't explicitly allow cancellation of threads, other C functions may call pthread_cancel on threads. We should investigate making sure the interpreter integrates with pthead cancellat…
-
I think this repo is a great idea, and on my macbook it's running flawlessly.
However, on a Debian container I can't install it, somehow.
Janet version: `1.9.2`
Go version: `1.17.5`
If I run `…
-
Build attempt on OSX Ventura failed.
```
$ janet -v
1.34.0-meson
$ jpm build
./project.janet:11:10: compile error: unknown symbol file/popen
```
-
This is a wish list item (not a bug):
I really like _Janet's_ syntax for scripting (a DSL i.e.), in steps: install/read about [Janet](https://janet-lang.org/), and then, with the Janet package manage…
-
When I try to run `jpm update-installed`, I keep running into this error with an unexpected `nil` in `resolve-bundle-name`.
```
From https://github.com/janet-lang/pkgs
* branch HEAD …
-
There is a new(ish) minimal lisp called Janet (https://janet-lang.org)
Lispy works fairly well in the language (it is very clojure-esque), however there are a few main distinctions.
- Comments b…
-
Building a fresh clone fails with multiple `unresolved external symbol`s and a `warning LNK4272: library machine type 'x64' conflicts with target machine type 'x86'`.
Output:
```
PS C:\Us…