codereport / jello

A Python script for wrapping Jellyfish (a fork of Jelly) so you can more easily play with the language.
MIT License
51 stars 5 forks source link

BUG: `= head` #16

Closed codereport closed 7 months ago

codereport commented 7 months ago

This should return [1,1]

image

codereport commented 7 months ago

So it turns out that head (Ḣ) in Jelly modify the array. I really dislike this behavior, so I will change it in Jellyfish.

codereport commented 7 months ago

Fixed in Jellyfish: https://github.com/codereport/jellyfish/commit/db528f57533bc4968815d9710e35e338c2d6b210