Michael Camilleri

Results 50 comments of Michael Camilleri

@ice1000 At this stage in its development, Rouge predominantly relies on submissions from its community for new lexers. We certainly encourage new submissions, although I am sometimes a little slow...

I should just note that we've changed the policy for marking issues as stale from when this was originally closed last year. Issues tagged as `lexer-request` are now exempt. I've...

In my opinion there are three ways to deal with this problem. 1. **Keep the status quo**. Leave things as they are and only delete files that are in the...

@bakpakin Is the idea that module authors will include hooks files in the module to run on build and install? Or is this just an aspect of the proof of...

@bakpakin I realise it's annoying when people compare Janet to Clojure and so at the risk of doing that in a way that turns you off completely, you could do...

> I don't expect we would do much processing of this data in the bundle/ module besides move it around uncorrupted - not even sure we want to have the...

Would it be better to have a separate `are` macro for this? While this looks helpful in the abstract, it also seems to confuse the semantics of `is`. To be...

Yeah, I'm similar. I'm a worried that `are` is a little too clever by half. I didn't really like the other alternatives, though. If it was a separate macro, do...

That one sounds good to me: clear and easy to understand.

[Here](https://github.com/fzyzcjy/dart_interactive) is a project to provide a Dart REPL that might provide a useful reference.