Vyxal / Vyxal

A code-golfing language experience that has aspects of traditional programming languages - terse, elegant, readable.

Home Page:https://vyxal.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compressed numbers don't get converted to Sympy

lyxal opened this issue · comments

commented

UPDATE

The script now throws an error I guess we need to import sympy somewhere.

Original

No clue how we missed that one.

Vyxal c, 49 bytes

»⟑]"Ȯ⁋æ≥ǔ}¼√ḋ¾d¯₴÷≤„~-↳§*≤4_⌐↳¯→ḟS∆Y↵Ḃ¥zjλ…°qẆ∷9»

Try it Online!

Gives

stack.append(2190103378294521845700248699309885665950123333195645737170955981267389324534409006970256858120588676151695966441) 

Notice the lack of Sympy wrapper.

Attempting a fix in #1855

It now errors, probably because we do need to import something.