Jason_000

Results 105 comments of Jason_000

Interesting, exposing syscalls in a high level language with it's own library isn't something I've seen before. I know Python for example allows you to run syscalls through libc via...

Iterator based loops I think would be a nice addition. Things like `.forEach` are in the language which I find can be slightly easier to reason than standard C-style loops...

> given how I much I had for dinner last night, careful thought isn't on today's menu :-) Haha, hope you had a good Christmas if you celebrate it! Yeah...

Definitely a good point, and something to look into. I wonder if there's a way to automate the release process a bit more which handles building Dictu on a range...

While not strictly what you asked for (will still look into pre-built executables for releases), there is now an option to pull Dictu from [Dockerhub](https://hub.docker.com/r/dictulang/dictu) which may be of interest...

> I have a very simple package manager implemented but doesn't support Github at the moment. The current implementation is a subcommand rooted off of the main binary that has...

Yeah a package manager is something that is definitely required at some stage if we ever plan to progress further with Dictu. I think there are still a lot of...

Thanks for reporting the issue and providing reproducible steps!

This no longer segfaults on the latest develop version

Rationale makes perfect sense to me, I like it