iacore

Results 421 comments of iacore

I want to contribute to Rakudo, but must I use Perl 5? The dependency is huge too. - GNU Make - Shell script - Perl

I don't want to download the git repo multiple times. I can't use `--gen-moar`. When building Rakudo, `--git-depth=1` isn't fully respected. It fetches nqp bootstrapping repo, which isn't necessary. I...

I added new extensions to sublime text's syntax file: https://gist.github.com/iacore/190adb9c3954603cf7034f9cb450fd2b No other changes (based on the Perl6 syntax file). It doesn't work with advanced features.

But how is ths usable? ``` my ($a, $b) = 1, 2 ``` I don't remember this documented, but `:=` is much better (to catch errors): ``` my ($a, $b)...

The official docs (docs.raku.org) only has example for single-value binding (`my $a = $b`). Now I understand it better.

How to declare my own quoting construct? I figured out that I can do `@().raku`.

> How do you plan to do this? Is it going to be a separate tab (like with searxng's IT tab), or will it be a widget (and if so,...

Do you plan to support other UI design software and make your own that support `minmax()` and device query like that from CSS?

In Deno, you can import npm modules with `npm:snabbdom`. The alternative is to generate `import_map.json`, which is like `package.json` but for Deno.

> When you run npm install not only will it link everything in packages/*, it will also pick up and install these dependencies. See https://github.com/ditto-lang/todomvc/pull/3. It doesn't work with pnpm.