-
### Describe the bug
Stacktrace:
Error in decoration provider treesitter/highlighter.win: …
-
Until recently, I didn't recognize the example for `&keys` on https://janet-lang.org/docs/functions.html was using destructuring. I thought the destructured struct was the only allowed syntax for `&k…
-
I noticed that https://janet-lang.org/docs/jpm.html doesn't mention `declare-bin`.
-
I have something like this in my config:
```lua
vim.api.nvim_create_autocmd({ "BufRead", "BufNewFile" }, {
pattern = "*.org",
callback = function()
require("otter").activate()
end,
})…
-
Hi to all,
I casually noticed that with the latest janet[1], this call:
`(spork/sh/copy "foo.txt" "bar.txt")`
writes the following text on standard output after copying the file:
`copying fo…
-
jpm is able to compile native modules for use in artifacts, but currently only supports those modules being written in one language: C. There are other languages, such as Zig or Rust, that people may …
ghost updated
3 months ago
-
I think that this commit has some really confusing unintended consequences:
https://github.com/janet-lang/janet/commit/0350834cd3dab0491d79e90c473f678959bd97ce
As a completely contrived example:…
-
My thinking about a better streams api (#64), opaque objects (#70), and also more than 1 extension support using metatables, I was thinking that these different aspects could all be stored in lookup t…
-
~~~python
(def t1 '("a" "b"))
(pp (tuple/type t1)) # :parens
(def t2 ["a" "b"])
(pp (tuple/type t2)) # :parens (?)
~~~
Should `t2` print as `:brackets`?
uvtc updated
3 months ago
-
https://github.com/janet-lang/spork/blob/19787cc900bbbcc57189e3817599e6245745b331/spork/http.janet#L344
Shouldn't it be `(assert msg (string...` instead of `(assert x (string...` ? Since x is a num…