Julien Richard-Foy

Results 388 comments of Julien Richard-Foy

As explained in the collection-strawman discussion, I’m afraid that the charts are too specific to our benchmarks. I’m not sure how we could generalize them. Examples of decisions that are...

It seems to me that the ujson AST is not correct. Would it be possible to fix it rather than suggesting to switch to an alternative AST?

I might be wrong but it seems to me that the only way to represent JSON numbers in the AST is to use [`ujson.Num`](https://javadoc.io/doc/com.lihaoyi/ujson_2.13/latest/ujson/Num.html), which only supports `Double` values. Am...

I think it would be better to find a solution that does not require a custom way of _running_ the application. Basically, if I distribute an ammonite script, I want...

Hello @ptrdom, would using scala-cli instead of ammonite work for you? Scala-cli does support this feature.

I don’t think having a preprocessor is a good idea. It adds another meta-language layer above the Scala language, which increases the cognitive load for reading source code. Also, unless...

It seems reasonable that patmat variables are _not_ synthetic, since they are just like other variables. @vasilmkd-jetbrains I encourage you to make them not synthetic in a PR. Then, I...

I doubt you will really get benefits here… you will want to add more and more feature to support more combinations in a typesafe way and you will end up...

Thank you Seth for mentioning me, I wasn’t aware of this PR. Thank you Rikito for working on this! I didn’t read the full discussion, how can we help you?