-
~~Would be nice to have a catch-all SpecialFunctions package to put (ideally pure Julia) special functions in, maybe this package could be a start?~~ Just noticed that https://github.com/nolta/Special…
-
I am a bit of a broken record on this. I have indeed tried I few times to do this on my own within your framework. I got this far with it.
I get stuck because this is not all that is needed for a t…
-
1. which specific flavor of react is being used, like, is it pure reactjs or vitejs or nextjs.
2. how the folder structure is done, which folder is responsible for what etc.
3. How we can set enviro…
-
While having a quick look at the documentation, I stumbled upon the implementation of the ASCII functions. For instance:
` pure logical function is_alpha(c)
character(len=1), intent(in)…
-
At the moment we include all the "top-level" stuff. But we _could_ include local definitions as well. The thing that would be awkward is reflecting nested scopes, but often they are also associated wi…
-
### Proposal
There's a few places in Std and Mathlib where there is a desire to filter out auto-generated and other stable names (e.g., leanprover/std4#347 and leanprover/std4#355).
I think this…
-
### Proposed new feature or change:
I would like to be able to generate all permutations of an array; e.g.
```
>>> np.permutations([0, 1, 2])
array([[0, 1, 2],
[0, 2, 1],
[1, 0…
-
Hello! First off, I'd just like to say: Thank you for this great project. As someone who loves Kotlin, but also occasionally wants to do some pure-script style things on Android, this is great!
I w…
-
I'm wrapping the initialization of the `Data.MIME.Types.guessType` call with the following function
```haskell
import Data.MIME.Types
makeMimeTypeGuesser :: IO (FilePath -> Maybe Strin…
-
This is a proposal which introduces a new syntax that allows Frege programmers to implement Java Interfaces with Frege Record declarations.
## Proof of Concept
Supports the "Pure" case only: #36…