-
We have a function `eo:abstract` and the `@abstract` attribute. It seems that the attribute is redundant: we can get rid of it and only live with the function.
-
I'm trying to add this to `all-the-basics.phi` and the build fails in `eo-parser`:
```
primitives ↦ ⟦
string ↦ "hello, друг!",
int ↦ 42,
float ↦ 3.14
⟧,
```
Would be great …
-
I've successfully installed the Payload SDK, and I'm able to connect my ZIO payload through UDP (Ethernet connection). I can run some example codes to move the gimbal, zoom in, etc.
The issue arise…
-
# Github Page 기반 블로그 구축하기 | eoyeon
블로그 구축을 시작하기전 . . . 🍀
[https://eo-yeon.github.io/posts/first/](https://eo-yeon.github.io/posts/first/)
-
Hey @mikemahoney218! So, the HLS data (https://hls.gsfc.nasa.gov/) are a game changer for getting a high return rate of images and building lovely mosaics - the provided cloud masks are also excellen…
-
According with this [benchmark](https://github.com/objectionary/hone-maven-plugin?tab=readme-ov-file#benchmark), the `unroll` goal takes around `100 sec` which is rather slow:
```
Input: com/sun/j…
-
Now, I have to write this (in a phi expression, after https://github.com/objectionary/eo/issues/3571):
```
x ↦ Φ.foo (
α0 ↦ "hello, world...",
α1 ↦ 4,
α2 ↦ 1
)
```
How about this ins…
-
Currently the /processes endpoint exposes the content of two json files containing the set of processes implemented in Python and WCPS. We should expose only the ones for Python if no WCPS Collection …
-
I'm doing this:
```
$ cat > bar.phi
{⟦ m ↦ ⟦ x ↦ ξ.t, φ ↦ ⟦ t ↦ ⟦⟧ ⟧ ⟧.x ⟧}
$ eo-phi-normalizer rewrite --tex --chain bar.phi
Rule set following Nov 2024 revision
[[ m -> [[ x -> \xi.t, @ -> […
-
I have the following program:
```eo
# Comment here.
[args] > app
seq > @
*
"a" > a
QQ.io.stdout
a
```
I run the following command:
```eo
eoc dataize app --parser=0…