Calvin Rose

Results 6 issues of Calvin Rose

A common operation on sockets is to send a file over them, and the `sendfile` system call does that without making extra copies into userspace, at least on Linux. Most...

enhancement

I've added a [Rosetta Code page](https://www.rosettacode.org/wiki/Category:Janet) for Janet, but we still need some more examples. I've added an example for the 100 doors problem, but there are many more examples...

help wanted

This is more of a feature request, but it would be nice to be able to delete obsolete/defective packages. Especially packages that are short lived. The functionality I'm imagining is...

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 cancellation points such...

Intermittent hangs on windows with more rigorous testing of `ev/deadline` needs to be investigated. I suspect a deadlock or race condition that is not present in the posix implementation.

bug
enhancement

Janet, JPM, and spork tools are all missing bash/shell completion scripts.

enhancement
help wanted