Calvin Rose

Results 150 comments of Calvin Rose

Seems to me it would probably be easiest to default to whatever is found on the package path, but use `dofile('user-provided-path-to-fennel')` for a user provided path. A user could mess...

I have taken a look at your code and added an example in the examples folder. There was a slight problem with the parallel function which I have fixed. In...

I think putting an official image on docker hub would be nice, as the official image could be quite small and easy to maintain. I personally don’t feel like maintaining...

I suppose you could write a function to do just that manually, but you should still be able to pass strings unprocessed to dlopen/LoadLibrary to avoid the original problem. Perhaps...

I am interested in the verbose output of `jpm`, I suspect something has gone wrong with the linking. I also don't recall if jpm willl only statically link libraries that...

I also wonder if everything works if you try to just import `circlet` rather than the full path

I strongly suspect that this is due to incorrect setup of jpm - I am able to compile, load and run spork.json with the latest janet and jpm on my...

Agreed. We need a Debian maintainer to do that, though. I don't think it would be all that hard to package since we can build and install with meson out...

One of many tutorials online for doing this: https://blog.devgenius.io/how-to-build-debian-packages-from-meson-ninja-d1c28b60e709 I don't really use any debian based distros on the regular so I'm probably not the best person to do this,...

Thanks, @patranger. As well as packaging up Janet into a .deb, it might be nice to get it added to debian repository somewhere - I think we are at a...