It appears that ‘hop_obj_to_string’ is non-deterministic:

--8<---------------cut here---------------start------------->8---
hop_obj_to_string(new Object({a: 3})) 
⇒ "=D¬(=D­(:"a.."

hop_obj_to_string(new Object({a: 3})) 
⇒"=DÌ(=DÍ(:"a.."

hop_obj_to_string(new Object({a: 3})) 
⇒ "=DÜ(=DÝ(:"a.."

hop_obj_to_string(new Object({a: 3})) 
⇒ "=Dì(=Dí(:"a.."
--8<---------------cut here---------------end--------------->8---

(This is with Hop 2.5- running with -g, and Firefox.)

What’s the reason for this?

Curiously,
Ludo’.

Reply via email to