probmods / webchurch

A Church to Javascript compiler (DEPRECATED)
Other
140 stars 15 forks source link

Some built-in functions don't seem to be included #39

Closed wmontgomery4 closed 11 years ago

wmontgomery4 commented 11 years ago

I'm having some issues running the later examples, and it looks like some of the built-in functions haven't been included in webchurch. For example, when running the "Shape Bias" example in Chapter 8, I get the following error:

1:17-1:20: iota is not defined Stack trace: 1:16-1:24

I've only run into this issue with 'iota', but there may be other missed built-in functions as well.

ngoodman commented 11 years ago

Yep -- note the large warning at the top of chapters 8 and beyond: "Note: This chapter has not been revised for the new format and Church engine. Some content may be incomplete! Some example may not work!"

We'll get there eventually..!

ngoodman commented 11 years ago

Moved into issue #40 .

wmontgomery4 commented 11 years ago

Sorry, missed that warning! Thanks for the info.