-
### Name
Switch
### Screenshots
![image](https://user-images.githubusercontent.com/7928086/142559819-cc5b2466-d546-4284-be18-2b591ed09ed4.png)
![image](https://user-images.githubusercontent.…
-
Thanks for the discussion started by @theScottyJam in https://github.com/theScottyJam/proposal-statements-as-expressions/ and https://es.discourse.group/t/statements-as-expressions/894. I'd like to pr…
-
All integers in Fortran are signed. It is a common request to include unsigned integers. At the very least to help with the interoperation with the C API that uses unsigned integers.
The best appro…
-
The base for this issue is the email sent by @ndw to public-xslt-40@w3.org on Dec. 13th 2023, fully quoted below:
> Hello all,
>
> After a couple of weeks of discussion[1][2] about naming thin…
-
I propose we support attributes on lambda expressions. A way this could get used is in the experimental aspnet Houdini project, which is experimenting ways to cut the cruft in aspnet core service deve…
-
The idea is to create a simple, compact, symmetrical, typed language for generic programming that compiles to JavaScript. The initial reference is "Elements of Programming" by Alexander Stepanov and P…
keean updated
6 years ago
-
To follow up on #70, here are some related libraries I had a look at while implementing my research code for scalable algorithms in https://github.com/constantinpape/cluster_tools and how I think they…
-
The current document defines properties that are nonconfigurable, based on a change by @michaelficarra . I wanted to open this bug to discuss whether they should be configurable or nonconfigurable, an…
-
I changed my code from handwritten loops to jsonata, it looks much cleaner now.
However, it was a big surprise that execution is very slow now. I apply a query with `evaluate` ~ 6000 times and each…
-
Building off the reasoning and justification in my self-rejected issue [Fast track transpiling to PureScript?](https://github.com/keean/zenscript/issues/12), I have a new idea of how we might be able …