KaranaLJX

Results 2 issues of KaranaLJX

for int and float type,Why is binaryop compatible with both int and float fields, but not with equal function? ``` func (o *Int) Equals(x Object) bool { t, ok :=...

I found that the FromInterface interface does not support types such as [] string and [] int. If such types are passed in, you need to do the conversion yourself...