odenix

Results 145 comments of odenix

As far as I know, this isn’t currently possible. How would you like comments to be propagated from the Pkl template to the (YAML?) output? Should this only happen for...

I've had console encoding issues with many Java programs on Windows. The only solution that has universally worked for me was to enable "beta support for UTF-8" in Windows as...

> I am very not handy with JAVA, is there a way to include manually those dependencies? Does it need a Java SDK installed? Unless you're using `jpkl`, there is...

I think the conclusion is that moving forward with this feature would require a `sealed` SPICE.

How about reserving the keyword `sealed` for now?

@bioball How about adding method `Class.isInstance(value)` to `base.Class`?

In my mind, lazy evaluation of `v` means that `x[k]` is only evaluated if and when `v` is accessed. However, this won't change the resulting value. What you seem to...

A redesign of the interpreter's object model could explore the following topics: * Multiple representations for the same type of object For example, different representations could be used for small,...

> As an extension to this it would be interesting to explore if Listing and List could be consolidated alongside Mapping and Map. As of 0.26, Listing and List have...

I’m used to this feature from other scripting languages, hence requiring a module after -x feels surprising and unnecessary to me. That said, some of the ad-hoc scripting use cases...