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

Simple decoder for message #11

Closed joha2 closed 8 years ago

joha2 commented 8 years ago

This decoder shows a sample implementation of how to decode this message once received. At the end of the day it should generate some source code which can be executed by some interpreter.

alanfwilliams commented 8 years ago

There was a dependency error with travis-ci. (All packages we use have to be on their whitelist apperently). I've been through this before and it takes a day or two for it to get added. https://github.com/travis-ci/apt-package-whitelist/issues/3184 is the issue. After it gets approved we can rerun the build. Sound good?

joha2 commented 8 years ago

I am not sure whether I understand correctly since I am unexperienced with travis. But I only added a python source file: AFAIK there is nothing to be build there. As far as I understand the error protocol, the automatic build still does not work due to the haxelib. Is this correct?

paulfitz commented 8 years ago

Thanks @joha2! @aw1231 I've sent you an invite as a collaborator, I'm just leaving on vacation, feel free to exercise your judgement on contributions if you're up for it.

alanfwilliams commented 8 years ago

Yes, you are correct. My bad. Merged.

alanfwilliams commented 8 years ago

Or rather it will be merged in about 30 mins as I cannot merge a failing build on my phone.

joha2 commented 8 years ago

Thanks!