An open API service indexing awesome lists of open source software.

https://github.com/tabe/goedel-number

An R6RS implementation of "A Space-efficient Goedel numbering with Chinese Remainder Theorem"
https://github.com/tabe/goedel-number

Last synced: 4 months ago
JSON representation

An R6RS implementation of "A Space-efficient Goedel numbering with Chinese Remainder Theorem"

Awesome Lists containing this project

README

          

An R6RS implementation of "A Space-efficient Goedel numbering with Chinese Remainder Theorem"

== License

New BSD License

== Notes

* Tests needs Ypsilon [1] with an external library (xunit) [2];
Run `YPSILON_SITELIB="path of (xunit)" make test'.

== References

[0] Chang, J. C., Tsai, S. C., and Chen, R. J. (2002)
"A Space-efficient Goedel Numbering with Chinese Remainder Theorem,"
Proceedings of the 19th Workshop on Combinatorial Mathematics and Computation Theory, March, pp. 192-195.
[1] http://code.google.com/p/ypsilon/
[2] http://github.com/tabe/xunit/