paulfitz / cosmicos

Sending the lambda calculus into deep space
https://cosmicos.github.io/
GNU General Public License v2.0
134 stars 8 forks source link

fix regression in default encoding #17

Closed paulfitz closed 8 years ago

paulfitz commented 8 years ago

As reported in #14 by @joha2, the default encoding of the message was broken in fe8f330. This repairs the damage. The intent of the breaking change had been to defer encoding of symbols as late as possible to make it easier to generate alternative versions of the message.

alanfwilliams commented 8 years ago

Looks good to me!