-
I'm curious to read an explanation of fundamental technical differences or similarities between Perl 6 macros (and, separately if appropriate, 007 macros) with Lisp FEXPRs. I thought ven especially mi…
raiph updated
3 months ago
-
Allow capturing variables from outer function's stack/heap frame:
```
fn adder(x: int): fn (y: int): int {
return fn (y: int): int {
return x + y
}
}
fn main() {
add5 := …
-
There I go again...
But this time, it did find a real crashing input for my program!
As for the issue -
----
Running with 23.5.2.
When running the following test:
```python
@given(te…
-
I tried running hypofuzz, and this is the error I'm getting:
```
Traceback (most recent call last):
File "C:\Users\tamir\AppData\Local\Programs\Python\Python311\Lib\multiprocessing\process.py",…
-
Братишки, родненькие! 🥺 Поделитесь видеолекциями курса, пожалуйста! Хочу написать парсер SQL, не хватает формальных знаний.
Ваши записи (не читал, но пробежался) "Материалы по достижимости с огран…
-
Hello, thank you for sharing the code. Can you please share an example of how counterexamples can be generated using SILVA for an epsilon of 0.5 (for instance, the IRIS dataset)?
Also, can SILVA o…
-
### Zig Version
0.10.0-dev.3636+507aae4a1
### Steps to Reproduce
Build from source as per the wiki. I'm currently using an M2 (aarch64) mac with llvm via homebrew.
I've bisected across master fr…
-
### Prerequisites
- [X] Write a descriptive title.
- [X] Make sure you are able to repro it on the [latest released version](https://github.com/PowerShell/PowerShell/releases)
- [X] Search the ex…
-
Hi, this is an awesome repo. I saw your reply in the issue regarding native classes (especially arrays) on the book repo and was now trying to add those to my own version that i am writing in rust (ve…
-
I have a function with a switch statement at the end, whose default case ends with a return
that should be enough to stop the "Non-void function must have a return statement" error, yet somehow it's …